.chat-launcher{position:fixed;right:22px;bottom:22px;z-index:88;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:var(--brand-cta);color:#16181c;box-shadow:var(--shadow-brand),0 10px 30px rgba(17,18,20,.28);display:flex;align-items:center;justify-content:center;transition:transform .22s ease,box-shadow .22s ease}.chat-launcher:hover{transform:translateY(-2px) scale(1.04)}.chat-launcher.is-open{background:var(--near-black)}.chat-launcher__pulse{position:absolute;inset:0;border-radius:50%;border:2px solid var(--brand-red);animation:chatPulse 2.4s ease-out infinite;pointer-events:none}@keyframes chatPulse{0%{opacity:.6;transform:scale(1)}70%,to{opacity:0;transform:scale(1.55)}}.chat-panel{position:fixed;right:22px;bottom:92px;z-index:88;width:min(370px,calc(100vw - 44px));height:min(560px,calc(100vh - 140px));display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-premium);overflow:hidden;transform-origin:bottom right;opacity:0;transform:translateY(14px) scale(.96);pointer-events:none;transition:opacity .24s ease,transform .24s cubic-bezier(.16,1,.3,1)}.chat-panel.is-open{opacity:1;transform:none;pointer-events:auto}.chat-panel__head{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--near-black);color:#fff}.chat-panel__avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:var(--brand-cta);color:#16181c;flex-shrink:0}.chat-panel__id{flex:1 1;min-width:0}.chat-panel__name{font-family:var(--font-display);font-weight:700;font-size:1rem;color:#fff;line-height:1.2}.chat-panel__sub{font-size:.78rem;color:hsla(0,0%,100%,.66)}.chat-panel__close{width:34px;height:34px;border-radius:9px;border:1px solid hsla(0,0%,100%,.18);background:transparent;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease}.chat-panel__close:hover{background:hsla(0,0%,100%,.12)}.chat-panel__body{flex:1 1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:12px;background:var(--surface-muted)}.chat-msg{display:flex}.chat-msg--user{justify-content:flex-end}.chat-msg__bubble{max-width:84%;padding:11px 14px;border-radius:16px;font-size:.92rem;line-height:1.5}.chat-msg--bot .chat-msg__bubble{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:5px;color:var(--foreground)}.chat-msg--user .chat-msg__bubble{background:var(--brand-cta);color:#16181c;border-bottom-right-radius:5px}.chat-msg__links{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.chat-link{display:inline-flex;align-items:center;font-size:.82rem;font-weight:600;padding:6px 12px;border-radius:999px;background:rgba(210,20,47,.08);border:1px solid rgba(210,20,47,.2);color:var(--brand-deep-red);transition:background .18s ease,transform .18s ease}.chat-link:hover{background:rgba(210,20,47,.14);transform:translateY(-1px)}.chat-typing{display:inline-flex;gap:4px;align-items:center}.chat-typing span{width:7px;height:7px;border-radius:50%;background:var(--foreground-muted);animation:chatBounce 1.1s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chatBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.chat-panel__quick{display:flex;flex-wrap:wrap;gap:7px;padding:12px 14px 4px;border-top:1px solid var(--border);background:var(--surface)}.chat-quick{font-size:.8rem;font-weight:600;padding:7px 12px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);cursor:pointer;transition:all .18s ease}.chat-quick:hover{border-color:var(--brand-red);color:var(--brand-red)}.chat-panel__input{display:flex;gap:8px;padding:12px 14px 14px;background:var(--surface)}.chat-panel__input input{flex:1 1;min-width:0;padding:11px 14px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-muted);font-size:.92rem;font-family:inherit;color:var(--foreground)}.chat-panel__input input:focus{outline:none;border-color:var(--brand-red);box-shadow:0 0 0 3px rgba(210,20,47,.12)}.chat-send{width:44px;height:44px;border-radius:50%;border:none;flex-shrink:0;background:var(--brand-cta);color:#16181c;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,opacity .18s ease}.chat-send:hover:not(:disabled){transform:translateY(-1px)}.chat-send:disabled{opacity:.45;cursor:default}@media (max-width:520px){.chat-panel{right:12px;left:12px;bottom:86px;width:auto;height:min(72vh,540px)}.chat-launcher{right:16px;bottom:16px}}@media (prefers-reduced-motion:reduce){.chat-launcher__pulse,.chat-typing span{animation:none}.chat-panel{transition:opacity .15s ease;transform:none}}.btn-login{background:var(--near-black);color:#fff;border-color:var(--near-black);box-shadow:0 6px 18px rgba(17,18,20,.18)}.btn-login:focus-visible,.btn-login:hover{background:var(--brand-cta);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-brand)}.lm{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;pointer-events:none}.lm.is-open{visibility:visible;pointer-events:auto}.lm__scrim{position:absolute;inset:0;border:0;background:rgba(10,11,14,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .25s ease;cursor:pointer}.lm.is-open .lm__scrim{opacity:1}.lm__dialog{position:relative;z-index:1;width:min(420px,100%);max-height:calc(100vh - 40px);overflow-y:auto;background:var(--surface);border-radius:20px;box-shadow:var(--shadow-premium);opacity:0;transform:translateY(16px) scale(.97);transition:opacity .25s ease,transform .28s cubic-bezier(.16,1,.3,1)}.lm.is-open .lm__dialog{opacity:1;transform:none}.lm__brand{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border);background:var(--surface);border-top:3px solid transparent;border-radius:20px 20px 0 0}.lm__close{width:34px;height:34px;border-radius:9px;border:1px solid var(--border);background:transparent;color:var(--foreground-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .18s ease}.lm__close:hover{border-color:var(--brand-red);color:var(--brand-red)}.lm__body{padding:26px 22px 24px}.lm__body h2{font-size:1.5rem;margin:12px 0 6px}.lm__sub{color:var(--foreground-muted);font-size:.94rem;margin-bottom:22px}.lm__form{display:grid;grid-gap:16px;gap:16px}.lm__submit{width:100%;margin-top:4px}.lm__error{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:600;color:var(--brand-deep-red);background:rgba(210,20,47,.08);border:1px solid rgba(210,20,47,.2);padding:10px 12px;border-radius:10px}.lm__demo{margin-top:18px;padding:11px 13px;border-radius:10px;background:var(--surface-muted);border:1px solid var(--border);font-size:.8rem;color:var(--foreground-muted);line-height:1.5}.lm__demo strong{color:var(--foreground)}.dash-boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--foreground-muted)}.dash-boot__spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--brand-red);animation:dashSpin .8s linear infinite}@keyframes dashSpin{to{transform:rotate(1turn)}}.dash{display:grid;grid-template-columns:264px 1fr;min-height:100vh;background:var(--surface-muted)}.dash__side{display:flex;flex-direction:column;background:var(--near-black);color:hsla(0,0%,100%,.76);padding:20px 16px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.dash__brand{padding:6px 8px 22px}.dash__nav{display:grid;grid-gap:4px;gap:4px;align-content:start;flex:1 1}.dash__link{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:11px;font-size:.93rem;font-weight:600;color:hsla(0,0%,100%,.72);background:transparent;border:0;cursor:pointer;width:100%;text-align:left;transition:background .2s ease,color .2s ease}.dash__link:hover{background:hsla(0,0%,100%,.07);color:#fff}.dash__link.is-active{background:var(--brand-cta);color:#16181c;box-shadow:0 8px 20px rgba(242,148,31,.3)}.dash__side-foot{display:grid;grid-gap:4px;gap:4px;border-top:1px solid hsla(0,0%,100%,.1);padding-top:12px}.dash__link--logout{color:#ffb0ba}.dash__link--logout:hover{background:rgba(210,20,47,.2);color:#fff}.dash__scrim{display:none}.dash__main{min-width:0;display:flex;flex-direction:column}.dash__top{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;padding:14px clamp(16px,3vw,32px);background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.dash__burger{display:none;flex-direction:column;gap:4px;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:11px;background:#fff;cursor:pointer}.dash__burger span{width:18px;height:2px;border-radius:2px;background:var(--foreground)}.dash__top-title{display:flex;flex-direction:column;line-height:1.25;flex:1 1;min-width:0}.dash__top-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-red)}.dash__top-title strong{font-family:var(--font-display);font-size:1.05rem}.dash__top-right{display:flex;align-items:center;gap:14px}.dash__user{gap:9px}.dash__avatar,.dash__user{display:inline-flex;align-items:center}.dash__avatar{width:34px;height:34px;border-radius:50%;background:var(--brand-cta);color:#16181c;justify-content:center;font-weight:700;font-size:.9rem}.dash__user-name{font-size:.9rem;font-weight:600}.dash__content{padding:clamp(20px,3vw,34px)}.dash-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:26px}.dash-hero h1{font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem);margin:10px 0 6px}.dash-hero p{color:var(--foreground-muted);font-size:.95rem}.dash-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:26px}.dash-card{display:block;padding:22px;border-radius:16px;background:var(--surface);border:1px solid var(--border);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.dash-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:var(--border-strong)}.dash-card__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--brand-cta);color:#16181c;margin-bottom:14px}.dash-card__value{display:block;font-family:var(--font-display);font-size:2rem;font-weight:800;line-height:1}.dash-card__label{display:block;font-weight:600;margin-top:6px}.dash-card__note{display:block;font-size:.82rem;color:var(--foreground-muted);margin-top:2px}.dash-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:16px;gap:16px}.dash-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:22px}.dash-panel h2{font-size:1.1rem;margin-bottom:16px}.dash-table{width:100%;border-collapse:collapse;font-size:.9rem}.dash-table th{text-align:left;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-muted);padding-bottom:10px}.dash-table td,.dash-table th{border-bottom:1px solid var(--border)}.dash-table td{padding:12px 0;vertical-align:middle}.dash-table tr:last-child td{border-bottom:0}.dash-tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:capitalize;padding:4px 9px;border-radius:var(--radius-xs);background:rgba(210,20,47,.08);color:var(--brand-deep-red)}.dash-quick{display:grid;grid-gap:10px;gap:10px}.dash-quick__item{display:flex;align-items:center;gap:12px;padding:13px;border-radius:12px;border:1px solid var(--border);transition:all .2s ease}.dash-quick__item:hover{border-color:var(--brand-red);background:rgba(210,20,47,.04)}.dash-quick__item>span:nth-child(2){flex:1 1;display:flex;flex-direction:column;line-height:1.35}.dash-quick__item strong{font-size:.94rem}.dash-quick__item span span{font-size:.82rem;color:var(--foreground-muted)}.dash-quick__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:var(--surface-muted);color:var(--brand-red);flex-shrink:0}.dash-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.dash-form__full{grid-column:1/-1}.dash-form__actions{display:flex;gap:12px;flex-wrap:wrap}.dash-form__note{display:flex;align-items:center;gap:9px;font-size:.88rem;color:#15803d;background:rgba(22,163,74,.1);border:1px solid rgba(22,163,74,.25);padding:11px 13px;border-radius:10px}.dash-media{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:14px;gap:14px}.dash-media__item{margin:0}.dash-media__thumb{position:relative;display:block;aspect-ratio:4/3;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.dash-media__item figcaption{display:flex;flex-direction:column;margin-top:8px;line-height:1.3}.dash-media__item figcaption strong{font-size:.85rem;text-transform:capitalize}.dash-media__item figcaption span{font-size:.76rem;color:var(--foreground-muted)}@media (max-width:1080px){.dash-cards{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}}@media (max-width:860px){.dash{grid-template-columns:1fr}.dash__side{position:fixed;inset:0 auto 0 0;width:min(280px,82vw);z-index:60;transform:translateX(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1)}.dash__side.is-open{transform:none}.dash__scrim{display:block;position:fixed;inset:0;z-index:55;border:0;background:rgba(17,18,20,.45);opacity:0;pointer-events:none;transition:opacity .25s ease}.dash__scrim.is-open{opacity:1;pointer-events:auto}.dash__burger{display:flex}}@media (max-width:620px){.dash-cards{grid-template-columns:1fr 1fr}.dash-form{grid-template-columns:1fr}.dash__user-name{display:none}}@media (prefers-reduced-motion:reduce){.dash-boot__spinner{animation:none}.dash__side,.lm__dialog{transition:none}}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_3b03a7{font-family:__Nunito_Sans_3b03a7;font-style:normal}.__variable_3b03a7{--font-nunito:"__Nunito_Sans_3b03a7"}