:root{--color-primary:#0f172a;--color-accent:#16a34a;--color-accent-soft:#effcf3;--color-background:#f6f8f6;--color-surface:#fff;--color-surface-subtle:#fbfdfb;--color-foreground:#162032;--color-subtle:#64748b;--color-border:#d9e3dc;--color-danger:#dc2626;--color-danger-soft:#fef2f2;--color-success-soft:#edfdf3;--shadow-sm:0 1px 2px #0f172a0a;--shadow-md:0 10px 24px #0f172a0a;--radius:8px;--page-width:1160px;color:var(--color-foreground);background:var(--color-background);letter-spacing:0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--color-background);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}#root{min-height:100dvh}.skip-link{z-index:30;background:var(--color-accent);color:#fff;border-radius:8px;padding:10px 14px;position:absolute;top:-48px;left:16px}.skip-link:focus{top:16px}.app-shell{padding-bottom:40px}.admin-shell{padding-bottom:24px}.page-wrap{width:min(var(--page-width), calc(100% - 32px));margin:0 auto}.admin-topbar{border-bottom:1px solid var(--color-border);background:#fff;margin-bottom:4px;padding:12px 0}.auth-shell{gap:12px;max-width:460px;margin-top:24px;display:grid}.admin-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-title h1{font-size:1.5rem;line-height:1.2}.admin-title p{color:var(--color-subtle);margin-top:4px;font-size:.92rem}.hero-band{border-bottom:1px solid var(--color-border);background:#f9fbf9;margin-bottom:8px;padding:28px 0 20px}.hero-layout{justify-content:space-between;align-items:end;gap:24px;display:flex}.participant-hero{align-items:center}.eyebrow{color:#1f6a39;background:var(--color-accent-soft);border:1px solid #cfe8d5;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 10px;font-size:.92rem;font-weight:600;display:inline-flex}h1,h2,strong{color:var(--color-foreground)}h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}h2{margin:0;font-size:1.12rem;line-height:1.25}p{margin:0}.hero-copy{max-width:720px;color:var(--color-subtle);margin-top:12px;font-size:1rem}.hero-actions,.inline-actions,.chips-row{flex-wrap:wrap;gap:10px;display:flex}.metrics-grid,.section-grid,.participant-layout{gap:16px;display:grid}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.section-grid,.participant-layout{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.metric-card,.panel,.countdown-box{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);box-shadow:var(--shadow-sm)}.metric-card{gap:8px;min-height:108px;padding:18px;display:grid}.metric-card span{color:var(--color-subtle);font-size:.94rem}.metric-card strong{font-size:clamp(1.7rem,3vw,2.3rem);line-height:1}.metric-icon{width:38px;height:38px;color:var(--color-accent);background:var(--color-accent-soft);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.panel{padding:18px}.panel-head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;display:flex}.panel-head p{color:var(--color-subtle);margin-top:6px;font-size:.95rem}.panel-body{gap:14px;display:grid}.auth-form{gap:12px;display:grid}.field{gap:8px;display:grid}.field span{color:var(--color-foreground);font-weight:500}.field input,.field textarea{border:1px solid var(--color-border);width:100%;min-height:46px;color:var(--color-foreground);background:#fff;border-radius:8px;outline:none;padding:11px 13px}.field textarea{resize:vertical}.field input::placeholder,.field textarea::placeholder{color:#94a3b8}.field input:focus,.field textarea:focus,.primary-button:focus,.ghost-button:focus,.icon-button:focus{border-color:#8dd3a0;box-shadow:0 0 0 3px #16a34a1f}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field-wide{grid-column:1/-1}.toggle-row{min-height:44px;color:var(--color-foreground);align-items:center;gap:10px;display:inline-flex}.primary-button,.ghost-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.primary-button{color:#fff;background:var(--color-accent)}.primary-button:hover{background:#15803d}.primary-button:disabled,.ghost-button:disabled{opacity:.55;cursor:not-allowed}.ghost-button{color:var(--color-foreground);border-color:var(--color-border);background:#fff}.ghost-button:hover{background:#f8fbf8}.icon-button{border:1px solid var(--color-border);width:32px;min-width:32px;min-height:32px;color:var(--color-subtle);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.icon-button:hover{color:var(--color-foreground);background:#f8fbf8}.icon-button:disabled{opacity:.55;cursor:not-allowed}.icon-button.danger{color:#b91c1c;border-color:#fee2e2}.icon-button.danger:hover{color:#991b1b;background:#fff5f5;border-color:#fecaca}.full-width{width:100%}.notice{background:#fff;border:1px solid;border-radius:8px;align-items:center;gap:10px;min-height:52px;padding:12px 16px;display:flex}.notice.success{color:#166534;background:var(--color-success-soft);border-color:#cdebd6}.notice.error{color:#991b1b;background:var(--color-danger-soft);border-color:#fecaca}.round-summary,.winner-card,.history-query-card,.history-list,.status-copy{gap:12px;display:grid}.summary-line,.winner-row,.history-item{justify-content:space-between;align-items:center;gap:12px;display:flex}.summary-line span,.winner-row span,.history-meta,.history-item p,.empty-state{color:var(--color-subtle)}.empty-state{padding:10px 0}.history-list{gap:8px}.history-item{border-top:1px solid #edf2ee;align-items:start;padding:14px 0}.history-item:first-child{border-top:0;padding-top:0}.history-meta{text-align:right;gap:4px;font-size:.92rem;display:grid}.table-wrap{overflow-x:auto}.data-table-shell .table-wrap{scrollbar-gutter:stable;max-height:520px;overflow:auto}.data-table-shell .table-wrap::-webkit-scrollbar{width:10px;height:10px}.data-table-shell .table-wrap::-webkit-scrollbar-thumb{background:#d5ddd7;border:2px solid #fff;border-radius:999px}.data-table-shell .table-wrap::-webkit-scrollbar-track{background:#f8faf8}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-top:1px solid #edf2ee;padding:12px 10px}th{color:#334155;background:var(--color-surface-subtle);border-top:0;font-weight:600}.empty-cell{text-align:center;color:var(--color-subtle)}.chip{color:#166534;background:#f8fdf9;border:1px solid #d7eadc;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;display:inline-flex}.countdown-box{text-align:right;background:#fff;min-width:210px;padding:18px}.countdown-box span,.countdown-box small{color:var(--color-subtle)}.countdown-box strong{font-variant-numeric:tabular-nums;margin:8px 0 6px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:clamp(1.9rem,4vw,2.5rem);display:block}.status-card{border:1px solid var(--color-border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.status-card.waiting{background:#f8fbff}.status-card.won{background:var(--color-success-soft);border-color:#cdebd6}.status-card.muted{background:#fafbfc}.mono,.code-text,.small-text{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.code-text{word-break:break-all}.small-text{font-size:.88rem}.participant-history-section{margin-top:16px}.admin-table-stack{gap:12px;margin-top:12px;display:grid}.table-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:0 0 4px;display:flex}.search-box{border:1px solid var(--color-border);min-width:min(100%,340px);min-height:38px;color:var(--color-subtle);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:0 12px;display:flex}.search-box input{width:100%;color:var(--color-foreground);background:0 0;border:0;outline:0}.toolbar-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.table-select{border:1px solid var(--color-border);min-height:38px;color:var(--color-foreground);background:#fff;border-radius:999px;padding:0 12px}.inline-editor{background:#fafcfb;border:1px solid #edf2ee;border-radius:8px;gap:12px;padding:12px;display:grid}.inline-editor-actions{justify-content:flex-end;display:flex}.data-table-shell{background:#fff;border:1px solid #edf2ee;border-radius:8px;overflow:hidden}.data-table thead th{z-index:1;background:#fbfcfd;position:sticky;top:0}.data-table tbody tr:hover{background:#fbfdfb}.table-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:.82rem;font-weight:600;display:inline-flex}.table-badge.active,.table-badge.available{color:#166534;background:#edfdf3}.table-badge.used{color:#92400e;background:#fff7ed}.actions-cell{text-align:center;white-space:nowrap;width:64px}.checkbox-cell{text-align:center;width:44px}.checkbox-cell input{width:16px;height:16px}.admin-shell .metrics-grid,.admin-shell .section-grid{gap:12px}.admin-shell .section-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.admin-shell .metric-card{gap:6px;min-height:84px;padding:14px}.admin-shell .metric-card strong{font-size:1.8rem}.admin-shell .metric-card span{font-size:.88rem}.admin-shell .metric-icon{width:34px;height:34px}.admin-shell .panel{padding:14px}.admin-shell .panel-head{margin-bottom:12px}.admin-shell .panel-head p{font-size:.9rem}.admin-shell .panel-body{gap:12px}.admin-shell .field input,.admin-shell .field textarea,.admin-shell .primary-button,.admin-shell .ghost-button{min-height:40px}.admin-shell .field textarea{min-height:140px}.admin-shell .search-box,.admin-shell .table-select{min-height:34px}.admin-shell .inline-editor{padding:10px}.admin-shell .summary-line,.admin-shell .winner-row,.admin-shell .history-item{gap:10px}.admin-shell table th,.admin-shell table td{padding:10px 8px}@media (width<=1024px){.section-grid,.participant-layout,.form-grid{grid-template-columns:1fr}}@media (width<=768px){.admin-toolbar,.hero-layout,.table-toolbar,.panel-head,.summary-line,.winner-row,.history-item,.status-card{flex-direction:column;align-items:start}.metrics-grid{grid-template-columns:1fr 1fr}.countdown-box,.history-meta{text-align:left}.page-wrap{width:min(var(--page-width), calc(100% - 24px))}}@media (width<=520px){.metrics-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
