:root{color-scheme:dark;--bg: #0e0f12;--panel: #15171c;--panel-2: #1c1f26;--border: #2a2e36;--text: #e7e9ee;--muted: #8b919c;--accent: #ff5f1f;--green: #4ade80;--red: #f87171}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.nav{display:flex;gap:12px;align-items:center;padding:12px 20px;background:var(--panel);border-bottom:1px solid var(--border)}.nav .brand{font-weight:700;margin-right:16px}.nav a{color:var(--text);padding:4px 8px;border-radius:6px}.nav a.active{background:var(--panel-2)}.container{padding:20px;max-width:1400px;margin:0 auto}.toolbar{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.toolbar select,.toolbar input,.toolbar button{background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:6px 10px;font:inherit}.toolbar button{cursor:pointer}.toolbar button:hover{background:var(--panel-2)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px}.card{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}.card .meta{color:var(--muted);font-size:12px}.card .title{font-weight:600}.card .body{white-space:pre-wrap;max-height:8em;overflow:hidden}.card .stats{display:flex;gap:12px;flex-wrap:wrap;font-size:12px}.card .stats span{color:var(--muted)}.card .stats b{color:var(--text)}.badge{display:inline-block;font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted)}.badge.brand-LBEB{border-color:#f59e0b;color:#fbbf24}.badge.brand-SSOF{border-color:#3b82f6;color:#60a5fa}.badge.mode-full{border-color:#10b981;color:#34d399}.badge.mode-copy_only{border-color:#6b7280;color:#9ca3af}.thumb{width:100%;aspect-ratio:16/9;background:var(--panel-2);border-radius:8px;object-fit:cover}.delta-up{color:var(--green)}.delta-flat{color:var(--muted)}.btn{background:var(--accent);color:#fff;border:0;border-radius:6px;padding:8px 12px;font:inherit;font-weight:600;cursor:pointer}.btn:hover{filter:brightness(1.1)}.btn.secondary{background:var(--panel-2);color:var(--text);border:1px solid var(--border)}.btn.danger{background:var(--red)}.btn:disabled{opacity:.5;cursor:not-allowed}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.recreation{display:grid;grid-template-columns:1fr 1fr;gap:16px}.recreation .col{display:flex;flex-direction:column;gap:10px}.recreation textarea,.recreation input{width:100%;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:8px;font:inherit;resize:vertical}.recreation textarea{min-height:60px}.recreation label{font-size:12px;color:var(--muted)}.empty{color:var(--muted);padding:40px;text-align:center}@media (max-width: 800px){.recreation{grid-template-columns:1fr}}
