:root{--bg: #0f1115;--panel: #181b22;--panel-2: #1f232c;--border: #2a2f3a;--text: #e6e9ef;--muted: #8b93a3;--accent: #4c8dff;--green: #34c759;--danger: #ff5c5c;color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}:root[data-theme=light]{--bg: #ffffff;--panel: #f5f6f8;--panel-2: #eceef2;--border: #dcdfe6;--text: #1a1c22;--muted: #6b7280;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0}button{font:inherit;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;background:var(--accent);color:#fff}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:var(--panel-2);color:var(--text);border:1px solid var(--border)}.center{min-height:100vh;display:grid;place-items:center}.muted{color:var(--muted)}.strong{font-weight:600}.mono{font-family:ui-monospace,Menlo,monospace;font-size:12px}.appbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid var(--border);background:var(--panel)}.brand{font-weight:700;font-size:18px}.content{max-width:900px;margin:0 auto;padding:24px}.content section{margin-bottom:32px}h2{font-size:18px}.toolbar{display:flex;align-items:center;justify-content:space-between}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px}.catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}.product{display:flex;flex-direction:column;gap:8px;align-items:stretch;padding:12px}.product button{margin-top:auto}.product button+button{margin-top:0}.epithet{font-style:italic;font-size:13px}.art{position:relative;width:100%;aspect-ratio:700 / 1043;border-radius:8px;overflow:hidden;background:var(--panel-2)}.art img{width:100%;height:100%;object-fit:cover;display:block}.art.placeholder{display:grid;place-items:center;font-size:48px}.art .value{position:absolute;top:8px;right:8px;min-width:28px;height:28px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#000000a6;color:#ffd166;font-weight:700;font-size:14px}.owned .strong,.owned .mono{text-align:center}.error{background:#ff5c5c1f;border:1px solid var(--danger);color:var(--danger);padding:10px 12px;border-radius:8px;margin-bottom:16px}.ok{background:#34c7591f;border:1px solid var(--green);color:var(--green);padding:10px 12px;border-radius:8px;margin-bottom:16px}
