:root{--bg:#0b1020;--surface:#131b2e;--surface-2:#19243a;--line:#2b3852;--text:#f4f7fb;--muted:#9eabc0;--orange:#ef7f1a;--orange-dark:#d56b0b;--light:#fff;--ink:#171717;--radius:20px;--shadow:0 24px 70px rgba(0,0,0,.34)}*{box-sizing:border-box}html{color-scheme:dark}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 15% 0,#1b2947 0,transparent 34%),linear-gradient(180deg,#0c1222,#080c16);color:var(--text)}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1180px,calc(100% - 32px));margin:auto}[hidden]{display:none!important}.logo-panel,.logo-wrap{background:#fff;border:1px solid #e7e7e7;border-radius:16px;display:inline-flex;padding:12px 18px;box-shadow:0 10px 25px rgba(0,0,0,.16)}.logo-panel{width:min(440px,100%);justify-content:center}.logo-panel img{width:100%;height:auto;display:block}.logo{width:152px;display:block}.auth-page{min-height:100vh;display:grid;place-items:center;padding:34px 18px}.auth-shell{width:min(980px,100%);display:grid;grid-template-columns:1fr 430px;gap:48px;align-items:center}.auth-brand p{max-width:500px;color:var(--muted);font-size:20px;line-height:1.6}.auth-card{background:rgba(19,27,46,.94);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.auth-form{display:grid;gap:17px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:#ff9b43;font-size:12px;font-weight:900}.auth-form h1,.dashboard-intro h1{margin:8px 0 0;letter-spacing:-.045em}.auth-form h1{font-size:36px}.auth-form p,.dashboard-intro p{color:var(--muted);line-height:1.55}.auth-form label{display:grid;gap:7px;font-size:13px;font-weight:800}.auth-form input{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;background:#0d1425;color:var(--text);outline:none}.auth-form input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(239,127,26,.16)}.auth-form small{font-weight:500;color:var(--muted)}.btn{border:0;border-radius:12px;padding:13px 16px;background:var(--orange);color:#211407;font-weight:900}.btn:hover{background:#ff9332}.text-button,.form-switch button,.inline-action{border:0;background:none;color:#ffad68;font-weight:800;padding:0}.text-button{text-align:left}.form-switch{border-top:1px solid var(--line);padding-top:16px;color:var(--muted);font-size:14px}.form-message{border-radius:12px;padding:12px 14px;margin-bottom:17px;line-height:1.45;background:#19243a;border:1px solid var(--line)}.form-message[data-type=error]{background:#361b25;border-color:#7f3045;color:#ffc6d2}.form-message[data-type=success]{background:#123125;border-color:#236244;color:#bdf5d4}.topbar{position:sticky;top:0;z-index:10;background:rgba(8,12,22,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.topbar-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between}.account-area{display:flex;align-items:center;gap:12px;color:var(--muted)}.small-button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;padding:9px 12px}.dashboard-intro{padding:62px 0 25px}.dashboard-intro h1{font-size:clamp(42px,7vw,76px)}.dashboard-intro p{font-size:18px;max-width:720px}.section{padding:24px 0 54px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:18px}.section-head h2{font-size:36px;margin:0}.section-head p{margin:0;color:var(--muted)}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.tool-card{background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--line);border-radius:18px;padding:19px;display:flex;flex-direction:column;min-height:300px;position:relative;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.16)}.tool-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:var(--tool)}.tool-icon{width:49px;height:49px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:23px;margin:7px 0 16px}.tool-card h3{margin:0 0 8px;font-size:21px}.tool-card p{color:var(--muted);line-height:1.45;margin:0}.status{display:flex;align-items:center;gap:7px;margin-top:14px;color:var(--muted);font-size:12px;font-weight:850}.status-dot{width:8px;height:8px;border-radius:50%;background:#69758a}.active .status-dot{background:#38c783}.tool-actions{display:flex;gap:8px;margin-top:auto;padding-top:20px}.tool-actions a,.tool-actions button{flex:1;text-align:center;text-decoration:none;border-radius:11px;padding:10px;font-weight:850;font-size:13px}.launch{border:0;background:var(--tool);color:#fff}.manage{border:1px solid var(--line);background:#0d1425;color:var(--text)}.footer{border-top:1px solid var(--line);padding:34px 0;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;align-items:center}.toast{position:fixed;right:20px;bottom:20px;background:#fff;color:#171717;border-radius:12px;padding:13px 16px;box-shadow:var(--shadow);display:none;z-index:20}.toast.show{display:block}@media(max-width:900px){.auth-shell{grid-template-columns:1fr;max-width:520px}.auth-brand{text-align:center}.auth-brand p{margin-inline:auto}.tool-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.auth-card{padding:22px}.tool-grid{grid-template-columns:1fr}.section-head,.footer-inner{display:block}.footer .logo-wrap{margin-top:18px}.account-area span{display:none}.logo{width:128px}}
