:root{--bg: #0f0f12;--fg: #e8e8ea;--muted: #9aa0a6;--primary: #ff7a00;--card: #17171b;--border: #24242a}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font:14px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}.container{max-width:1024px;margin:0 auto;padding:0 20px}.header{border-bottom:1px solid var(--border);position:sticky;top:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f12b3}.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.brand{font-weight:700;letter-spacing:.2px}.nav a{color:var(--muted);text-decoration:none;margin-left:16px;padding:8px 12px;border-radius:8px}.nav a.active,.nav a:hover{color:var(--fg);background:#1b1b20}.content{padding:24px 0 40px}.footer{border-top:1px solid var(--border);color:var(--muted)}.hero{padding:40px 0 24px}.hero h1{font-size:40px;margin:0 0 8px}.hero p{color:var(--muted);margin:0 0 20px}.cta-row{display:flex;gap:12px}.btn{display:inline-block;padding:10px 16px;border-radius:10px;text-decoration:none;border:1px solid var(--border)}.btn.primary{background:var(--primary);color:#111}.btn.ghost{color:var(--fg)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.card h3{margin:0 0 8px}.form{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px}.row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}input,textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#111115;color:var(--fg)}textarea{min-height:80px}.muted{color:var(--muted);margin-left:10px}.ok{color:#5bd36a;margin-left:10px}.error{color:#ff4d4d;margin-left:10px}.list{display:grid;gap:10px}.item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px}.item-line{display:flex;gap:12px;justify-content:space-between}.badge{font-size:12px;padding:4px 8px;border-radius:8px;border:1px solid var(--border)}.badge.new{background:#1b1b20}@media(max-width:800px){.grid,.row{grid-template-columns:1fr}.hero h1{font-size:28px}}
