.votes-container{min-height:100vh;background:var(--bg-primary);padding-top:80px}.votes-header{background:linear-gradient(135deg,#00d4ff0d,#0000);border-bottom:1px solid var(--border-primary);padding:3rem 2rem 2rem;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.votes-header-content{flex:1}.votes-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1rem;color:var(--text-tertiary)}.votes-breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.votes-breadcrumb a:hover{color:var(--accent-primary)}.breadcrumb-separator{color:var(--text-disabled)}.breadcrumb-current{color:var(--text-primary);font-weight:500}.votes-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,var(--accent-primary) 0%,#ffffff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.votes-subtitle{color:var(--text-secondary);font-size:1.125rem;font-weight:400;margin:0;line-height:1.6}.btn-new-vote{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;white-space:nowrap;box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-new-vote:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-new-vote svg{flex-shrink:0}.votes-main{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.votes-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.5rem}.sidebar-section{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-sm);transition:all .3s ease}.sidebar-section:hover{box-shadow:var(--shadow-md)}.sidebar-title{display:flex;align-items:center;gap:.625rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:1rem}.sidebar-title svg{color:var(--accent-primary);flex-shrink:0}.sidebar-stats{background:linear-gradient(135deg,rgba(0,212,255,.05) 0%,transparent 100%)}.stats-list{display:flex;flex-direction:column;gap:.75rem}.stat-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0;border-bottom:1px solid var(--border-primary)}.stat-item:last-child{border-bottom:none;padding-bottom:0}.stat-item:first-child{padding-top:0}.stat-value{font-size:1.875rem;font-weight:800;background:linear-gradient(135deg,var(--accent-primary) 0%,#ffffff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:.8125rem;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.quick-filters{display:flex;flex-direction:column;gap:.5rem}.filter-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:10px;background:transparent;border:1px solid transparent;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;color:var(--text-primary)}.filter-item:hover{background:var(--surface-hover);border-color:var(--border-secondary);transform:translate(4px)}.filter-item.active{background:linear-gradient(135deg,#00d4ff1a,#00d4ff0d);border-color:var(--accent-primary)}.filter-icon{font-size:1.25rem;flex-shrink:0}.filter-info{flex:1;min-width:0}.filter-name{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-count{font-size:.8125rem;color:var(--text-tertiary)}.votes-content,.votes-list-view,.vote-detail-view{display:flex;flex-direction:column;gap:1.5rem}.detail-breadcrumb{margin-bottom:1.5rem}.breadcrumb-back{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:12px;color:var(--text-primary);text-decoration:none;font-weight:600;font-size:.9375rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm)}.breadcrumb-back:hover{background:var(--surface-secondary);border-color:var(--border-secondary);transform:translate(-4px);box-shadow:var(--shadow-md)}.breadcrumb-back svg{flex-shrink:0;transition:transform .2s ease}.breadcrumb-back:hover svg{transform:translate(-2px)}.vote-card-link{text-decoration:none;color:inherit;display:block}.vote-card-link:focus{outline:2px solid var(--accent-primary);outline-offset:2px;border-radius:16px}.votes-toolbar{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:16px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;box-shadow:var(--shadow-sm);position:sticky;top:80px;z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.toolbar-left{display:flex;align-items:baseline;gap:1rem}.toolbar-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:-.01em}.vote-count{font-size:.875rem;color:var(--text-tertiary);font-weight:500}.toolbar-right{display:flex;align-items:center;gap:1rem}.view-options{display:flex;gap:.5rem;background:var(--bg-secondary);padding:.375rem;border-radius:12px;border:1px solid var(--border-primary)}.view-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.view-btn:hover{color:var(--text-primary);background:var(--surface-hover)}.view-btn.active{background:var(--accent-primary);color:#000;box-shadow:0 2px 8px #00d4ff4d}.view-btn svg{flex-shrink:0}.search-box{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:var(--text-tertiary);pointer-events:none}.search-input{padding:.625rem 1rem .625rem 2.75rem;border:1px solid var(--border-primary);border-radius:12px;background:var(--bg-secondary);color:var(--text-primary);font-size:.875rem;font-weight:500;width:280px;transition:all .2s cubic-bezier(.4,0,.2,1)}.search-input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #00d4ff1a;width:320px}.search-input::placeholder{color:var(--text-tertiary)}.votes-list{display:flex;flex-direction:column;gap:1rem;width:100%;margin-top:1.5rem}.vote-card{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}.vote-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:transparent;transition:background .3s ease}.vote-card:hover{background:var(--surface-secondary);border-color:var(--border-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.vote-card:hover:before{background:var(--accent-primary)}.vote-card.hot{border-color:#ef444466;background:linear-gradient(135deg,rgba(239,68,68,.08) 0%,transparent 100%)}.vote-card.hot:before{background:#ef4444}.vote-card.ending-soon{border-color:#fa06;background:linear-gradient(135deg,rgba(255,170,0,.08) 0%,transparent 100%)}.vote-card.ending-soon:before{background:#fa0}.vote-card-header{margin-bottom:1rem}.vote-status{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;border:1px solid}.vote-status.active{background:#22c55e26;color:#86efac;border-color:#22c55e4d}.vote-status.closed{background:#9ca3af26;color:#d1d5db;border-color:#9ca3af4d}.vote-status.ending-soon{background:#ffaa0026;color:#fbbf24;border-color:#ffaa004d;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.vote-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.4;letter-spacing:-.01em;transition:color .2s ease}.vote-card:hover .vote-title{color:var(--accent-primary)}.vote-description{color:var(--text-secondary);line-height:1.7;margin:0 0 1rem;font-size:.9375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vote-author-section{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.vote-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#000;flex-shrink:0}.vote-author{font-weight:600;color:var(--text-primary);font-size:.9375rem}.vote-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--text-tertiary);flex-wrap:wrap}.vote-meta-item{display:flex;align-items:center;gap:.375rem}.vote-meta-separator{color:var(--text-disabled)}.vote-options-preview{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.option-preview{background:var(--surface-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:.75rem 1rem;font-size:.875rem;color:var(--text-secondary);transition:all .2s ease}.option-preview:hover{background:var(--surface-tertiary);border-color:var(--border-secondary)}.vote-stats{display:flex;align-items:center;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--border-primary);font-size:.875rem;color:var(--text-secondary)}.vote-stat{display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.vote-stat:hover{color:var(--accent-primary)}.vote-stat-icon{font-size:1.125rem}.vote-stat-value{font-weight:600;color:var(--text-primary)}.vote-stat-label{color:var(--text-tertiary)}.vote-detail{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm)}.vote-detail-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-primary);text-align:center}.vote-detail-title{font-size:2rem;font-weight:800;color:var(--text-primary);margin:1rem 0;line-height:1.3;letter-spacing:-.02em}.vote-detail-description{color:var(--text-secondary);line-height:1.8;font-size:1.0625rem;margin:1rem 0}.vote-detail-meta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:.875rem;color:var(--text-tertiary);margin-top:1rem}.voting-section{margin:2rem 0}.voting-section h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);text-align:center;letter-spacing:-.01em}.vote-options-list{display:flex;flex-direction:column;gap:.75rem}.vote-option{background:var(--surface-primary);border:2px solid var(--border-primary);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.vote-option:hover:not(.disabled){background:var(--surface-secondary);border-color:var(--border-secondary);transform:translate(4px)}.vote-option.selected{background:#22c55e1a;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.vote-option.disabled{cursor:not-allowed;opacity:.5}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.option-text{font-size:1.0625rem;font-weight:600;color:var(--text-primary)}.option-radio{width:24px;height:24px;border:2px solid var(--border-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.vote-option.selected .option-radio{border-color:#22c55e;background:#22c55e1a}.vote-option.selected .option-radio:after{content:"";width:12px;height:12px;background:#22c55e;border-radius:50%}.option-description{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.results-section{margin:2rem 0}.results-section h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);text-align:center;letter-spacing:-.01em}.result-item{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:all .2s ease}.result-item:hover{background:var(--surface-secondary);box-shadow:var(--shadow-sm)}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.result-option-text{font-size:1.0625rem;font-weight:600;color:var(--text-primary)}.result-stats{display:flex;gap:1rem;font-size:.875rem}.result-percentage{font-weight:700;font-size:1.125rem;background:linear-gradient(135deg,#22c55e,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-count{color:var(--text-tertiary)}.result-bar{height:10px;background:var(--surface-secondary);border-radius:6px;overflow:hidden;margin-bottom:.5rem}.result-bar-fill{height:100%;background:linear-gradient(90deg,#22c55e,#86efac);border-radius:6px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px #22c55e4d}.result-description{color:var(--text-secondary);font-size:.8125rem;margin-top:.5rem;line-height:1.6}.vote-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.vote-message{text-align:center;padding:1.25rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px;color:#86efac;margin:1.5rem 0;font-weight:600}.vote-option-input{display:flex;gap:.5rem;margin-bottom:.75rem}.vote-option-input input{flex:1;background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:8px;padding:.75rem 1rem;color:var(--text-primary);font-size:.9375rem;transition:all .2s ease}.vote-option-input input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #00d4ff1a}.btn-remove-option{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;padding:.75rem 1rem;cursor:pointer;font-size:1.2rem;line-height:1;transition:all .2s ease}.btn-remove-option:hover{background:#ef444440;border-color:#ef444480}.btn-sm{font-size:.875rem;padding:.625rem 1rem}.btn-primary{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:#000;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00d4ff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00d4ff66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--surface-primary);color:var(--text-primary);border:1px solid var(--border-primary);border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:var(--surface-secondary);border-color:var(--border-secondary)}.loading{text-align:center;padding:4rem 2rem;color:var(--text-tertiary)}.loading:after{content:"...";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-tertiary)}.empty-state h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-secondary)}.empty-state p{font-size:1rem;color:var(--text-tertiary)}.create-form-container{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:16px;margin-top:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-md);overflow:hidden;max-height:0;opacity:0;transform:translateY(-20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.create-form-container.active{max-height:2000px;opacity:1;transform:translateY(0)}.create-form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-primary);background:linear-gradient(135deg,rgba(0,212,255,.05) 0%,transparent 100%)}.create-form-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:-.01em}.create-form-close{width:36px;height:36px;border:none;background:var(--surface-secondary);color:var(--text-secondary);font-size:1.75rem;line-height:1;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.create-form-close:hover{background:#ef444433;color:var(--error);transform:rotate(90deg)}.create-form{padding:1.5rem}.create-form .form-group{margin-bottom:1.25rem}.create-form .form-group:last-of-type{margin-bottom:0}.create-form label{display:block;font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.create-form input[type=text],.create-form input[type=datetime-local],.create-form select,.create-form textarea{width:100%;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:10px;padding:.875rem 1rem;color:var(--text-primary);font-size:.9375rem;font-family:inherit;transition:all .2s ease}.create-form input[type=text]:focus,.create-form input[type=datetime-local]:focus,.create-form select:focus,.create-form textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #00d4ff1a}.create-form textarea{resize:vertical;min-height:100px}.create-form small{display:block;margin-top:.5rem;font-size:.8125rem;color:var(--text-tertiary);font-style:italic}.create-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-primary)}@media (max-width: 1200px){.votes-main{grid-template-columns:240px 1fr;gap:1.5rem}.search-input{width:200px}.search-input:focus{width:240px}}@media (max-width: 968px){.votes-header{flex-direction:column;align-items:flex-start}.btn-new-vote{width:100%;justify-content:center}.votes-main{grid-template-columns:1fr;gap:1.5rem}.votes-sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.votes-toolbar{flex-direction:column;align-items:stretch;gap:1rem;position:static}.toolbar-left{flex-direction:column;align-items:flex-start;gap:.5rem}.toolbar-right{flex-direction:column;align-items:stretch}.view-options{justify-content:stretch}.view-btn{flex:1;justify-content:center}.search-input,.search-input:focus{width:100%}}@media (max-width: 640px){.votes-header{padding:2rem 1rem 1.5rem}.votes-header h1{font-size:2rem}.votes-subtitle{font-size:1rem}.votes-main{padding:1rem}.votes-sidebar{grid-template-columns:1fr}.vote-card{padding:1rem}.vote-title{font-size:1.125rem}.vote-detail-title{font-size:1.5rem}.view-btn span{display:none}.view-btn svg{margin:0}.vote-stats{flex-wrap:wrap;gap:1rem}.create-form-container{border-radius:12px}.create-form-header{padding:1rem}.create-form-title{font-size:1.125rem}.create-form{padding:1rem}.create-form .form-actions{flex-direction:column-reverse}.create-form .form-actions button{width:100%;justify-content:center}}[data-theme=light] .votes-header{background:linear-gradient(135deg,#0099cc0d,#0000)}[data-theme=light] .vote-card,[data-theme=light] .sidebar-section,[data-theme=light] .votes-toolbar{background:#fff;border-color:#0000001a}[data-theme=light] .vote-card:hover,[data-theme=light] .sidebar-section:hover{background:#fafafa;border-color:#00000026}[data-theme=light] .filter-item.active{background:linear-gradient(135deg,#0099cc1a,#0099cc0d);border-color:#09c}[data-theme=light] .view-btn.active{background:#09c;color:#fff}[data-theme=light] .vote-option.selected{background:#00cc661a;border-color:#0c6}[data-theme=light] .result-percentage{background:linear-gradient(135deg,#0c6,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .result-bar-fill{background:linear-gradient(90deg,#0c6,#0f8)}
