@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap";
:root{--color-brand-orange:#f97316;--color-brand-orange-light:#fff4e8;--color-brand-orange-dark:#c2410c;--color-brand-amber:#f59e0b;--color-brand-amber-light:#fff7d6;--color-brand-rust:#ea580c;--color-brand-rust-light:#ffedd5;--color-brand-indigo:#4f46e5;--color-brand-indigo-light:#eef2ff;--color-brand-indigo-dark:#3730a3;--color-brand-violet:#7c3aed;--color-surface-900:#1c1917;--color-surface-800:#292524;--color-surface-700:#44403c;--color-surface-600:#57534e;--color-surface-500:#78716c;--color-surface-400:#a8a29e;--color-surface-300:#d6d3d1;--color-surface-200:#e7e5e4;--color-surface-100:#f5f2ee;--color-surface-50:#fffdf9;--color-white:#fff;--color-surface-card:#ffffffeb;--color-surface-warm:#fff8f1;--color-success:#16a34a;--color-success-light:#dcfce7;--color-warning:#d97706;--color-warning-light:#fef3c7;--color-danger:#dc2626;--color-danger-light:#fee2e2;--color-info:#2563eb;--color-info-light:#dbeafe;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Sora", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--text-xs:11px;--text-sm:13px;--text-base:15px;--text-md:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--fw-normal:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--fw-black:900;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--shadow-xs:0 1px 2px #1c19170f, 0 1px 1px #1c19170a;--shadow-sm:0 4px 12px #1c191714, 0 1px 4px #1c19170d;--shadow-md:0 8px 24px #1c19171a, 0 2px 8px #1c19170f;--shadow-lg:0 12px 32px #1c191724, 0 6px 18px #1c191714;--shadow-xl:0 24px 56px #1c19172e, 0 10px 28px #1c19171a;--shadow-brand:0 12px 28px #f9731642;--shadow-orange:0 12px 28px #f9731647;--shadow-warm:0 16px 42px #f9731629;--transition-fast:.16s ease;--transition-base:.24s ease;--transition-slow:.36s ease;--transition-spring:.28s cubic-bezier(.34, 1.56, .64, 1);--z-base:1;--z-above:10;--z-sticky:20;--z-dropdown:40;--z-overlay:60;--z-modal:80;--z-toast:100}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}html,body{max-width:100vw;font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1, "liga" 1, "calt" 1;line-height:1.6;overflow-x:hidden}body{color:var(--color-surface-900);background:radial-gradient(circle at 0 0,#f973161f,#0000 30%),radial-gradient(circle at 100% 0,#f59e0b14,#0000 26%),linear-gradient(#fffdf9 0%,#fff7f0 42%,#f7f2eb 100%);background-color:var(--color-surface-50);isolation:isolate;position:relative}body:before,body:after{content:"";pointer-events:none;z-index:-1;filter:blur(80px);opacity:.6;border-radius:50%;animation:14s ease-in-out infinite alternate floatAmbient;position:fixed;inset:auto}body:before{background:#f973161f;width:26rem;height:26rem;top:-10rem;right:-8rem}body:after{background:#4f46e51a;width:20rem;height:20rem;animation-delay:-7s;bottom:-6rem;left:-4rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--fw-bold);letter-spacing:-.03em;line-height:1.25}p{line-height:1.65}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), opacity var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background:0 0;border:none;outline:none;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{font-family:inherit;font-size:inherit;-webkit-tap-highlight-color:transparent;outline:none}img,picture,video,canvas,svg{max-width:100%;display:block}:focus-visible{outline:2px solid var(--color-brand-orange);outline-offset:2px;border-radius:var(--radius-xs)}::selection{color:var(--color-brand-orange-dark);background:#f973162e}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:linear-gradient(#d6d3d1,#f59e0b)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#a8a29e,#ea580c)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #f9731680}70%{transform:scale(1);box-shadow:0 0 0 10px #f9731600}to{transform:scale(.95);box-shadow:0 0 #f9731600}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes floatAmbient{0%{transform:translate(0,0)scale(1)}to{transform:translate(18px,-22px)scale(1.05)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f0ece8 25%,#e8e4e0 50%,#f0ece8 75%) 0 0/200% 100%;animation:1.4s ease-in-out infinite shimmer}@media (prefers-reduced-motion:reduce){.skeleton{background:#f0ece8;animation:none}body:before,body:after{animation:none}}

@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_b2991b2-module__9mH_6q__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_b2991b2-module__9mH_6q__variable{--font-sans:"Inter", "Inter Fallback"}
@font-face{font-family:Sora;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/b886574ba42c3409-s.1_wjncogyh-s7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Sora;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/c41ca59f1c34ba31-s.p.2y2uoi4t910qy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora Fallback;src:local(Arial);ascent-override:85.29%;descent-override:25.5%;line-gap-override:0.0%;size-adjust:113.73%}.sora_a6e0e515-module__NbNjtG__className{font-family:Sora,Sora Fallback;font-style:normal}.sora_a6e0e515-module__NbNjtG__variable{--font-display:"Sora", "Sora Fallback"}
.maintenance-notice-module__YJOPOW__notice{color:#24143d;background:linear-gradient(135deg,#fffffff5,#faf5fff0),radial-gradient(circle at 0 0,#f973161f,#0000 32%);border:1px solid #7c3aed2e;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:14px;width:min(100% - 32px,980px);margin:18px auto 0;padding:18px 20px;display:grid;box-shadow:0 18px 46px #581c871f}.maintenance-notice-module__YJOPOW__icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#ea580c);border-radius:14px;place-items:center;width:42px;height:42px;font-size:22px;font-weight:900;line-height:1;display:grid;box-shadow:0 12px 24px #7c3aed33}.maintenance-notice-module__YJOPOW__copy{gap:6px;display:grid}.maintenance-notice-module__YJOPOW__eyebrow{color:#7c3aed;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.maintenance-notice-module__YJOPOW__title{color:#17112a;margin:0;font-size:clamp(18px,3vw,24px);font-weight:900;line-height:1.2}.maintenance-notice-module__YJOPOW__description,.maintenance-notice-module__YJOPOW__footer{color:#5b5568;margin:0;font-size:14px;line-height:1.55}.maintenance-notice-module__YJOPOW__message{color:#2f2250;background:#fff;border-radius:14px;margin:4px 0;padding:12px 14px;font-size:14px;font-weight:700;line-height:1.55;box-shadow:inset 0 0 0 1px #7c3aed1f}@media (max-width:640px){.maintenance-notice-module__YJOPOW__notice{border-radius:18px;grid-template-columns:1fr;width:calc(100% - 24px);padding:16px}.maintenance-notice-module__YJOPOW__icon{border-radius:13px;width:38px;height:38px}}
.public-language-switcher-module__LYyFfW__wrapper{z-index:95;pointer-events:none;position:fixed;inset-block-start:calc(env(safe-area-inset-top,0px) + 12px);inset-inline-end:calc(env(safe-area-inset-right,0px) + 12px)}.public-language-switcher-module__LYyFfW__button{pointer-events:auto;color:#9a3412;-webkit-backdrop-filter:blur(14px);min-width:64px;height:38px;font:inherit;letter-spacing:0;cursor:pointer;background:#fffffff0;border:1px solid #f973163d;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:800;line-height:1;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 10px 24px #1c19171f}.public-language-switcher-module__LYyFfW__button:hover{background:#fff7ed;border-color:#fdba74;box-shadow:0 12px 28px #f9731629}.public-language-switcher-module__LYyFfW__button:active{transform:translateY(1px)}.public-language-switcher-module__LYyFfW__button:focus-visible{outline-offset:3px;outline:3px solid #f973163d}.public-language-switcher-module__LYyFfW__icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.public-language-switcher-module__LYyFfW__code{text-align:center;min-width:18px}@media (max-width:640px){.public-language-switcher-module__LYyFfW__wrapper{inset-block-start:calc(env(safe-area-inset-top,0px) + 10px);inset-inline-end:calc(env(safe-area-inset-right,0px) + 10px)}.public-language-switcher-module__LYyFfW__button{min-width:58px;height:36px;padding:0 9px}}