*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg: #0a0a0a;--bg-grad-1: rgba(255,255,255,.03);--bg-grad-2: rgba(255,255,255,.02);--surface: rgba(255,255,255,.04);--surface-hover: rgba(255,255,255,.08);--border: rgba(255,255,255,.1);--border-strong: rgba(255,255,255,.22);--text: #ffffff;--text-muted: rgba(255,255,255,.45);--text-faint: rgba(255,255,255,.2);--glass: rgba(255,255,255,.05);--glass-border: rgba(255,255,255,.11);--btn-primary-bg: #ffffff;--btn-primary-text: #000000;--scrollbar: rgba(255,255,255,.15);--danger: rgba(255,90,90,.85);--danger-bg: rgba(255,90,90,.08);--danger-border: rgba(255,90,90,.2);--winner-glow: rgba(255,255,255,.06);--chart-1: #ffffff;--chart-2: #aaaaaa;--chart-3: #666666;--chart-4: #444444;--chart-5: #333333}[data-theme=light]{--bg: #f5f5f5;--bg-grad-1: rgba(0,0,0,.02);--bg-grad-2: rgba(0,0,0,.015);--surface: rgba(0,0,0,.03);--surface-hover: rgba(0,0,0,.06);--border: rgba(0,0,0,.1);--border-strong: rgba(0,0,0,.22);--text: #0a0a0a;--text-muted: rgba(0,0,0,.45);--text-faint: rgba(0,0,0,.2);--glass: rgba(255,255,255,.7);--glass-border: rgba(0,0,0,.1);--btn-primary-bg: #0a0a0a;--btn-primary-text: #ffffff;--scrollbar: rgba(0,0,0,.15);--danger: rgba(200,40,40,.9);--danger-bg: rgba(200,40,40,.06);--danger-border: rgba(200,40,40,.18);--winner-glow: rgba(0,0,0,.04);--chart-1: #111111;--chart-2: #444444;--chart-3: #777777;--chart-4: #aaaaaa;--chart-5: #cccccc}html,body{height:100%;background:var(--bg);color:var(--text);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease}body{background:radial-gradient(ellipse at 20% 20%,var(--bg-grad-1) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,var(--bg-grad-2) 0%,transparent 60%),var(--bg);min-height:100vh}#root{min-height:100vh}button{font-family:Inter,sans-serif;cursor:pointer;border:none;outline:none}input,textarea{font-family:Inter,sans-serif;outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:2px}.glass-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:14px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .3s,border-color .3s}.panel-header{margin-bottom:4px}.panel-title{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.panel-sub{margin-top:6px;font-size:14px;color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;color:var(--text-muted)}.empty-icon{font-size:32px;opacity:.3}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:opacity .2s,transform .1s;white-space:nowrap}.btn-primary:hover{opacity:.85}.btn-primary:active{transform:scale(.97)}.text-input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 16px;color:var(--text);font-size:14px;transition:border-color .2s,background .3s}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(ellipse at 20% 20%,var(--bg-grad-1) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,var(--bg-grad-2) 0%,transparent 60%),var(--bg)}.auth-card{width:100%;max-width:440px;padding:40px 36px;display:flex;flex-direction:column;gap:28px}.auth-logo{display:flex;align-items:center;gap:12px}.auth-logo-icon{font-size:20px}.auth-logo-title{display:block;font-size:15px;font-weight:700;letter-spacing:.01em;color:var(--text);line-height:1}.auth-logo-sub{display:block;font-size:10px;color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;margin-top:2px}.auth-heading{display:flex;flex-direction:column;gap:8px}.auth-title{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.auth-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.auth-desc strong{color:var(--text)}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-input-wrap{position:relative}.auth-input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:13px 16px;color:var(--text);font-size:14px;font-family:Inter,sans-serif;outline:none;transition:border-color .2s,background .2s;box-sizing:border-box}.auth-input::placeholder{color:var(--text-muted)}.auth-input:focus{border-color:var(--border-strong);background:var(--surface-hover)}.auth-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:16px;padding:4px;line-height:1;opacity:.6}.auth-eye:hover{opacity:1}.auth-verify{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.auth-verify-icon{font-size:48px;line-height:1}.auth-tabs{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px}.auth-tab{flex:1;padding:9px;border:none;border-radius:8px;background:transparent;color:var(--text-muted);font-size:14px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background .15s,color .15s}.auth-tab.active{background:var(--surface-hover);color:var(--text)}.auth-footer-links{display:flex;flex-direction:column;align-items:center;gap:12px}.auth-admin-link{background:none;border:none;color:var(--text-faint);font-size:12px;cursor:pointer;font-family:Inter,sans-serif;padding:0;transition:color .2s}.auth-admin-link:hover{color:var(--text-muted)}.auth-switch{text-align:center;font-size:13px;color:var(--text-muted)}.auth-switch button{background:none;border:none;color:var(--text);font-weight:600;cursor:pointer;font-size:13px;padding:0;text-decoration:underline;text-underline-offset:2px}.auth-switch button:hover{opacity:.7}.auth-error{font-size:13px;color:var(--danger);line-height:1.4;padding:10px 14px;background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:8px}.auth-btn{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-radius:10px;padding:14px;font-size:15px;font-weight:700;font-family:Inter,sans-serif;border:none;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center;gap:10px;min-height:50px}.auth-btn:hover:not(:disabled){opacity:.85}.auth-btn:disabled{opacity:.45;cursor:not-allowed}.auth-back{background:transparent;color:var(--text-muted);font-size:13px;font-family:Inter,sans-serif;border:none;cursor:pointer;padding:6px 0;transition:color .2s;text-align:center}.auth-back:hover:not(:disabled){color:var(--text)}.auth-spinner{width:20px;height:20px;border:2px solid rgba(0,0,0,.2);border-top-color:var(--btn-primary-text);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}.auth-note{font-size:12px;color:var(--text-faint);line-height:1.6;text-align:center;border-top:1px solid var(--border);padding-top:20px}.auth-note code{font-family:monospace;background:var(--surface-hover);padding:1px 5px;border-radius:4px;font-size:11px;color:var(--text-muted)}@media (max-width: 480px){.auth-card{padding:28px 20px}.auth-title{font-size:20px}}.admin{display:flex;flex-direction:column;gap:16px}.voting-toggle-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;flex-wrap:wrap;transition:border-color .3s,background .3s}.vt-open{border-color:#4ade804d!important;background:#4ade800a!important}.vt-info{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.vt-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.vt-open .vt-status-dot{background:#4ade80;box-shadow:0 0 8px #4ade8080;animation:pulse-dot 2s ease-in-out infinite}.vt-closed .vt-status-dot{background:var(--text-muted)}.vt-label{display:block;font-size:14px;font-weight:600;color:var(--text)}.vt-desc{display:block;font-size:12px;color:var(--text-muted);margin-top:2px}.vt-btn{padding:10px 20px;border-radius:9px;font-size:13px;font-weight:700;flex-shrink:0;transition:opacity .2s,transform .1s;border:1px solid}.vt-btn:hover:not(:disabled){opacity:.85}.vt-btn:active:not(:disabled){transform:scale(.97)}.vt-btn:disabled{opacity:.4;cursor:not-allowed}.vt-btn-open{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-color:transparent}.vt-btn-close{background:transparent;color:var(--danger);border-color:var(--danger-border)}.vt-btn-close:hover:not(:disabled){background:var(--danger-bg)}.section-block{padding:18px 20px;display:flex;flex-direction:column;gap:12px}.block-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.input-row{display:flex;gap:10px}.text-input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:11px 14px;color:var(--text);font-size:14px;transition:border-color .2s,background .3s}.text-input::placeholder{color:var(--text-muted)}.text-input:focus{border-color:var(--border-strong);background:var(--surface-hover)}.input-error{font-size:12px;color:var(--danger)}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-radius:10px;padding:11px 20px;font-size:14px;font-weight:600;transition:opacity .2s,transform .1s;white-space:nowrap;border:none}.btn-primary:hover:not(:disabled){opacity:.85;background:var(--btn-primary-bg);color:var(--btn-primary-text)}.btn-primary:active:not(:disabled){transform:scale(.97)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.add-btn{width:100%}.cat-list{display:flex;flex-direction:column;gap:8px}.list-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px;margin-bottom:4px}.list-count{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.btn-ghost-danger{background:transparent;color:var(--danger);font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;border:1px solid var(--danger-border);transition:all .2s}.btn-ghost-danger:hover:not(:disabled){background:var(--danger-bg)}.btn-ghost-danger:disabled{opacity:.4;cursor:not-allowed}.cat-card{overflow:hidden}.cat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;transition:background .15s;-webkit-user-select:none;user-select:none}.cat-header:hover{background:var(--surface-hover)}.cat-header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.cat-chevron{font-size:11px;color:var(--text-muted);width:12px;flex-shrink:0}.cat-name{font-size:13px;font-weight:600;color:var(--text);flex:1}.cat-badge{background:var(--surface-hover);color:var(--text-muted);font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;border:1px solid var(--border);flex-shrink:0}.cat-body{border-top:1px solid var(--border);padding:16px;display:flex;flex-direction:column;gap:14px}.con-list{display:flex;flex-direction:column;gap:6px}.con-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:var(--surface);border:1px solid var(--border)}.con-thumb{width:36px;height:36px;border-radius:6px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.con-avatar{width:36px;height:36px;border-radius:6px;background:var(--surface-hover);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--text-muted);flex-shrink:0}.con-num{font-size:10px;color:var(--text-muted);font-weight:600;min-width:20px}.con-name{font-size:13px;font-weight:500;color:var(--text);flex:1}.con-votes{font-size:11px;color:var(--text-muted);flex-shrink:0}.btn-remove{background:transparent;color:var(--text-muted);font-size:11px;width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;border:none}.cat-header .btn-remove:hover,.con-row .btn-remove:hover{background:var(--danger-bg);color:var(--danger)}.con-add-form{display:flex;flex-direction:column;gap:10px}.file-input{display:none}.file-label{display:block;cursor:pointer}.file-placeholder{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px dashed var(--border-strong);border-radius:10px;padding:12px 14px;transition:background .2s}.file-placeholder:hover{background:var(--surface-hover)}.file-icon{font-size:16px}.file-text{font-size:12px;color:var(--text-muted)}.preview-wrap{position:relative;display:inline-block;border-radius:8px;overflow:hidden;width:64px;height:64px}.preview-img{width:100%;height:100%;object-fit:cover;display:block}.preview-remove{position:absolute;top:3px;right:3px;background:#000000a6;color:#fff;border-radius:50%;width:18px;height:18px;font-size:9px;display:flex;align-items:center;justify-content:center;cursor:pointer}.empty-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 24px;color:var(--text-muted)}.empty-state p{font-size:13px;text-align:center;line-height:1.5}.analytics{display:flex;flex-direction:column;gap:20px}.stat-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}.stat-tile{padding:16px 18px;display:flex;flex-direction:column;gap:5px}.stat-label{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);font-weight:600}.stat-value{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.stat-sm{font-size:16px}.a-section{padding:20px}.a-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin-bottom:16px}.lb-list{display:flex;flex-direction:column;gap:10px}.lb-row{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-bottom:1px solid var(--border)}.lb-row:last-child{border-bottom:none;padding-bottom:0}.lb-row.lb-top .lb-name{font-weight:700}.lb-left{display:flex;align-items:center;gap:10px}.lb-thumb{width:32px;height:32px;border-radius:6px;object-fit:cover;border:1px solid var(--border)}.lb-rank{font-size:11px;color:var(--text-muted);font-weight:600;min-width:22px}.lb-name{font-size:14px;font-weight:500;color:var(--text)}.lb-right{display:flex;align-items:center;gap:12px;padding-left:42px}.lb-pct{font-size:14px;font-weight:700;color:var(--text)}.lb-count{font-size:12px;color:var(--text-muted)}.lb-bar-track{height:3px;background:var(--surface-hover);border-radius:2px;overflow:hidden}.lb-bar-fill{height:100%;background:var(--text);border-radius:2px;transition:width .7s cubic-bezier(.4,0,.2,1)}.chart-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 600px){.chart-row{grid-template-columns:1fr}.stat-strip{grid-template-columns:repeat(2,1fr)}}.voting{display:flex;flex-direction:column;gap:28px}.back-btn{background:transparent;color:var(--text-muted);font-size:13px;font-weight:500;padding:6px 0;width:fit-content;transition:color .2s}.back-btn:hover{color:var(--text)}.vote-hero{text-align:center;padding:4px 0}.vote-cat-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:600;margin-bottom:6px}.vote-hero-title{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--text);line-height:1.15}.vote-hero-sub{margin-top:8px;font-size:14px;color:var(--text-muted)}.progress-bar-wrap{height:3px;background:var(--surface-hover);border-radius:2px;overflow:hidden;margin:14px auto 0;max-width:300px}.progress-bar-fill{height:100%;background:var(--text);border-radius:2px;transition:width .5s ease}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.cat-vote-card{padding:18px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;cursor:pointer;transition:transform .18s,border-color .18s,box-shadow .18s;border-radius:14px}.cat-vote-card:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:0 8px 28px #00000026}.cat-vote-card.cat-voted{border-color:var(--border-strong);background:var(--surface-hover)}.cat-vote-top{display:flex;align-items:center;justify-content:space-between;width:100%}.cat-vote-num{font-size:10px;color:var(--text-muted);font-weight:600;letter-spacing:.06em}.cat-voted-check{width:20px;height:20px;border-radius:50%;background:var(--btn-primary-bg);color:var(--btn-primary-text);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.cat-vote-name{font-size:13px;font-weight:700;color:var(--text);line-height:1.3}.cat-vote-count{font-size:11px;color:var(--text-muted)}.cat-voted-for{font-size:11px;color:var(--text-muted);font-style:italic}.voted-banner{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;font-size:14px;color:var(--text)}.vote-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.vote-card{position:relative;background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;padding:0 0 16px;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;text-align:left;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .18s,border-color .18s,box-shadow .18s}.vote-card:hover:not(:disabled){transform:translateY(-3px);border-color:var(--border-strong);box-shadow:0 12px 36px #0003}.vote-card:active:not(:disabled){transform:translateY(0)}.vote-card.voted{border-color:var(--border-strong);box-shadow:0 0 0 1px var(--border-strong)}.vote-card.dimmed{opacity:.35}.vote-card:disabled{cursor:default}.vote-photo-wrap{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:12px 12px 0 0}.vote-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.vote-card:hover:not(:disabled) .vote-photo{transform:scale(1.05)}.vote-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;font-weight:700}.vote-avatar{width:100%;aspect-ratio:1;background:var(--surface-hover);display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:var(--text-muted);border-radius:12px 12px 0 0}.vote-num{font-size:10px;color:var(--text-muted);font-weight:600;letter-spacing:.06em;padding:10px 12px 0}.vote-name{font-size:13px;font-weight:600;color:var(--text);line-height:1.3;word-break:break-word;padding:4px 12px 0}.confirm-overlay{display:flex;align-items:center;justify-content:center;min-height:50vh}.confirm-modal{width:100%;max-width:360px;padding:36px 28px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.confirm-cat-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:700}.confirm-label{font-size:12px;color:var(--text-muted)}.confirm-photo{width:110px;height:110px;border-radius:16px;object-fit:cover;border:2px solid var(--border-strong)}.confirm-avatar{width:110px;height:110px;border-radius:16px;background:var(--surface-hover);font-size:44px;font-weight:700;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.confirm-name{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.confirm-warning{font-size:12px;color:var(--text-muted);line-height:1.5;max-width:260px}.confirm-actions{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:4px}.btn-confirm{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-radius:10px;padding:14px;font-size:15px;font-weight:700;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.btn-confirm:hover:not(:disabled){opacity:.85}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}.btn-cancel-vote{background:transparent;color:var(--text-muted);border-radius:10px;padding:12px;font-size:14px;font-weight:500;border:1px solid var(--border);transition:all .2s}.btn-cancel-vote:hover:not(:disabled){color:var(--text);border-color:var(--border-strong)}.btn-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.2);border-top-color:var(--btn-primary-text);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}.vote-closed-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;padding:72px 32px;text-align:center;margin-top:40px}.vote-closed-icon{font-size:48px}.vote-closed-title{font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.vote-closed-sub{font-size:14px;color:var(--text-muted);line-height:1.6}.empty-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;color:var(--text-muted)}.empty-icon{font-size:28px;opacity:.3}.empty-state p{font-size:14px}@media (max-width: 500px){.vote-hero-title{font-size:22px}.cat-grid{grid-template-columns:1fr 1fr;gap:8px}.vote-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.results{display:flex;flex-direction:column;gap:24px}.stat-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.stat-card{padding:18px 20px;display:flex;flex-direction:column;gap:6px}.stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600}.stat-value{font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.stat-name{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.winner-card{display:flex;align-items:center;gap:20px;padding:24px;position:relative;overflow:hidden}.winner-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top left,var(--winner-glow) 0%,transparent 70%);pointer-events:none}.winner-photo{width:72px;height:72px;border-radius:12px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.winner-info{display:flex;flex-direction:column;gap:4px}.winner-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:600}.winner-name{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.winner-votes{font-size:13px;color:var(--text-muted)}.section{display:flex;flex-direction:column;gap:12px}.section-title{font-size:14px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}.results-list{display:flex;flex-direction:column;gap:8px}.result-row{padding:14px 18px;transition:background .2s}.result-row.leading{border-color:var(--border-strong)}.result-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.result-left{display:flex;align-items:center;gap:10px}.result-thumb{width:36px;height:36px;border-radius:6px;object-fit:cover;border:1px solid var(--border)}.result-rank{font-size:11px;color:var(--text-muted);font-weight:600;letter-spacing:.04em;min-width:24px}.result-name{font-size:15px;font-weight:500;color:var(--text)}.result-right{display:flex;align-items:center;gap:12px}.result-pct{font-size:15px;font-weight:600;color:var(--text)}.result-count{font-size:12px;color:var(--text-muted)}.bar-track{height:3px;background:var(--surface-hover);border-radius:2px;overflow:hidden}.bar-fill{height:100%;background:var(--text);border-radius:2px;transition:width .7s cubic-bezier(.4,0,.2,1)}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 600px){.charts-row{grid-template-columns:1fr}.stat-row{grid-template-columns:1fr 1fr}}.chart-card{padding:20px}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#080808d1;border-bottom:1px solid var(--border);transition:background .3s,border-color .3s}[data-theme=light] .header{background:#f8f8f8e0}.header-inner{max-width:1000px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;gap:16px}.logo{display:flex;align-items:center;gap:12px;flex:1}.logo-icon{font-size:16px;opacity:.8}.logo-text-wrap{display:flex;flex-direction:column;gap:1px}.logo-title{font-size:14px;font-weight:700;letter-spacing:.01em;line-height:1}.logo-sub{font-size:10px;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;line-height:1}.nav{display:flex;gap:2px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:3px}.nav-btn{background:transparent;color:var(--text-muted);padding:6px 16px;border-radius:7px;font-size:13px;font-weight:500;transition:all .18s;letter-spacing:.01em}.nav-btn:hover{color:var(--text);background:var(--surface-hover)}.nav-btn.active{background:var(--surface-hover);color:var(--text)}.admin-btn{padding:6px 12px}.theme-toggle{background:var(--surface);border:1px solid var(--border);color:var(--text);width:34px;height:34px;border-radius:8px;font-size:15px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.theme-toggle:hover{background:var(--surface-hover)}.main{flex:1;max-width:1000px;width:100%;margin:0 auto;padding:40px 24px}.loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:80px 0;color:var(--text-muted);font-size:14px}.spinner{width:26px;height:26px;border:2px solid var(--border);border-top-color:var(--text);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-wrap{display:flex;flex-direction:column;gap:24px}.admin-tabs{display:flex;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:4px;width:fit-content}.admin-tab{background:transparent;color:var(--text-muted);padding:7px 20px;border-radius:7px;font-size:13px;font-weight:500;transition:all .18s}.admin-tab:hover{color:var(--text);background:var(--surface-hover)}.admin-tab.active{background:var(--surface-hover);color:var(--text)}@media (max-width: 500px){.logo-sub{display:none}.nav-btn{padding:6px 10px;font-size:12px}.main{padding:24px 16px}}.status-pill{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.02em;border:1px solid;white-space:nowrap;flex-shrink:0;transition:all .3s}.status-pill.open{background:#ffffff12;border-color:#fff3;color:var(--text)}.status-pill.closed{background:#ffffff08;border-color:#ffffff14;color:var(--text-muted)}[data-theme=light] .status-pill.open{background:#0000000d;border-color:#0000002e}[data-theme=light] .status-pill.closed{background:#00000005;border-color:#00000014}.status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.status-pill.open .status-dot{background:#4ade80;box-shadow:0 0 6px #4ade8099;animation:pulse-dot 2s ease-in-out infinite}.status-pill.closed .status-dot{background:var(--text-muted)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.admin-badge{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--text);color:var(--bg);padding:2px 7px;border-radius:20px}.results-locked{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 24px}.results-locked-inner{max-width:420px;width:100%;padding:48px 36px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.results-locked-icon{font-size:52px;line-height:1;filter:grayscale(1);opacity:.5}.results-locked-title{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.results-locked-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.footer{border-top:1px solid var(--border);padding:20px 24px;margin-top:auto}.footer-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.footer-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;font-size:12px;color:var(--text-muted)}.footer-sep{opacity:.4}.footer-dev{font-size:11px;opacity:.6}.footer-dev strong{color:var(--text-muted);font-weight:600}@media (max-width: 500px){.status-pill{display:none}}.user-menu{display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:5px 10px;flex-shrink:0}.user-email{font-size:12px;color:var(--text-muted);font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sign-out-btn{background:transparent;color:var(--text-muted);font-size:12px;font-weight:600;font-family:Inter,sans-serif;border:1px solid var(--border);border-radius:6px;cursor:pointer;padding:4px 10px;transition:color .2s,border-color .2s;white-space:nowrap}.sign-out-btn:hover{color:var(--danger);border-color:var(--danger)}@media (max-width: 600px){.user-email{display:none}.user-menu{padding:5px 8px}}
