:root{--primary:#ff4800;--primary-hover:#e03f00;--primary-light:#ff480014;--primary-glow:#ff480033;--primary-foreground:#fff;--background:#fafaf9;--card:#fff;--card-hover:#fcfcfc;--card-border:#e7e5e4;--border:#e5e5e5;--input:#e5e5e5;--input-bg:#fff;--ring:#ff4800;--foreground:#18181b;--muted:#f4f4f5;--muted-foreground:#71717a;--muted-foreground-subtle:#a1a1aa;--live:#10b981;--shadow-subtle:0 4px 20px -2px #0000000d, 0 2px 6px -1px #00000008;--shadow-card:0 12px 40px #28262412;--shadow-hover:0 20px 45px #2826241f;--font-sans:"DM Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace}.dark{--primary:#ff5e1e;--primary-hover:#ff723b;--primary-light:#ff5e1e1f;--primary-glow:#ff5e1e40;--primary-foreground:#fff;--background:#09090b;--card:#121215;--card-hover:#16161a;--card-border:#222226;--border:#27272a;--input:#27272a;--input-bg:#18181b;--ring:#ff5e1e;--foreground:#f4f4f5;--muted:#1e1e24;--muted-foreground:#a1a1aa;--muted-foreground-subtle:#71717a;--live:#22c55e;--shadow-subtle:0 4px 20px -2px #0006;--shadow-card:0 12px 40px #00000059;--shadow-hover:0 20px 45px #00000080}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);min-height:100%;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .25s,color .25s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}.tabular-nums{font-family:var(--font-mono);font-variant-numeric:tabular-nums}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1.5s cubic-bezier(0,0,.2,1) infinite ping}@keyframes pulse-subtle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}.animate-pulse-subtle{animation:2s ease-in-out infinite pulse-subtle}@keyframes highlight-fade{0%{background-color:#ff480040;transform:scale(1.01)}to{background-color:#0000;transform:scale(1)}}.just-updated{animation:2.5s ease-out highlight-fade}@keyframes podium-pop{0%{opacity:.4;transform:scale(.96)}60%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.podium-spotlight{animation:.6s cubic-bezier(.34,1.56,.64,1) podium-pop}.podium-spotlight.is-spotlit section{box-shadow:none;border-radius:0;position:relative;background:0 0!important}.podium-spotlight.is-spotlit section>div>div{transition:box-shadow .7s;background-color:var(--card)!important;box-shadow:0 12px 40px #0000002e,0 4px 12px #0000001f!important}.podium-spotlight.is-spotlit.is-fading section>div>div{box-shadow:none!important}@keyframes pill-pop{0%{opacity:0;transform:translate(-50%)translateY(-6px)scale(.85)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.pill-pop{animation:.45s cubic-bezier(.34,1.56,.64,1) pill-pop}.container-narrow{width:100%;max-width:896px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.container-prose{width:100%;max-width:672px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground-subtle)}.bid-modal-overlay{padding:1rem}.bid-modal-panel{background-color:var(--card);border:1px solid var(--card-border);border-radius:1.25rem;flex-direction:column;width:100%;max-width:600px;max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000059}.bid-modal-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border) transparent;scrollbar-gutter:stable;padding:1.5rem;overflow:hidden auto}.bid-modal-scroll::-webkit-scrollbar{width:6px}.bid-modal-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}@media (width<=640px){.bid-modal-overlay{padding:0;align-items:flex-end!important}.bid-modal-panel{border-bottom:none;border-left:none;border-right:none;border-radius:1.25rem 1.25rem 0 0;width:100%;max-width:100%;max-height:92vh;margin:0}.bid-modal-scroll{padding:1.25rem;padding-bottom:max(1.25rem, env(safe-area-inset-bottom))}}.header-desktop-nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.header-hamburger{border:1px solid var(--border);background:var(--card);width:2.25rem;height:2.25rem;color:var(--foreground);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:none}@media (width<=640px){.header-desktop-nav{display:none}.header-hamburger{display:inline-flex}}.drawer-overlay{z-index:998;-webkit-backdrop-filter:blur(2px);background:#08080c73;position:fixed;inset:0}.drawer-panel{z-index:999;background:var(--card);border-bottom:1px solid var(--border);width:100%;max-width:none;height:auto;max-height:min(78dvh,520px);padding:.9rem 1rem 1rem;padding-bottom:max(1rem, env(safe-area-inset-bottom));border-left:none;border-radius:0 0 1.25rem 1.25rem;flex-direction:column;animation:.22s cubic-bezier(.32,.72,0,1) drawer-in;display:flex;position:fixed;top:0;left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0000002e}@keyframes drawer-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.25rem 0 1rem;display:flex}.drawer-close{background:var(--muted);width:2rem;height:2rem;color:var(--muted-foreground);border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.drawer-nav{flex-direction:column;gap:.35rem;display:flex}.drawer-nav-item{text-align:left;color:var(--muted-foreground);border-radius:.75rem;padding:.75rem .85rem;font-size:.9375rem;font-weight:600;transition:background .15s,color .15s}.drawer-nav-item.is-active{background:var(--primary-light);color:var(--foreground);border:1px solid var(--primary-glow)}.drawer-nav-item:not(.is-active):hover{background:var(--muted);color:var(--foreground)}.drawer-divider{background:var(--border);height:1px;margin:1rem 0}.drawer-actions{flex-direction:column;gap:.75rem;margin-top:0;display:flex}.drawer-user{background:var(--muted);border:1px solid var(--border);border-radius:.85rem;align-items:center;gap:.65rem;padding:.6rem .7rem;display:flex}.drawer-user-avatar{object-fit:cover;border-radius:9999px;flex-shrink:0;width:2rem;height:2rem}.drawer-user-fallback{background:var(--primary);color:#fff;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.drawer-user-meta{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.drawer-user-name{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:700;overflow:hidden}.drawer-user-email{color:var(--muted-foreground);text-overflow:ellipsis;whiteSpace:nowrap;font-size:.75rem;overflow:hidden}.drawer-logout{width:2rem;height:2rem;color:var(--muted-foreground);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.drawer-signin{background:var(--foreground);width:100%;color:var(--background);border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex}.drawer-theme{background:var(--card);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:.75rem;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.875rem;font-weight:600;display:inline-flex}
