@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500&display=swap");*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#fff;--color-bg-secondary:#f5f5f7;--color-bg-panel:#fff;--color-text-primary:#1a1a1a;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-red:#e24b4a;--color-red-dark:#c93c3b;--color-gold:#f0a500;--color-green:#3b6d11;--color-dark-neg:#a32d2d;--radius-lg:12px;--radius-md:8px}@media (prefers-color-scheme:dark){:root{--color-bg:#0f0f10;--color-bg-secondary:#1a1a1e;--color-bg-panel:#18181b;--color-text-primary:#f9fafb;--color-text-secondary:#9ca3af;--color-text-tertiary:#6b7280;--color-border:#2d2d33;--color-border-light:#222228}}body,html{font-family:DM Sans,sans-serif;background:var(--color-bg);color:var(--color-text-primary);min-height:100vh}.ad-slot{width:100%;min-height:90px;background:var(--color-bg-secondary);border:1px dashed var(--color-border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-text-tertiary);font-size:12px;margin:16px 0}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#e24b4a;cursor:pointer;pointer-events:all;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.3)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#e24b4a;cursor:pointer;pointer-events:all;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.3)}