:root{--navy:#0b1f3a;--navy-mid:#152c4a;--navy-surface:#0b1f3a;--blue:#1a4d8f;--blue-hover:#143e75;--blue-pale:#eaf1fb;--gold:#f4de00;--gold-hover:#a8821e;--gold-pale:#fbf5e6;--surface:#f1f4f9;--card:#fff;--panel:#eef2f8;--mist:#e4ebf5;--ink:#162033;--ink-2:#3c4f65;--slate:#5a7291;--muted:#8aa3bc;--rule:#c8d5e6;--rule-mid:#a5b8d0;--success:#17633a;--success-bg:#e3f4ec;--success-bd:#a3d4b8;--warning:#7a5900;--warning-bg:#fdf4d9;--warning-bd:#e6cc7a;--danger:#aa1e1e;--danger-bg:#fdebeb;--danger-bd:#e8a5a5;--info:#1a4d8f;--info-bg:#eaf1fb;--info-bd:#a0bde8;--primary:var(--blue);--primary-dark:var(--blue-hover);--primary-light:var(--blue-pale);--dark:var(--ink);--light:var(--panel);--gray:var(--slate);--border:var(--rule);--shadow:0 1px 4px rgba(11,31,58,.07);--shadow-lg:0 4px 20px rgba(11,31,58,.1);--transition:150ms ease}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-y:scroll}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.6;color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#__next,body,html{height:100%}h1{font-size:2.1rem;line-height:1.2;letter-spacing:-.025em;margin-bottom:.5rem}h1,h2{font-weight:700;color:var(--navy)}h2{font-size:1.45rem;line-height:1.25;letter-spacing:-.018em;margin-bottom:.6rem}h3{font-size:1.05rem;line-height:1.4;color:var(--navy);margin-bottom:.4rem}h3,h4{font-weight:600}h4{font-size:.875rem;color:var(--ink);margin-bottom:.35rem}p{color:var(--slate);margin-bottom:.75rem;line-height:1.65}a{color:var(--blue);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--blue-hover);text-decoration:underline}header.header{background:var(--navy-surface);position:-webkit-sticky;position:sticky;top:0;z-index:200;border-bottom:1px solid hsla(0,0%,100%,.06);box-shadow:none!important}.header-content{max-width:1280px;margin:0 auto;padding:0 2rem;height:60px;display:flex;align-items:center;gap:2rem}.header-left .logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header-left .logo:before{display:none}.logo-image{display:block;width:auto;height:auto;max-height:32px}.header-nav{display:flex;align-items:stretch;gap:0;flex:1 1;height:100%}.header-nav a{display:flex;align-items:center;height:100%;padding:0 1rem;color:hsla(0,0%,100%,.58);font-size:.75rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase;text-decoration:none;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.header-nav a:hover{color:hsla(0,0%,100%,.88);text-decoration:none;border-bottom-color:hsla(0,0%,100%,.25)}.header-nav a.nav-active{color:var(--gold);border-bottom-color:var(--gold)}.header-right{gap:.85rem;margin-left:auto;flex-shrink:0}.credits-badge,.header-right{display:flex;align-items:center}.credits-badge{gap:.45rem;padding:.32rem .75rem;background:rgba(196,154,42,.1);border:1px solid rgba(196,154,42,.28);border-radius:4px;text-decoration:none;cursor:default}.credits-badge:hover{background:rgba(196,154,42,.15);border-color:rgba(196,154,42,.4)}.credits-label{font-size:.67rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.credits-value{font-size:.925rem;font-weight:700;color:var(--gold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:0}.user-menu{position:relative;z-index:300}.user-name{display:flex;align-items:center;gap:.45rem;height:32px;padding:0 .8rem;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.13);border-radius:4px;color:hsla(0,0%,100%,.8);font-size:.8rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.user-name:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.22);transform:none;box-shadow:none;color:hsla(0,0%,100%,.9)}.dropdown-arrow{font-size:.55rem;opacity:.5;transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;background:var(--card);border:1px solid var(--rule);border-radius:6px;padding:.5rem;min-width:210px;box-shadow:0 8px 24px rgba(11,31,58,.14);z-index:400}.dropdown-email{font-size:.78rem;color:var(--muted);padding:.4rem .6rem .65rem;border-bottom:1px solid var(--rule);margin-bottom:.4rem;word-break:break-all}.dropdown-item{display:block;width:100%;padding:.42rem .65rem;margin-bottom:.25rem;font-size:.82rem;font-weight:500;color:var(--ink);text-decoration:none;border-radius:4px;transition:background .15s ease}.dropdown-item:hover{background:var(--blue-pale);color:var(--blue)}.btn-sign-out{width:100%;background:transparent;color:var(--danger);border:1px solid var(--rule);border-radius:4px;padding:.42rem .65rem;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.btn-sign-out:hover{background:var(--danger-bg);border-color:var(--danger-bd)}.btn-sign-out:disabled{opacity:.5;cursor:not-allowed}.nav-guest{background:var(--navy-surface);position:-webkit-sticky;position:sticky;top:0;z-index:200;border-bottom:1px solid hsla(0,0%,100%,.06)}.nav-guest-inner{max-width:1280px;margin:0 auto;padding:0 2rem;height:60px;justify-content:space-between}.logo-guest,.nav-guest-inner{display:flex;align-items:center}.logo-guest{text-decoration:none;flex-shrink:0}.logo-guest:before{content:none}.logo-guest:hover{text-decoration:none;color:#fff}.nav-links{display:flex;gap:.4rem;align-items:center}.nav-links a{color:hsla(0,0%,100%,.65);padding:.38rem .8rem;font-size:.82rem;font-weight:500;text-decoration:none;border-radius:4px;transition:color .15s ease,background .15s ease}.nav-links a:hover{color:#fff;background:hsla(0,0%,100%,.08);text-decoration:none;transform:none;box-shadow:none}main{max-width:1280px;margin:0 auto;padding:2rem;min-height:calc(100vh - 60px)}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.2rem}form{margin:0}.form-group{margin-bottom:1.2rem}label{display:block;margin-bottom:.38rem;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-2)}input,select,textarea{width:100%;padding:.6rem .85rem;border:1px solid var(--rule);border-radius:5px;font-size:.9rem;font-family:inherit;color:var(--ink);background:var(--card);transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-pale)}input::placeholder,textarea::placeholder{color:var(--muted)}textarea{resize:vertical;min-height:90px}.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.58rem 1.2rem;border:1px solid transparent;border-radius:5px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;white-space:nowrap;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-primary,button[type=submit]{background:var(--navy-surface);color:#fff;border-color:var(--navy-surface)}.btn-primary:hover,button[type=submit]:hover{background:var(--navy-mid);border-color:var(--navy-mid);transform:none;box-shadow:none;color:#fff;text-decoration:none}.btn-primary:disabled,button[type=submit]:disabled{background:var(--slate);border-color:var(--slate);cursor:not-allowed;transform:none}.btn-secondary{background:var(--card);color:var(--ink);border-color:var(--rule)}.btn-secondary:hover{background:var(--panel);border-color:var(--rule-mid);transform:none;box-shadow:none}.btn-gold{background:var(--gold);color:#fff;border-color:var(--gold)}.btn-gold:hover{background:var(--gold-hover);border-color:var(--gold-hover);color:#fff;text-decoration:none;transform:none;box-shadow:none}.btn-ghost{background:transparent;color:var(--blue);border-color:var(--rule)}.btn-ghost:hover{background:var(--blue-pale);border-color:var(--blue);transform:none;box-shadow:none}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-danger:hover{background:#8f1818;border-color:#8f1818;transform:none;box-shadow:none}.btn-sm{padding:.38rem .8rem;font-size:.78rem}.btn-lg{padding:.75rem 1.65rem;font-size:.925rem}.card{background:var(--card);border:1px solid var(--rule);border-radius:6px;padding:1.5rem;transition:border-color .15s ease}.card:hover{box-shadow:none;transform:none;border-color:var(--rule-mid)}.card.form-card:hover,form .card:hover{transform:none;border-color:var(--rule)}.card-header{margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--rule)}.card-body{margin:1rem 0}.card-footer{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--rule);display:flex;justify-content:flex-end;gap:.65rem;align-items:center}.stat-card{padding:1.5rem;border-radius:5px;display:flex;flex-direction:column;gap:.4rem;min-height:110px;justify-content:center}.stat-value{font-size:2.6rem;font-weight:700;line-height:1;letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.8}.card .stat-card{margin:-1.5rem;border-radius:5px}table{width:100%;border-collapse:collapse;font-size:.875rem;margin-bottom:0}thead{border-bottom:2px solid var(--rule)}th{padding:.6rem 1rem;text-align:left;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--slate);background:transparent;border:none}td{padding:.8rem 1rem;border-bottom:1px solid var(--rule);color:var(--ink);vertical-align:middle}tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface)}.badge{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:3px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge-primary{background:var(--blue-pale);color:var(--blue)}.badge-success{background:var(--success-bg);color:var(--success)}.badge-danger{background:var(--danger-bg);color:var(--danger)}.badge-warning{background:var(--warning-bg);color:var(--warning)}.reg-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border:1px solid var(--rule);border-radius:3px;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--slate);background:var(--card);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.reg-badge-dark{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.65)}.alert{padding:.8rem 1rem;border-radius:5px;border:1px solid;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.alert-info{background:var(--info-bg);color:var(--info);border-color:var(--info-bd)}.alert-success{background:var(--success-bg);color:var(--success);border-color:var(--success-bd)}.alert-warning{background:var(--warning-bg);color:var(--warning);border-color:var(--warning-bd)}.alert-danger{background:var(--danger-bg);color:var(--danger);border-color:var(--danger-bd)}.spinner{display:inline-block;width:15px;height:15px;border:2px solid hsla(0,0%,100%,.3);border-top-color:currentcolor;border-radius:50%;animation:spin .65s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}.grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.steps{display:flex;gap:0;margin-bottom:2rem;border:1px solid var(--rule);border-radius:6px;overflow:hidden;background:var(--card)}.step{flex:1 1;padding:.85rem 1.2rem;border-right:1px solid var(--rule);text-align:left;cursor:default;transition:background .15s ease}.step:last-child{border-right:none}.step.active{background:var(--navy-surface)}.step.active .step-number{background:var(--gold);color:#fff}.step.active strong{color:#fff}.step-number{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--mist);color:var(--slate);font-weight:700;font-size:.72rem;margin-bottom:.2rem}.step strong{display:block;font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero{background:var(--navy-surface);border-radius:8px;padding:3.5rem 3rem;margin-bottom:2rem;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-60px;right:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(196,154,42,.07) 0,transparent 65%);pointer-events:none}.hero h1{color:#fff;font-size:2.8rem;line-height:1.12;margin-bottom:1rem;letter-spacing:-.03em}.hero p{color:hsla(0,0%,100%,.65);font-size:.975rem;margin-bottom:0;max-width:520px;line-height:1.7}.text-center{text-align:center}.text-muted{color:var(--slate)}.text-small{font-size:.8rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.m-1{margin:.5rem}.m-2{margin:1rem}.m-3{margin:1.5rem}.m-4{margin:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.d-flex{display:flex;gap:1rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.flex-between{justify-content:space-between}.flex-between,.flex-center{display:flex;align-items:center}.flex-center{justify-content:center}.w-full{width:100%}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}footer.site-footer{margin-top:4rem;padding:1.2rem 2rem;border-top:1px solid var(--rule);background:var(--card);font-size:.76rem;color:var(--muted);text-align:center}footer.site-footer a{color:var(--slate);text-decoration:none;transition:color .15s ease}footer.site-footer a:hover{color:var(--ink)}.auth-page{min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.auth-card{width:100%;max-width:420px}.auth-logo{text-align:center;margin-bottom:1.75rem}.auth-logo-mark{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--navy);text-decoration:none}.auth-logo-mark:before{content:"";display:inline-block;width:8px;height:8px;background:var(--gold);border-radius:2px}.nav-hamburger{display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:38px;height:32px;padding:0;background:transparent;border:1px solid hsla(0,0%,100%,.15);border-radius:4px;color:hsla(0,0%,100%,.8);cursor:pointer;flex-shrink:0;margin-left:auto}.nav-hamburger-line{display:block;width:16px;height:1.5px;background:currentColor;border-radius:1px;transition:all .2s ease;pointer-events:none}.mobile-nav-panel{background:var(--navy-mid);border-top:1px solid hsla(0,0%,100%,.08);padding:.5rem}.mobile-nav-panel .mobile-nav-btn,.mobile-nav-panel a{display:flex;align-items:center;width:100%;padding:.75rem 1rem;color:hsla(0,0%,100%,.75);font-size:.875rem;font-weight:500;letter-spacing:0;text-transform:none;text-decoration:none;border-radius:4px;border:none;background:transparent;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.mobile-nav-panel .mobile-nav-btn:hover,.mobile-nav-panel a.nav-active,.mobile-nav-panel a:hover{background:hsla(0,0%,100%,.08);color:#fff;text-decoration:none}.mobile-nav-panel a.nav-active{color:var(--gold)}.mobile-nav-divider{height:1px;background:hsla(0,0%,100%,.08);margin:.35rem .5rem}.mobile-nav-meta{padding:.5rem 1rem .35rem;font-size:.75rem;color:hsla(0,0%,100%,.35)}.sub-card{padding:0}.sub-card-inner{display:flex;align-items:stretch;gap:0}.sub-card-left{flex:0 0 38%;flex-direction:column;justify-content:center;border-right:1px solid var(--border)}.sub-card-left,.sub-card-right{display:flex;padding:2rem 2.25rem}.sub-card-right{flex:1 1;flex-direction:column}@media (max-width:768px){.sub-card-inner{flex-direction:column}.sub-card-left{flex-basis:auto;border-right:none;border-bottom:1px solid var(--border)}main{padding:1rem}h1{font-size:1.65rem}h2{font-size:1.25rem}.header-content{padding:0 1rem;gap:.75rem}.header-nav{display:none}.nav-hamburger{display:inline-flex}.credits-label{display:none}.credits-badge{padding:.3rem .6rem;gap:.3rem}.hero{padding:2rem 1.25rem;border-radius:6px}.hero h1{font-size:1.9rem}.hero p{font-size:.9rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.flex-between{flex-wrap:wrap;gap:.75rem}.card:has(table){overflow-x:auto}table{min-width:480px}td,th{padding:.65rem .75rem}.card-footer{flex-wrap:wrap}.card-footer .btn,.card-footer button{flex:1 1;min-width:120px}.page-header{margin-bottom:1.25rem}.auth-page{padding:1rem;min-height:calc(100vh - 60px)}.auth-card{max-width:100%}.steps{flex-direction:column;border-radius:6px}.step{border-right:none;border-bottom:1px solid var(--rule)}.step:last-child{border-bottom:none}.d-flex{flex-wrap:wrap}footer.site-footer{padding:1rem;font-size:.72rem}}@media (max-width:480px){main{padding:.75rem}.card{padding:1.1rem}.card-header{padding-bottom:.65rem;margin-bottom:.75rem}h1{font-size:1.45rem}.hero{padding:1.5rem 1rem}.hero h1{font-size:1.6rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{color-scheme:light}[data-theme=dark]{color-scheme:dark;--navy:#c9d8ee;--navy-mid:#152c4a;--blue:#6ea1e8;--blue-hover:#85b2f0;--blue-pale:#14243d;--gold:#f4de00;--gold-hover:#e5c766;--gold-pale:#2a2410;--surface:#0d1524;--card:#131f33;--panel:#182640;--mist:#1c2c49;--ink:#e4ebf5;--ink-2:#b9c8dc;--slate:#8fa5c0;--muted:#64809f;--rule:#2a3c58;--rule-mid:#3a5175;--success:#5fc98e;--success-bg:#10281b;--success-bd:#1f4a32;--warning:#e4c25e;--warning-bg:#2a2410;--warning-bd:#514817;--danger:#e87a7a;--danger-bg:#2e1414;--danger-bd:#5a2626;--info:#6ea1e8;--info-bg:#14243d;--info-bd:#27436b;--shadow:0 1px 4px rgba(0,0,0,.4);--shadow-lg:0 4px 20px rgba(0,0,0,.5)}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.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:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.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:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.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:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.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:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.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:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.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:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.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:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.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:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.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:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.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:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.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:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.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:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.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:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.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:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.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:__Inter_Fallback_48b81b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_48b81b{font-family:__Inter_48b81b,__Inter_Fallback_48b81b;font-style:normal}