@font-face{font-family:Aspekta;src:url(/fonts/AspektaVF.woff2)format("woff2");font-weight:100 900;font-display:swap}:root{--bg:#0a0a0a;--card:#141414;--card-2:#1c1c1c;--line:#262626;--text:#fff;--muted:#8a8a8a;--gold:#e2b257}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Aspekta,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.card{background:var(--card);border:1px solid var(--line);border-radius:16px}.muted{color:var(--muted)}.error{color:#f2b8b8;background:#3a1a1a;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:13px}.auth{max-width:340px;margin:18vh auto;padding:24px}.auth h1{font-size:24px;font-weight:700}.auth .sub{color:var(--muted);margin-bottom:24px}.auth input,.auth button{border:1px solid var(--line);background:var(--card);width:100%;color:var(--text);border-radius:10px;margin-bottom:10px;padding:11px 12px}.auth button{background:var(--gold);color:#000;cursor:pointer;border:0;font-weight:600}.auth button:disabled{opacity:.6;cursor:default}.auth button.link{color:var(--muted);background:0 0;border:0;padding:4px;font-size:13px;font-weight:400;text-decoration:underline}.mgr{max-width:860px;margin:0 auto;padding:40px 20px 80px}.mgr h1{margin-bottom:6px;font-size:22px;font-weight:700}.mgr .row{gap:8px;margin-bottom:28px;display:flex}.mgr input[type=text],.mgr input[type=url],.mgr input[type=number]{border:1px solid var(--line);background:var(--card);width:100%;color:var(--text);border-radius:10px;flex:1;padding:11px 12px}.mgr button{background:var(--gold);color:#000;cursor:pointer;white-space:nowrap;border:0;border-radius:10px;padding:11px 18px;font-weight:600}.mgr button.ghost{color:var(--text);border:1px solid var(--line);background:0 0}.mgr ul{gap:8px;list-style:none;display:grid}.mgr li{border:1px solid var(--line);background:var(--card);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.mgr li a.name{color:var(--gold);font-weight:600}.mgr .meta{color:var(--muted);margin-top:3px;font-size:12px}.mgr label{color:var(--muted);margin-bottom:6px;font-size:13px;display:block}.mgr .field{margin-bottom:14px}.mgr .grid2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.mgr .check{color:var(--text);align-items:center;gap:8px;margin:18px 0;font-size:14px;display:flex}.dash{gap:22px;max-width:1100px;margin:0 auto;padding:32px 20px 80px;display:grid}.dash header{align-items:center;gap:14px;display:flex}.dash header img{object-fit:cover;border-radius:10px;width:44px;height:44px}.dash header h1{font-size:24px;font-weight:700}.chips{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.chips .group{flex-wrap:wrap;gap:8px;display:flex}.chip{cursor:pointer;color:var(--text);border:1px solid var(--line);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;display:inline-flex}.chip[data-active=true]{background:var(--gold);border-color:var(--gold);color:#000}.panel{background:var(--card);border:1px solid var(--line);border-radius:16px;gap:18px;padding:20px;display:grid}.stats{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.stat{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:14px 16px}.stat[data-active=true]{background:var(--card-2);border-color:var(--gold)}.stat .label{color:var(--muted);margin-bottom:6px;font-size:12px}.stat .value{font-size:27px;font-weight:700}.budget .top{color:var(--muted);justify-content:space-between;align-items:baseline;margin-bottom:10px;font-size:13px;display:flex}.budget .amount{align-items:baseline;gap:8px;margin-bottom:14px;display:flex}.budget .amount b{font-size:27px;font-weight:700}.budget .track{background:#000;border-radius:999px;height:10px;overflow:hidden}.budget .fill{background:var(--gold);border-radius:999px;height:100%;transition:width .4s}.budget .pct{color:var(--muted);margin-top:10px;font-size:13px}.grid-head{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.grid-head h2{font-size:16px;font-weight:600}.tiles{grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:12px;display:grid}.tile{background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:hidden}.tile .media{aspect-ratio:9/16;background:#000;position:relative}.tile video,.tile .media img{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.tile .play{cursor:pointer;background:#00000038;border:0;place-items:center;display:grid;position:absolute;inset:0}.tile .play span{color:#fff;background:#0009;border-radius:999px;place-items:center;width:44px;height:44px;padding-left:3px;font-size:14px;display:grid}.tile .badge{color:#fff;background:#000000a6;border-radius:8px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:8px}.tile .badge.left{left:8px}.tile .badge.right{font-size:13px;right:8px}.tile .nums{color:var(--muted);gap:12px;padding:10px 12px;font-size:12px;display:flex}.more{border:1px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;margin:24px auto 0;padding:10px 22px;display:block}.updated{color:var(--muted);text-align:center;font-size:12px}@media (max-width:640px){.stats{grid-template-columns:repeat(2,1fr)}}.mgr button{justify-content:center;align-items:center;gap:8px;transition:opacity .15s,background .15s;display:inline-flex}.mgr button:disabled{cursor:progress;opacity:.85}.mgr button[data-state=done]{color:#fff;background:#1f7a4d}.mgr button.ghost[data-state=done]{color:#7ddca8;background:0 0;border-color:#1f7a4d}.spinner{border:2px solid;border-top-color:#0000;border-radius:999px;flex:none;width:13px;height:13px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.savestate{min-height:18px;color:var(--muted);margin-top:4px;font-size:13px;transition:color .15s}.savestate[data-state=saved]{color:#7ddca8}.savestate[data-state=error]{color:#f2b8b8}
