:root { --bg:#050505; --card:#111; --card2:#1b1b1b; --text:#fff; --muted:#aaa; --line:#333; --accent:#fff; }
* { box-sizing:border-box; }
html, body, #app { margin:0; width:100%; height:100%; background:var(--bg); color:var(--text); font-family:Arial, Helvetica, sans-serif; overflow:hidden; }
.screen { position:fixed; inset:0; width:100%; height:100%; }
.hidden { display:none !important; }
.black { background:#000; z-index:50; }
.menu { padding:60px 70px; background:radial-gradient(circle at 20% 10%, #202020 0, #050505 45%, #000 100%); }
.brand { display:flex; align-items:center; gap:22px; margin-bottom:42px; }
.logoMark { width:76px; height:76px; border-radius:20px; background:#fff; color:#000; display:flex; align-items:center; justify-content:center; font-size:42px; font-weight:800; }
h1 { margin:0; font-size:44px; letter-spacing:-1px; }
p { margin:6px 0 0; }
.muted, #menuSubline { color:var(--muted); }
.dashboard-list { display:grid; grid-template-columns:repeat(2, minmax(300px, 1fr)); gap:22px; max-width:1200px; }
.tile { background:rgba(255,255,255,.08); border:2px solid transparent; border-radius:24px; padding:28px; min-height:150px; display:flex; flex-direction:column; justify-content:space-between; }
.tile.active { border-color:#fff; background:rgba(255,255,255,.18); box-shadow:0 20px 80px rgba(255,255,255,.12); }
.tile h2 { margin:0; font-size:34px; }
.tile p { color:var(--muted); font-size:18px; }
.menu-footer { position:fixed; left:70px; right:70px; bottom:34px; display:flex; gap:24px; color:#999; font-size:16px; }
.dashboard iframe { position:absolute; inset:0; width:100%; height:100%; border:0; background:#000; }
.hud { position:fixed; left:28px; bottom:28px; padding:14px 18px; border-radius:14px; background:rgba(0,0,0,.72); color:#fff; z-index:10; display:flex; gap:12px; align-items:center; }
.hud span { color:#ccc; }
.settings-hotspot { position:fixed; top:0; right:0; width:84px; height:84px; z-index:30; opacity:.02; background:#fff; color:#000; border-radius:0; margin:0; padding:0; font-size:26px; }
.settings-hotspot:focus, .settings-hotspot:hover { opacity:.7; }
.settings { z-index:100; background:rgba(0,0,0,.82); padding:40px; overflow:auto; }
.settings-card { max-width:920px; margin:0 auto; background:#101010; border:1px solid #2d2d2d; border-radius:24px; padding:28px; box-shadow:0 20px 90px rgba(0,0,0,.8); }
.settings h2 { margin:0 0 4px; font-size:34px; }
.settings h3 { margin-top:28px; }
label { display:block; margin:18px 0 8px; color:#ddd; font-size:15px; }
input, select, textarea { width:100%; border:1px solid #444; border-radius:12px; background:#1b1b1b; color:#fff; padding:13px 14px; font-size:18px; }
textarea { min-height:84px; resize:vertical; font-size:14px; }
button { border:0; border-radius:12px; padding:14px 22px; margin-top:16px; margin-right:10px; font-size:17px; cursor:pointer; background:#fff; color:#000; font-weight:700; }
button.secondary { background:#303030; color:#fff; }
.grid2 { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.check { display:flex; align-items:center; gap:12px; }
.check input { width:auto; transform:scale(1.25); }
.editor-row { border:1px solid #2f2f2f; background:#161616; border-radius:16px; padding:18px; margin-bottom:14px; }
.editor-row .row-title { font-weight:700; margin-bottom:10px; }
.actions { margin-top:24px; }
.pin-box { max-width:420px; }
@media (max-width: 900px) { .dashboard-list { grid-template-columns:1fr; } .menu { padding:30px; } .menu-footer { left:30px; right:30px; flex-direction:column; gap:6px; } }
