.refresh-btn{--refresh-focus:var(--color-primary,#0079cf);--refresh-font:var(--color-text-primary,#0f172a);--refresh-bg-sub:var(--color-surface-2,#f8faff);--refresh-bg:var(--color-surface-1,#fff);--refresh-main:var(--color-border-strong,#1e3358);--refresh-width:150px;--refresh-height:40px;--refresh-icon-width:39px;--refresh-inline-start:12px;--refresh-inline-end-gap:10px;width:var(--refresh-width);min-width:120px;max-width:100%;height:var(--refresh-height);cursor:pointer;border:2px solid var(--refresh-main);box-shadow:4px 4px 0 var(--refresh-main);background-color:var(--refresh-bg);border-radius:10px;justify-content:center;align-items:center;padding:0;font-family:inherit;display:inline-flex;position:relative;overflow:hidden}.refresh-btn,.refresh-btn__icon,.refresh-btn__text{transition:all .3s}.refresh-btn:focus-visible{outline:2px solid var(--refresh-focus);outline-offset:2px}.refresh-btn:disabled{cursor:not-allowed;opacity:.55}.refresh-btn__text{color:var(--refresh-font);text-align:left;width:100%;padding-left:var(--refresh-inline-start);padding-right:calc(var(--refresh-icon-width) + var(--refresh-inline-end-gap));white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;line-height:1;overflow:hidden}.refresh-btn--full .refresh-btn__text{text-align:center}.refresh-btn__icon{height:100%;width:var(--refresh-icon-width);background-color:var(--refresh-bg-sub);color:var(--refresh-main);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.refresh-btn__svg{fill:currentColor;width:20px;height:20px}.refresh-btn:hover:not(:disabled){background:var(--refresh-bg)}.refresh-btn:hover:not(:disabled) .refresh-btn__text{color:#0000}.refresh-btn:hover:not(:disabled) .refresh-btn__icon{width:calc(100% - 2px)}.refresh-btn:active:not(:disabled){box-shadow:0 0 0 var(--refresh-main);transform:translate(3px,3px)}.refresh-btn--full{width:100%}.refresh-btn--sm{--refresh-width:132px;--refresh-height:36px;--refresh-icon-width:34px;--refresh-inline-start:10px;--refresh-inline-end-gap:9px}.refresh-btn--lg{--refresh-width:172px;--refresh-height:44px;--refresh-icon-width:43px;--refresh-inline-start:14px;--refresh-inline-end-gap:11px}.refresh-btn__spinner{border:2px solid color-mix(in srgb,var(--refresh-main)28%,transparent);border-top-color:var(--refresh-main);border-radius:999px;width:18px;height:18px;animation:.85s linear infinite refresh-btn-spin}@keyframes refresh-btn-spin{to{transform:rotate(360deg)}}@media (max-width:480px){.refresh-btn--sm{--refresh-width:124px}.refresh-btn{--refresh-width:142px}.refresh-btn--lg{--refresh-width:160px}.refresh-btn__text{font-size:.8125rem}}
.AeoInformationCard-module__Oh24eG__notification{background:var(--color-surface-2);border:1px solid var(--color-border);width:100%;min-height:0;box-shadow:var(--shadow-sm);--aeo-card-accent:var(--color-primary,#0079cf);--aeo-card-accent-light:var(--color-primary-100,#cce9f7);border-radius:.75rem;flex-direction:column;font-family:inherit;font-size:16px;transition:border-color .28s,box-shadow .28s,transform .28s;display:flex;position:relative;overflow:hidden}.AeoInformationCard-module__Oh24eG__notification[data-tone=brand]{--aeo-card-accent:var(--color-primary,#0079cf);--aeo-card-accent-light:var(--color-primary-100,#cce9f7)}.AeoInformationCard-module__Oh24eG__notification[data-tone=info]{--aeo-card-accent:#3b82f6;--aeo-card-accent-light:#dbeafe}.AeoInformationCard-module__Oh24eG__notification[data-tone=teal]{--aeo-card-accent:#0891b2;--aeo-card-accent-light:#cffafe}.AeoInformationCard-module__Oh24eG__notification[data-tone=violet]{--aeo-card-accent:#7c3aed;--aeo-card-accent-light:#ede9fe}.AeoInformationCard-module__Oh24eG__notification[data-tone=success]{--aeo-card-accent:#10b981;--aeo-card-accent-light:#d1fae5}.AeoInformationCard-module__Oh24eG__notification:before{content:"";top:0;inset-inline-start:0;background:linear-gradient(180deg,var(--aeo-card-accent),color-mix(in srgb,var(--aeo-card-accent)45%,transparent));z-index:2;border-radius:0;width:4px;transition:width .3s;position:absolute;bottom:0}.AeoInformationCard-module__Oh24eG__notification:after{display:none}.AeoInformationCard-module__Oh24eG__content{z-index:3;flex-direction:column;gap:0;display:flex;position:relative}.AeoInformationCard-module__Oh24eG__notititle{color:var(--aeo-card-accent);padding:.875rem 1rem .25rem 1.25rem;font-size:.875rem;font-weight:600;line-height:1.3}.AeoInformationCard-module__Oh24eG__notibody{color:var(--color-text-secondary);padding:0 1rem .875rem 1.25rem;font-size:.8125rem;line-height:1.6}.AeoInformationCard-module__Oh24eG__notiglow,.AeoInformationCard-module__Oh24eG__notiborderglow{display:none}@media (min-width:640px){.AeoInformationCard-module__Oh24eG__notification{border-radius:.875rem}.AeoInformationCard-module__Oh24eG__notititle{padding:1rem 1.125rem .3rem 1.375rem;font-size:.9375rem}.AeoInformationCard-module__Oh24eG__notibody{padding:0 1.125rem 1rem 1.375rem;font-size:.875rem}}@media (min-width:768px){.AeoInformationCard-module__Oh24eG__notification{border-radius:1rem}.AeoInformationCard-module__Oh24eG__notification:before{width:4px}.AeoInformationCard-module__Oh24eG__notititle{padding:1.125rem 1.25rem .375rem 1.5rem;font-size:1rem}.AeoInformationCard-module__Oh24eG__notibody{padding:0 1.25rem 1.125rem 1.5rem;font-size:.9375rem;line-height:1.65}}@media (hover:hover) and (pointer:fine){.AeoInformationCard-module__Oh24eG__notification:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-md)}.AeoInformationCard-module__Oh24eG__notification:hover:before{width:6px}}.AeoInformationCard-module__Oh24eG__notification:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.AeoInformationCard-module__Oh24eG__notification,.AeoInformationCard-module__Oh24eG__notification:before{transition:none}}
