:root { color-scheme: dark; --bg:#090b0d; --panel:#101418; --panel-soft:#151b20; --line:#34404a; --text:#f7f3ea; --muted:#c5cbd0; --warm:#e6c987; --warm-soft:rgba(230,201,135,.10); --ok:#b8e2ca; --radius:20px; --shadow:0 22px 60px rgba(0,0,0,.28); }
*{box-sizing:border-box} html{font-size:18px} html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif} body{min-height:100vh;font-size:1rem;line-height:1.6} a{color:inherit} button,a{-webkit-tap-highlight-color:transparent} button,input,select,textarea{font:inherit} a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(230,201,135,.62);outline-offset:3px}
.app-shell{min-height:100vh;padding-bottom:102px;background:radial-gradient(circle at 14% -10%,rgba(230,201,135,.11),transparent 28rem),linear-gradient(180deg,#0b0e11 0%,#090b0d 55%)}
.topbar{position:sticky;top:0;z-index:20;min-height:76px;padding:8px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.10);backdrop-filter:blur(18px);background:rgba(9,11,13,.90)}
.brand{display:inline-flex;align-items:center;gap:11px;font-size:1rem;font-weight:760;line-height:1.2;letter-spacing:-.015em;text-decoration:none}.brand-mark{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(230,201,135,.68);color:var(--warm);border-radius:50%;font-size:24px}.base-badge{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:1px solid rgba(230,201,135,.40);background:var(--warm-soft);color:var(--warm);padding:9px 14px;border-radius:999px;font-size:.9rem;font-weight:760}.account-control{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.account-control .base-badge{text-decoration:none;white-space:nowrap}.account-name{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.9rem;font-weight:750}.account-signout{font:inherit;cursor:pointer}
.main{width:min(1100px,100%);margin:0 auto;padding:30px 20px 48px;outline:none}.hero{min-height:250px;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:linear-gradient(180deg,rgba(10,12,14,.18),rgba(10,12,14,.88)),radial-gradient(circle at 75% 12%,rgba(230,201,135,.18),transparent 18rem),#12171b;box-shadow:var(--shadow);overflow:hidden}.kicker{color:var(--warm);text-transform:uppercase;letter-spacing:.11em;font-size:.84rem;font-weight:820}h1{margin:9px 0 10px;font-size:clamp(2.25rem,7vw,3.7rem);line-height:1.03;letter-spacing:-.04em}h2{margin:0;font-size:1.4rem;line-height:1.2;letter-spacing:-.018em}h3{line-height:1.3}p{line-height:1.65}.hero p{max-width:720px;margin:0;color:#d4d8db;font-size:1rem}
.grid{display:grid;gap:16px;margin-top:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);background:rgba(16,20,24,.96);border-radius:var(--radius);padding:22px;box-shadow:0 12px 35px rgba(0,0,0,.18)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.count{color:var(--muted);font-size:.9rem}.empty{border:1px dashed #46535e;border-radius:14px;padding:20px;color:var(--muted);background:rgba(255,255,255,.02);font-size:.96rem;line-height:1.6}.section-title{margin:30px 2px 12px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.space-list{display:grid;gap:12px}.space-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:86px;padding:16px 18px;border-radius:16px;border:1px solid var(--line);background:var(--panel-soft);text-decoration:none}.space-row strong{display:block;margin-bottom:4px;font-size:1.02rem}.space-row small{color:var(--muted);font-size:.9rem;line-height:1.45}.status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:34px;color:var(--ok);border:1px solid rgba(184,226,202,.34);background:rgba(158,214,183,.08);padding:6px 10px;border-radius:999px;font-size:.84rem;font-weight:780}.space-hero{padding:10px 2px 18px}.space-hero h1{font-size:clamp(2.35rem,8vw,4.4rem)}.space-hero p{max-width:700px;color:var(--muted);margin:0;font-size:1rem}.notice{margin-top:18px;border-left:4px solid var(--warm);background:var(--warm-soft)}
.bottom-nav{position:fixed;z-index:30;left:50%;bottom:12px;transform:translateX(-50%);width:min(760px,calc(100% - 20px));min-height:76px;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(17,21,25,.96);backdrop-filter:blur(18px);box-shadow:0 16px 50px rgba(0,0,0,.38)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:0;min-height:58px;padding:5px 4px;border-radius:15px;text-decoration:none;color:var(--muted)}.bottom-nav a span{font-size:24px;line-height:1}.bottom-nav a small{font-size:.78rem;font-weight:760;line-height:1.15;text-align:center;white-space:normal}.bottom-nav a.active{color:var(--warm);background:var(--warm-soft)}
@media(max-width:720px){html{font-size:18px}.app-shell{padding-bottom:160px}.main{padding:20px 16px 52px}.hero{min-height:270px;padding:24px;border-radius:24px}.grid.two{grid-template-columns:1fr}.topbar{min-height:82px;padding:8px 12px;align-items:center}.brand{min-width:0;font-size:.9rem}.brand-mark{width:36px;height:36px}.brand>span:last-child{max-width:34vw;overflow:visible;text-overflow:clip;white-space:normal}.account-control{gap:6px;flex-wrap:wrap}.account-name{max-width:28vw;font-size:.84rem}.account-control .base-badge{min-height:42px;padding:8px 10px;font-size:.78rem}.bottom-nav{bottom:8px;grid-template-columns:repeat(3,1fr);width:calc(100% - 16px);min-height:138px;padding:7px 8px}.bottom-nav a{min-height:58px}.bottom-nav a small{font-size:.78rem}} @media(min-width:900px){.main{padding-top:38px}.hero{min-height:310px}}
