.auth-screen{position:relative;min-height:100vh;width:100%;overflow:hidden;background:radial-gradient(1100px 600px at 12% -10%,#1a429b 0,transparent 55%),radial-gradient(900px 700px at 105% 110%,#2458d1 0,transparent 50%),linear-gradient(160deg,#081a45,#0a1f52 60%,#061334);color:var(--white);display:flex;flex-direction:column}.auth-screen:after,.auth-screen:before{content:"";position:absolute;border-radius:50%;filter:blur(10px);opacity:.5;pointer-events:none}.auth-screen:before{width:320px;height:320px;top:-90px;left:-70px;background:radial-gradient(circle,#2273fb55,transparent 70%)}.auth-screen:after{width:420px;height:420px;right:-120px;bottom:-150px;background:radial-gradient(circle,#0ac3ca44,transparent 70%)}.auth-screen__bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px clamp(18px,5vw,56px)}.auth-screen__home{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#cdd9f2;transition:color .2s var(--ease)}.auth-screen__home:hover{color:#ffffff}.auth-screen__body{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px clamp(18px,5vw,56px) 56px}.role-select__body{padding-bottom:48px}.role-select__head-container{padding:40px;margin:-40px auto clamp(8px,1vw,16px);will-change:transform;cursor:default}.role-select__head,.role-select__head-container{position:relative;display:flex;justify-content:center;transform-style:preserve-3d}.role-select__head{align-items:center;gap:16px;text-align:center;z-index:2}.parallax-bg{transform:translateZ(15px);transition:transform .4s var(--ease),color .4s var(--ease)}.role-select__head-container:hover .parallax-bg{transform:translateZ(-15px);color:#cdd9f2}.parallax-fg{transform:translateZ(30px);animation:floatLogo 6s ease-in-out infinite;transition:transform .4s var(--ease),filter .4s var(--ease);filter:drop-shadow(0 0 10px rgba(135,180,255,.4)) drop-shadow(0 0 18px rgba(34,115,251,.2))}.role-select__head-container:hover .parallax-fg{transform:translateZ(50px) scale(1.04);filter:drop-shadow(0 0 18px rgba(135,180,255,.6)) drop-shadow(0 0 35px rgba(34,115,251,.4))}@keyframes floatLogo{0%,to{transform:translateZ(30px) translateY(0)}50%{transform:translateZ(30px) translateY(-8px)}}.role-select__logo-glow{position:absolute;top:50%;left:50%;width:200px;height:100px;transform:translate(-50%,-50%) translateZ(-30px);background:radial-gradient(ellipse at center,rgba(34,115,251,.25) 0,transparent 60%);filter:blur(15px);pointer-events:none;border-radius:50%;animation:pulseGlow 4s ease-in-out infinite alternate}@keyframes pulseGlow{0%{opacity:.4;transform:translate(-50%,-50%) translateZ(-30px) scale(1)}to{opacity:.8;transform:translate(-50%,-50%) translateZ(-30px) scale(1.15)}}@media (prefers-reduced-motion:reduce){.role-select__head-container{transform:none!important}.parallax-fg,.role-select__logo-glow{animation:none}.parallax-bg,.parallax-fg{transform:none!important}}.role-select__welcome{font-size:clamp(26px,4vw,44px);font-weight:800;letter-spacing:.01em}.role-select__logo{height:clamp(80px,12vw,140px);width:auto}.role-select__subtitle{text-align:center;font-size:16px;font-weight:500;color:var(--text-muted);margin-bottom:clamp(24px,3.5vw,44px)}.role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,380px));grid-gap:clamp(16px,2.2vw,28px);gap:clamp(16px,2.2vw,28px);width:100%;max-width:1220px;align-items:stretch}.role-card{display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:var(--surface);border:2px solid transparent;box-shadow:0 20px 56px rgba(0,0,0,.38);transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease);cursor:pointer;outline:none}.role-card:hover{transform:translateY(-8px);box-shadow:0 28px 64px rgba(0,0,0,.45),0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent)}.role-card:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.role-card--selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent),0 8px 32px color-mix(in srgb,var(--accent) 40%,transparent);transform:translateY(-4px) scale(1.02)}.role-card__hero{position:relative;aspect-ratio:4/3;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--accent) 0,color-mix(in srgb,var(--accent) 70%,#000) 100%)}.role-card__hero-illustration{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;z-index:1;transition:transform .4s var(--ease)}.role-card:hover .role-card__hero-illustration{transform:scale(1.05)}.role-card__hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to top,color-mix(in srgb,var(--accent) 92%,#000) 0,color-mix(in srgb,var(--accent) 50%,#000) 35%,transparent 70%);pointer-events:none}.role-card__hero-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:14px;padding:0 22px 20px;width:100%}.role-card__hero:before{content:"";position:absolute;top:-30%;right:-20%;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);pointer-events:none;z-index:2}.role-card__hero-icon{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;color:#ffffff;border:1.5px solid rgba(255,255,255,.3);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.role-card__hero-icon svg{width:28px;height:28px}.role-card:hover .role-card__hero-icon{transform:scale(1.1);box-shadow:0 8px 24px rgba(0,0,0,.2)}.role-card__hero-stats{display:flex;gap:10px;width:100%;justify-content:center}.role-card__stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 14px;border-radius:12px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);min-width:72px;transition:background .2s var(--ease)}.role-card:hover .role-card__stat{background:rgba(255,255,255,.22)}.role-card__stat-value{font-size:16px;font-weight:800;color:#ffffff;line-height:1.2}.role-card__stat-label{font-size:10.5px;font-weight:600;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.03em}.role-card__body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1 1}.role-card__header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.role-card__icon-wrap{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:21px;background:color-mix(in srgb,var(--accent) 13%,#eef2ff);flex-shrink:0}.role-card__title{font-size:17px;font-weight:800;color:var(--blue-950);line-height:1.2}.role-card__tagline{margin-top:2px;font-size:12.5px;font-weight:700;color:var(--accent);letter-spacing:.01em}.role-card__desc{font-size:13px;font-weight:500;color:var(--text-secondary);line-height:1.6;margin-bottom:14px}.role-card__features{margin:0 0 18px;display:flex;flex-direction:column;gap:9px;flex:1 1;list-style:none;padding:0}.role-card__feature{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--blue-950)}.role-card__feature-icon{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--accent) 11%,#f0f4ff);color:var(--accent)}.role-card__feature-icon svg{width:13px;height:13px}.role-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 18px;border-radius:12px;border:1.5px solid var(--border);font-size:14.5px;font-weight:700;font-family:inherit;color:var(--blue-950);background:var(--surface);cursor:pointer;transition:background .2s var(--ease),border-color .2s var(--ease),color .2s var(--ease),box-shadow .2s var(--ease),transform .15s var(--ease)}.role-card__btn svg{transition:transform .2s var(--ease)}.role-card:hover .role-card__btn{background:var(--accent);border-color:var(--accent);color:#ffffff;box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 35%,transparent)}.role-card:hover .role-card__btn svg{transform:translateX(3px)}.role-card__btn:active{transform:scale(.98)}.role-card--selected .role-card__btn{background:var(--accent);border-color:var(--accent);color:#ffffff;box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 35%,transparent)}.auth-card{width:100%;max-width:440px;background:var(--white);color:var(--blue-950);border-radius:22px;padding:clamp(28px,4vw,40px) clamp(24px,4vw,38px);box-shadow:0 30px 80px rgba(0,0,0,.45)}.auth-card__logo{height:38px;width:auto;display:block;margin:0 auto 18px}.auth-card__role{display:inline-flex;align-items:center;gap:7px;margin:0 auto 14px;padding:6px 12px;border-radius:999px;font-size:12.5px;font-weight:700;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.auth-card__head{text-align:center;margin-bottom:22px}.auth-card__title{font-size:clamp(22px,3vw,27px);font-weight:800;color:var(--blue-950)}.auth-card__subtitle{margin-top:6px;font-size:14.5px;font-weight:500;color:var(--text-secondary)}.auth-form{gap:16px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field__label{font-size:13.5px;font-weight:600;color:var(--blue-950)}.auth-field__input{width:100%;padding:12px 14px;font-size:15px;font-family:inherit;color:var(--text-primary);background:var(--surface-2);border:1.5px solid var(--border);border-radius:11px;transition:border-color .18s var(--ease),background .18s var(--ease),box-shadow .18s var(--ease)}.auth-field__input::placeholder{color:var(--text-muted)}.auth-field__input:focus{outline:none;background:var(--white);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.auth-field--error .auth-field__input{border-color:#e0463c;background:#fdf3f2}.auth-field__error{font-size:12.5px;font-weight:500;color:#d23b30}.auth-field__pw{position:relative}.auth-field__toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);padding:4px 8px;font-size:12.5px;font-weight:600;color:var(--text-secondary);border-radius:7px}.auth-field__toggle:hover{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.auth-form__row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13.5px}.auth-form__check{display:inline-flex;align-items:center;gap:7px;font-weight:500;color:var(--text-secondary);cursor:pointer}.auth-form__check input{width:15px;height:15px;accent-color:var(--accent)}.auth-link{font-weight:600;color:var(--accent)}.auth-link:hover{text-decoration:underline}.auth-alert{padding:11px 14px;border-radius:11px;font-size:13.5px;font-weight:500}.auth-alert--error{color:#b9281e;background:#fdecea;border:1px solid #f6c9c4}.auth-alert--success{color:#1c7a3d;background:#e9f8ee;border:1px solid #bce6cb}.auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:2px;padding:13px 18px;font-size:15.5px;font-weight:700;color:var(--white);background:var(--accent);border-radius:12px;transition:filter .2s var(--ease),transform .2s var(--ease),opacity .2s var(--ease)}.auth-submit:hover:not(:disabled){filter:brightness(1.08)}.auth-submit:active:not(:disabled){transform:scale(.99)}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-spinner{width:17px;height:17px;border-radius:50%;border:2.5px solid rgba(255,255,255,.4);border-top:2.5px solid var(--white);animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-card__foot{margin-top:20px;text-align:center;font-size:14px;font-weight:500;color:var(--text-secondary)}.btn-google{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 18px;font-size:15px;font-weight:600;font-family:inherit;color:var(--blue-950);background:var(--white);border:1.5px solid var(--border);border-radius:12px;cursor:pointer;transition:background .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease)}.btn-google:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-strong);box-shadow:0 2px 10px rgba(0,0,0,.08)}.btn-google:disabled{opacity:.65;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:12px;margin:4px 0;color:var(--text-muted);font-size:13px;font-weight:500}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}@media (max-width:1100px){.role-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:960px}.role-card__title{font-size:15px}.role-card__desc{font-size:12px}}@media (max-width:900px){.role-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}}@media (max-width:600px){.role-grid{grid-template-columns:minmax(0,1fr);max-width:420px;gap:20px}.auth-card{padding:26px 20px}.role-select__head-container{padding:20px;margin:-20px auto 10px}.role-select__head{flex-direction:column;gap:10px}.role-card__hero{aspect-ratio:16/9}.role-card__hero-content{padding:0 16px 16px;gap:10px}.role-card__body{padding:16px 18px 18px}.role-card__stat{padding:6px 10px;min-width:60px}.role-card__hero-icon{width:44px;height:44px}.role-card__hero-icon svg{width:22px;height:22px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reg-page{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;isolation:isolate;background:radial-gradient(1200px 800px at 15% -10%,#1b4fd6 0,rgba(27,79,214,0) 55%),radial-gradient(1000px 700px at 100% 0,#0a2e8c 0,rgba(10,46,140,0) 50%),radial-gradient(900px 900px at 50% 120%,#05257a 0,rgba(5,37,122,0) 55%),linear-gradient(160deg,#0a2470,#061a52 45%,#041233)}[data-theme=dark] .reg-page{background:radial-gradient(1200px 800px at 15% -10%,#12245c 0,rgba(18,36,92,0) 55%),radial-gradient(1000px 700px at 100% 0,#0a1a45 0,rgba(10,26,69,0) 50%),radial-gradient(900px 900px at 50% 120%,#050f2e 0,rgba(5,15,46,0) 55%),linear-gradient(160deg,#071230,#050d24 50%,#030815)}.reg-page__scene{position:absolute;inset:-8%;z-index:-1;pointer-events:none;will-change:transform}.reg-page__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,#000 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,#000 40%,transparent 100%)}.reg-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55;will-change:transform}.reg-orb--1{width:520px;height:520px;top:-120px;left:-80px;background:radial-gradient(circle at 30% 30%,#3b82f6,#1d4ed8 60%,transparent 72%);animation:reg-float-a 18s ease-in-out infinite}.reg-orb--2{width:420px;height:420px;bottom:-140px;right:-60px;background:radial-gradient(circle at 40% 40%,#22d3ee,#0891b2 55%,transparent 70%);opacity:.4;animation:reg-float-b 22s ease-in-out infinite}.reg-orb--3{width:360px;height:360px;top:40%;right:12%;background:radial-gradient(circle at 50% 50%,#818cf8,#4f46e5 55%,transparent 70%);opacity:.35;animation:reg-float-a 26s ease-in-out infinite reverse}.reg-shape{position:absolute;will-change:transform}.reg-shape--ring{width:120px;height:120px;top:18%;left:12%;border:2px solid rgba(255,255,255,.14);border-radius:50%;animation:reg-float-b 14s ease-in-out infinite}.reg-shape--pill{width:90px;height:40px;bottom:20%;left:16%;border:2px solid rgba(255,255,255,.1);border-radius:999px;transform:rotate(-18deg);animation:reg-float-a 16s ease-in-out infinite}.reg-shape--dot{width:14px;height:14px;top:26%;right:22%;background:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 18px 4px rgba(147,197,253,.6);animation:reg-float-b 10s ease-in-out infinite}.reg-particles{position:absolute;inset:0}.reg-particle{position:absolute;bottom:-10px;left:calc((var(--i) + 1) * 6.5%);width:4px;height:4px;border-radius:50%;background:rgba(191,219,254,.8);opacity:0;animation:reg-rise 14s linear infinite;animation-delay:calc(var(--i) * 1.1s)}.reg-particle:nth-child(2n){width:3px;height:3px;background:rgba(125,211,252,.7);animation-duration:18s}@keyframes reg-float-a{0%,to{translate:0 0}50%{translate:26px -30px}}@keyframes reg-float-b{0%,to{translate:0 0}50%{translate:-24px 28px}}@keyframes reg-rise{0%{transform:translateY(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-105vh);opacity:0}}.reg-page__top{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(16px,5vw,48px)}.reg-page__brand{position:absolute;left:50%;transform:translateX(-50%) translateY(8px);display:inline-flex;align-items:center}.reg-page__logo{height:80px;width:auto}.reg-page__top-actions{display:flex;align-items:center;gap:10px}.reg-page__main{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;padding:12px clamp(14px,5vw,32px) 48px}.reg-page__card{margin-block:auto;max-height:none;transform:none;background:rgba(255,255,255,.82);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border:1px solid rgba(255,255,255,.55);box-shadow:0 30px 80px rgba(2,12,40,.35),0 8px 24px rgba(2,12,40,.18),inset 0 1px 0 rgba(255,255,255,.6)}[data-theme=dark] .reg-page__card{background:rgba(21,29,46,.72);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.06)}.reg-page__foot{margin:0}.reg-page__back{color:rgba(255,255,255,.85);font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.reg-page__back:hover{color:#fff;text-decoration:underline}@media (max-width:560px){.reg-page__main{justify-content:flex-start;padding-top:8px}.reg-page__card{margin-block:0;border-radius:20px;align-self:center;margin-bottom:0}.reg-orb--1{width:300px;height:300px}.reg-orb--2{width:260px;height:260px}.reg-orb--3,.reg-particles,.reg-shape--pill{display:none}.reg-orb{animation:none}.reg-page__logo{height:44px}.reg-page__top{padding:14px 16px}}@media (prefers-reduced-motion:reduce){.reg-orb,.reg-particle,.reg-shape{animation:none!important}.reg-particle{opacity:0}}@font-face{font-family:Inter;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_48b81b{--font-inter:"Inter","Inter Fallback"}