:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ecf5ef;font-synthesis:none;text-rendering:optimizelegibility;--bg:#071416;--surface:#0d2021;--surface-raised:#132a29;--surface-soft:#183331;--line:#e0f4e71f;--text:#ecf5ef;--muted:#8aa5a0;--accent:#b9f05c;--accent-strong:#dcff8c;--accent-ink:#12200d;--danger:#ff786f;--warning:#ffc465;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--shadow:0 26px 70px #00000047;--page-max:1180px;background:#071416;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:radial-gradient(circle at 82% -10%, #b9f05c1a, transparent 33rem), radial-gradient(circle at -10% 35%, #24968b14, transparent 28rem), var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}.app-shell{min-height:100vh}.topbar{z-index:20;width:100%;min-height:76px;padding:0 max(24px, calc((100vw - var(--page-max)) / 2));border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#071416d6;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;display:grid;position:sticky;top:0}.brand{letter-spacing:.02em;align-items:center;gap:11px;width:fit-content;display:inline-flex}.brand img,.brand__mark{object-fit:contain;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.brand__mark{color:var(--accent-ink);background:var(--accent);font-weight:900;box-shadow:0 8px 26px #b9f05c33}.desktop-nav{border:1px solid var(--line);background:#ffffff08;border-radius:999px;gap:4px;padding:5px;display:flex}.desktop-nav a{color:var(--muted);border-radius:999px;padding:9px 17px;font-size:14px;transition:all .16s}.desktop-nav a:hover,.desktop-nav a.router-link-active{color:var(--text);background:var(--surface-soft)}.topbar__actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.topbar select{border:1px solid var(--line);color:var(--muted);background:var(--surface);border-radius:999px;padding:8px 12px}.page-shell{width:min(calc(100% - 40px), var(--page-max));min-height:calc(100vh - 76px);margin:0 auto;padding:40px 0 72px}.mobile-nav{display:none}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.page-heading h1,.hero h1{letter-spacing:-.04em;margin:0;font-weight:760;line-height:1.02}.page-heading h1{font-size:clamp(32px,5vw,54px)}.page-heading p,.hero p{color:var(--muted);margin:10px 0 0;line-height:1.65}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:750}.hero{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(115deg, #132a29fa, #132a29a8), var(--hero-image,none) center / cover;min-height:440px;box-shadow:var(--shadow);align-content:end;margin-bottom:30px;padding:clamp(30px,6vw,72px);display:grid;position:relative;overflow:hidden}.hero:after{content:"";border:1px solid #b9f05c1f;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-55%;right:-12%;box-shadow:0 0 0 75px #b9f05c06,0 0 0 150px #b9f05c05}.hero__content{z-index:1;max-width:680px;position:relative}.hero h1{max-width:620px;font-size:clamp(44px,8vw,88px)}.hero__actions,.button-row{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{min-height:46px;color:var(--accent-ink);background:var(--accent);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 20px;font-weight:760;transition:transform .16s,background .16s;display:inline-flex}.button:hover{background:var(--accent-strong);transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--secondary{border:1px solid var(--line);color:var(--text);background:#ffffff0a}.button--compact{min-height:38px;padding-inline:16px;font-size:14px}.account-chip{border:1px solid var(--line);max-width:170px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:9px 14px;font-size:14px;overflow:hidden}.grid{gap:18px;display:grid}.grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(145deg, var(--surface-raised), var(--surface));padding:24px}.card h2,.card h3{margin:0}.card p{color:var(--muted);line-height:1.6}.state-card{border-radius:var(--radius-md);min-height:220px;color:var(--muted);text-align:center;background:#ffffff05;border:1px dashed #e0f4e72b;align-content:center;place-items:center;gap:16px;padding:28px;display:grid}.state-card--error{color:var(--danger)}.state-card__pulse{border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.9s linear infinite spin}.form-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);width:min(100%,520px);box-shadow:var(--shadow);margin-inline:auto;padding:clamp(24px,5vw,42px)}.field{gap:8px;margin-bottom:18px;display:grid}.field label{color:var(--muted);font-size:14px}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-height:50px;color:var(--text);background:#ffffff09;outline:none;padding:12px 15px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#b9f05ca6;box-shadow:0 0 0 4px #b9f05c14}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=860px){.topbar{grid-template-columns:1fr auto;min-height:66px;padding-inline:18px}.desktop-nav{display:none}.page-shell{width:min(calc(100% - 28px), var(--page-max));min-height:calc(100vh - 140px);padding:24px 0 104px}.mobile-nav{z-index:30;right:12px;bottom:max(12px, env(safe-area-inset-bottom));border:1px solid var(--line);min-height:66px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0d2021f0;border-radius:22px;grid-template-columns:repeat(5,1fr);padding:6px;display:grid;position:fixed;left:12px}.mobile-nav a{min-width:0;color:var(--muted);border-radius:16px;align-content:center;place-items:center;gap:2px;display:grid}.mobile-nav a.router-link-active{color:var(--accent);background:#b9f05c14}.mobile-nav span{font-size:21px;line-height:1}.mobile-nav small{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.grid--three{grid-template-columns:1fr}.hero{min-height:430px}}@media (width<=460px){.topbar__actions select{width:66px}.account-chip{max-width:92px}.hero{border-radius:24px;padding:26px}.hero h1{font-size:45px}.button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.auth-layout{grid-template-columns:minmax(0,.9fr) minmax(420px,520px);align-items:center;gap:clamp(32px,8vw,100px);min-height:calc(100vh - 190px);display:grid}.auth-layout--register{align-items:start}.auth-intro{max-width:520px;padding:34px 0}.auth-intro__mark{width:68px;height:68px;color:var(--accent-ink);background:var(--accent);border-radius:22px;place-items:center;margin-bottom:32px;font-size:28px;font-weight:900;display:grid;box-shadow:0 18px 50px #b9f05c33}.auth-intro h2{letter-spacing:-.055em;max-width:500px;margin:0;font-size:clamp(42px,6vw,74px);font-weight:760;line-height:1}.auth-intro p:last-child{max-width:470px;color:var(--muted);margin:24px 0 0;font-size:17px;line-height:1.7}.auth-form{width:100%;margin:0}.auth-form h1{letter-spacing:-.04em;margin:0;font-size:clamp(36px,5vw,52px);line-height:1}.auth-form__hint{color:var(--muted);margin:13px 0 28px;line-height:1.6}.auth-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.auth-form__grid .field{min-width:0}.field small{color:var(--muted);font-size:12px;line-height:1.45}.auth-form__submit{width:100%;margin-top:8px}.auth-form__switch{color:var(--muted);text-align:center;margin:24px 0 0}.auth-form__switch a{color:var(--accent);font-weight:720}.form-error,.form-notice{border-radius:var(--radius-sm);color:#ffc0ba;background:#ff786f14;border:1px solid #ff786f47;margin:0 0 20px;padding:13px 15px;font-size:14px;line-height:1.5}.form-notice{color:var(--warning);background:#ffc46512;border-color:#ffc46540}.consent-list{border:1px solid var(--line);border-radius:var(--radius-sm);gap:12px;margin:4px 0 20px;padding:17px;display:grid}.consent-list legend{color:var(--muted);padding:0 7px;font-size:13px}.consent-list label{color:var(--muted);cursor:pointer;grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:13px;line-height:1.5;display:grid}.consent-list input{width:17px;height:17px;accent-color:var(--accent);margin:2px 0 0}.profile-grid{grid-template-columns:minmax(280px,.8fr) minmax(380px,1.2fr);align-items:start;gap:20px;display:grid}.profile-card,.password-card{min-width:0}.profile-avatar{width:70px;height:70px;color:var(--accent-ink);background:linear-gradient(145deg, var(--accent-strong), var(--accent));border-radius:22px;place-items:center;margin-bottom:28px;font-size:28px;font-weight:900;display:grid}.profile-card h2,.password-card h2{letter-spacing:-.025em;margin:0;font-size:28px}.profile-card__username{margin:7px 0 0!important}.profile-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:16px;margin:28px 0;padding:20px 0;display:grid}.profile-facts div{justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-facts dt{color:var(--muted);font-size:13px}.profile-facts dd{text-align:right;margin:0;font-size:14px}.status-pill{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;background:#b9f05c14;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.profile-language{margin:0}.password-card>p{margin:10px 0 26px}.password-card .button{width:100%}@media (width<=900px){.auth-layout{grid-template-columns:1fr;min-height:auto}.auth-intro{display:none}.auth-form{margin-inline:auto}.profile-grid{grid-template-columns:1fr}}@media (width<=520px){.auth-form__grid{grid-template-columns:1fr;gap:0}.auth-form{border-radius:24px;padding:24px 20px}.profile-facts div{gap:6px;display:grid}.profile-facts dd{text-align:left}}
