*{box-sizing:border-box;margin:0;padding:0}body{color:#f8fafc;background-color:#0f172a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.app-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.header{text-align:center;margin-bottom:2.5rem}.header h1{background:linear-gradient(135deg,#a855f7 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.header p{color:#94a3b8;font-size:1.1rem}.stats-banner{flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem;display:flex}.stat-card{background:#1e293b;border:1px solid #334155;border-radius:1rem;flex:1;align-items:center;gap:1rem;min-width:200px;padding:1.25rem;display:flex}.stat-icon{font-size:2rem}.stat-info .stat-value{color:#f8fafc;font-size:1.5rem;font-weight:700}.stat-info .stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.controls-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.search-input{color:#f8fafc;background:#1e293b;border:1px solid #334155;border-radius:.75rem;outline:none;flex:1;min-width:250px;padding:.75rem 1.25rem;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#6366f1}.view-toggles{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:.25rem;display:flex}.toggle-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s}.toggle-btn.active{color:#fff;background:#6366f1}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(520px,1fr));gap:2rem;display:grid}@media (width<=600px){.cards-grid{grid-template-columns:1fr}}.prompt-card{background:#1e293b;border:1px solid #334155;border-radius:1.25rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 10px 15px -3px #0000004d}.card-title{color:#f1f5f9;border-bottom:1px solid #334155;padding-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.4}.card-content{align-items:center;gap:1.5rem;display:flex}@media (width<=480px){.card-content{flex-direction:column}}.winner-spotlight{text-align:center;flex-direction:column;align-items:center;min-width:140px;display:flex}.avatar-wrapper{width:100px;height:100px;margin-bottom:.75rem;position:relative}.winner-avatar{object-fit:cover;border:3px solid #fbbf24;border-radius:50%;width:100%;height:100%;box-shadow:0 0 15px #fbbf2466}.crown-badge{background:#fbbf24;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex;position:absolute;top:-8px;right:-4px;box-shadow:0 2px 4px #0006}.winner-name{color:#f8fafc;font-size:1.1rem;font-weight:700}.winner-votes{color:#fbbf24;margin-top:.2rem;font-size:.85rem;font-weight:600}.chart-wrapper{flex:1;justify-content:center;align-items:center;display:flex}.pie-svg-container{width:160px;height:160px}.legend-container{background:#0f172a;border-radius:.75rem;flex-wrap:wrap;gap:.5rem 1rem;padding:.75rem 1rem;display:flex}.legend-item{color:#cbd5e1;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.legend-color{border-radius:50%;width:10px;height:10px}
