:root{--bg-dark:#0f172a;--sidebar-bg:#1e293b;--text-primary:#fff;--text-secondary:#cbd5e1;--text-muted:#fff6;--glass-bg:#1e293bb3;--glass-border:#ffffff26;--card-bg:#ffffff08;--card-border:#ffffff0d;--accent-blue:#3b82f6;--accent-magenta:#d946ef;--accent-gradient:linear-gradient(135deg, #3b82f6, #d946ef);--radius-md:12px;--radius-lg:24px}[data-theme=light]{--bg-dark:#f8fafc;--sidebar-bg:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#0f172a66;--glass-bg:#ffffffe6;--glass-border:#0f172a1a;--card-bg:#0f172a08;--card-border:#0f172a0d;--accent-blue:#2563eb;--accent-magenta:#c026d3;--accent-gradient:linear-gradient(135deg, #2563eb, #c026d3)}[data-theme=spring]{--bg-dark:#f0fdf4;--sidebar-bg:#dcfce7;--text-primary:#064e3b;--text-secondary:#166534;--text-muted:#064e3b66;--glass-bg:#ffffffd9;--glass-border:#15803d33;--card-bg:#15803d08;--card-border:#15803d0d;--accent-blue:#10b981;--accent-magenta:#f472b6;--accent-gradient:linear-gradient(135deg, #10b981, #f472b6)}[data-theme=summer]{--bg-dark:#fffbeb;--sidebar-bg:#fef3c7;--text-primary:#78350f;--text-secondary:#92400e;--text-muted:#78350f66;--glass-bg:#ffffffd9;--glass-border:#f59e0b33;--card-bg:#f59e0b08;--card-border:#f59e0b0d;--accent-blue:#f59e0b;--accent-magenta:#3b82f6;--accent-gradient:linear-gradient(135deg, #f59e0b, #3b82f6)}[data-theme=autumn]{--bg-dark:#fff7ed;--sidebar-bg:#ffedd5;--text-primary:#7c2d12;--text-secondary:#9a3412;--text-muted:#7c2d1266;--glass-bg:#ffffffd9;--glass-border:#ea580c33;--card-bg:#ea580c08;--card-border:#ea580c0d;--accent-blue:#ea580c;--accent-magenta:#b45309;--accent-gradient:linear-gradient(135deg, #ea580c, #b45309)}[data-theme=winter]{--bg-dark:#f0f9ff;--sidebar-bg:#e0f2fe;--text-primary:#0c4a6e;--text-secondary:#075985;--text-muted:#0c4a6e66;--glass-bg:#ffffffd9;--glass-border:#0ea5e933;--card-bg:#0ea5e908;--card-border:#0ea5e90d;--accent-blue:#0ea5e9;--accent-magenta:#94a3b8;--accent-gradient:linear-gradient(135deg, #0ea5e9, #94a3b8)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-dark);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,sans-serif;transition:background .5s,color .5s}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 8px 32px #0000001a}button{cursor:pointer;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}button:active{transform:scale(.96)translateY(1px)}.btn-primary{background:var(--accent-blue);color:#fff;box-shadow:0 4px 15px #3b82f640}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px)scale(1.02);box-shadow:0 8px 25px #3b82f659}.btn-outline{border:1px solid var(--glass-border);color:var(--text-primary);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d}.btn-outline:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}input{border:1px solid var(--glass-border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:#ffffff14;padding:.75rem 1rem;transition:all .2s}input::placeholder{color:var(--text-secondary);opacity:.7}input:focus{border-color:var(--accent-blue);background:#ffffff1f;outline:none;box-shadow:0 0 0 3px #3b82f633}.admin-layout{background:var(--bg-dark);min-height:100vh;display:flex}.admin-sidebar{background:var(--sidebar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--glass-border);z-index:100;flex-direction:column;width:280px;height:100vh;padding:2rem 1.5rem;display:flex;position:fixed}.admin-content{flex:1;max-width:1200px;margin-left:280px;padding:3rem}.input-group{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.input-group label{color:var(--text-primary);letter-spacing:.02em;font-size:.95rem;font-weight:700;display:block}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;margin-top:3rem;display:flex}.nav-item{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;gap:1.25rem;width:100%;margin-bottom:.5rem;padding:1.1rem 1.75rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.nav-item:hover{color:var(--text-primary);background:#0000000a;transform:translate(4px)}[data-theme=dark] .nav-item:hover{background:#ffffff0f}.nav-item.active{border-left:3px solid var(--accent-blue);background:#3b82f614;border-radius:0 12px 12px 0;font-weight:800;transform:translate(4px);box-shadow:10px 0 20px -10px #3b82f633;color:var(--accent-blue)!important}[data-theme=spring] .nav-item.active{background:#10b9811a;border-left-color:#10b981;box-shadow:10px 0 20px -10px #10b98133;color:#059669!important}[data-theme=summer] .nav-item.active{background:#f59e0b1a;border-left-color:#f59e0b;box-shadow:10px 0 20px -10px #f59e0b33;color:#d97706!important}[data-theme=autumn] .nav-item.active{background:#ea580c1a;border-left-color:#ea580c;box-shadow:10px 0 20px -10px #ea580c33;color:#c2410c!important}[data-theme=winter] .nav-item.active{background:#0ea5e91a;border-left-color:#0ea5e9;box-shadow:10px 0 20px -10px #0ea5e933;color:#0369a1!important}.sidebar-footer{border-top:1px solid var(--glass-border);flex-direction:column;gap:1.5rem;margin-top:auto;padding-top:2rem;display:flex}[data-theme=dark] .type-toggle{background:#ffffff0d}.type-toggle button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.6rem;padding:.75rem;font-weight:700;transition:all .2s;display:flex}.type-toggle button:hover:not(.active){color:var(--text-primary);background:#00000008}.type-toggle button.active{color:var(--accent-blue);background:#fff;box-shadow:0 4px 12px #00000014}[data-theme=dark] .type-toggle button.active{background:var(--accent-blue);color:#fff;box-shadow:0 4px 15px #3b82f64d}.question-row-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1rem;padding:1.5rem;transition:all .3s;display:flex}.question-row-card:hover{background:#ffffff0d;border-color:#3b82f64d;transform:translate(4px)}.question-row-card.active{border-left:4px solid var(--accent-blue);background:#3b82f60d}.status-dot{background:#94a3b8;border-radius:50%;width:10px;height:10px}.status-dot.active{background:#10b981;animation:2s infinite pulse-green;box-shadow:0 0 10px #10b981}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 10px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.mobile-admin-header{background:var(--sidebar-bg);border-bottom:1px solid var(--glass-border);z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:none;position:sticky;top:0}@media (width<=1024px){:root{--card-padding:1.5rem;--h1-size:2.2rem;--h2-size:1.8rem}.admin-layout{flex-direction:column}.mobile-admin-header{display:flex}.admin-sidebar{z-index:1000;width:100%;height:calc(100vh - 64px);max-height:0;box-shadow:none;border-right:none;border-bottom:1px solid var(--glass-border);background:var(--sidebar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:0 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:64px 0 0;overflow:hidden}.admin-sidebar.open{max-height:100vh;padding:2rem 1.5rem}.sidebar-header{display:none!important}.sidebar-footer{border-top:1px solid var(--glass-border);margin-top:auto;padding-top:2rem;padding-bottom:2rem;display:flex!important}.sidebar-nav{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;height:auto;margin-top:0}.nav-item{justify-content:flex-start!important;padding:1.25rem 1.5rem!important}.admin-content{margin-bottom:0;margin-left:0;padding:1.5rem}.glass-card{padding:var(--card-padding)!important}.card-header-main{flex-direction:column;gap:1.5rem;align-items:flex-start!important}.card-actions-group{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;width:100%;display:flex}.settings-bar div{flex-direction:column;align-items:stretch!important}}.mobile-only{display:none}.custom-counter{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:12px;align-items:center;width:100%;display:flex;overflow:hidden}.custom-counter input{text-align:center;color:inherit;background:0 0;border:none;flex:1;padding:.85rem;font-weight:700}.status-badge{letter-spacing:.05em;border-radius:2rem;padding:.25rem .75rem;font-weight:800}.results-page{flex-direction:column;height:100vh;padding:4rem;display:flex}.word-cloud-wrapper{flex:1;justify-content:center;align-items:center;display:flex}.cloud-word{cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1)!important}.cloud-word:hover .cloud-word-text{filter:brightness(1.6)saturate(1.4);text-shadow:0 0 15px,0 0 30px,0 0 50px #fff3!important}.cloud-word:hover{letter-spacing:.05em;z-index:1000!important;transform:var(--base-transform) scale(1.35) rotate(2deg)!important}.vote-badge{background:var(--bg-dark);color:#fff;opacity:0;pointer-events:none;white-space:nowrap;border:2px solid var(--accent-blue);z-index:1001;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:2rem;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:900;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:-2.2rem;right:-1.5rem;transform:translateY(20px)scale(0)rotate(-10deg);box-shadow:0 10px 25px #000000b3}.cloud-word:hover .vote-badge{opacity:1;transform:translateY(0)scale(1)rotate(0)}.style-option-btn{border:1px solid var(--glass-border);cursor:pointer;text-align:left;color:var(--text-primary);background:#ffffff08;border-radius:1rem;align-items:center;gap:1.25rem;padding:1.25rem;transition:all .2s;display:flex}.style-option-btn:hover{border-color:var(--accent-blue);background:#ffffff14;transform:translateY(-2px)}.style-option-btn.active{border-color:var(--accent-blue);background:#3b82f61a;box-shadow:0 0 20px #3b82f633}.style-option-btn div{flex-direction:column;display:flex}.style-option-btn strong{margin-bottom:.25rem;font-size:1rem}.style-option-btn span{color:var(--text-secondary);font-size:.8rem}.leaderboard-container{flex-direction:column;gap:1rem;width:100%;max-width:900px;display:flex}.leaderboard-row,.list-item-row{border:1px solid var(--glass-border);opacity:0;background:#ffffff0d;border-radius:1.5rem;align-items:center;gap:1.5rem;padding:1.25rem 2rem;animation:.5s ease-out forwards slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.leaderboard-row.winner{background:#fbbf241a;border-color:#fbbf2466;transform:scale(1.05);box-shadow:0 10px 30px #fbbf2426}.leaderboard-row.winner .rank{background:var(--accent-yellow);color:#000}.rank{background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.5rem;font-weight:900;display:flex}.label,.word{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:1.75rem;font-weight:800;overflow:hidden}.bar-bg{background:#ffffff0d;border-radius:1rem;flex:2;height:1rem;display:flex;overflow:hidden}.bar-fill{background:var(--accent-gradient);border-radius:1rem;height:100%;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.count{color:var(--accent-blue);text-align:right;min-width:4rem;font-size:1.5rem;font-weight:900}.donut-view{align-items:center;gap:5rem;padding:2rem;display:flex}.donut-chart-container{width:400px;height:400px;position:relative}.donut-svg{width:100%;height:100%;transform:rotate(-90deg)}.donut-segment{stroke-linecap:round;transition:stroke-dashoffset 1s ease-in-out}.donut-center{text-align:center;flex-direction:column;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.donut-center .total-votes{font-size:4rem;font-weight:900;line-height:1}.donut-center .label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:1.2rem}.donut-legend{flex-direction:column;gap:1.5rem;display:flex}.legend-item{opacity:0;align-items:center;gap:1.5rem;padding:.5rem;animation:.5s ease-out forwards slideIn;display:flex}.legend-item .dot{border-radius:6px;flex-shrink:0;width:1.5rem;height:1.5rem;box-shadow:0 4px 10px #0003}.legend-text{flex-direction:column;gap:.25rem;display:flex}.legend-text .label{color:var(--text-primary);font-size:1.75rem;font-weight:800;line-height:1.1}.legend-text .stats{align-items:center;gap:1rem;display:flex}.legend-text .value{color:var(--accent-blue);font-size:1.4rem;font-weight:900}.legend-text .raw-count{color:var(--text-secondary);font-size:1.1rem;font-weight:600}.bubble-item{color:#fff;text-shadow:0 2px 10px #0000004d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:1rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;box-shadow:0 10px 30px #0003}.animate-pop{opacity:0;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards popIn;scale:0}@keyframes popIn{to{opacity:1;scale:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.type-toggle{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:12px;gap:4px;margin-bottom:1.5rem;padding:4px;display:flex}.type-toggle button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.6rem;padding:.85rem;font-weight:700;display:flex}.type-toggle button.active{background:var(--accent-gradient);color:#fff}.results-title{color:var(--text-primary);text-shadow:0 4px 20px #0000004d;margin-bottom:2rem;font-size:3.5rem;font-weight:900}.word-cloud-wrapper{justify-content:center;align-items:center;width:100%;height:60vh;display:flex;position:relative;overflow:visible}.cloud-word{white-space:nowrap;cursor:default;filter:drop-shadow(0 2px 8px #0003);font-family:Outfit,sans-serif;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute}.cloud-word.growing{filter:brightness(1.5) drop-shadow(0 0 20px var(--accent-blue));transform:scale(1.3)!important}.mc-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:grid}.poll-card{margin-bottom:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card-header-main{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.card-actions-group{flex-shrink:0;gap:.75rem;display:flex}.settings-bar{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1rem 1.25rem;display:flex}@media (width<=768px){.card-header-main{flex-direction:column;gap:1rem}.card-actions-group{justify-content:space-between;width:100%}.settings-bar{flex-direction:column;align-items:flex-start;gap:1rem}.settings-bar button{width:100%;margin-left:0!important}}.mc-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;animation:.5s forwards fadeIn;display:flex}.mc-info{justify-content:space-between;align-items:flex-end;display:flex}.mc-option-text{color:var(--text-primary);font-size:1.5rem;font-weight:700}.mc-vote-count{color:var(--accent-blue);font-size:1.1rem;font-weight:600}.mc-progress-track{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:8px;height:16px;overflow:hidden}.mc-progress-fill{background:var(--accent-gradient);border-radius:8px;height:100%;transition:width 1.5s cubic-bezier(.34,1.56,.64,1)}.timer-critical{animation:2s infinite pulse-red;background:#ef44440d!important;border-color:#ef44444d!important}@keyframes pulse-red{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 20px #ef444400}to{box-shadow:0 0 #ef444400}}.main-footer{border-top:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;width:100%;max-width:600px;margin:4rem auto 0;padding:2rem 0;font-size:.9rem;display:flex}.main-footer.wide{max-width:1200px}.admin-link{color:var(--accent-blue);border-radius:1rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.admin-link:hover{background:#3b82f61a;transform:translateY(-1px)}@media (width<=768px){.hide-mobile{display:none!important}}
