*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 1rem}nav{background:#fff;box-shadow:0 1px 3px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center;height:4rem;max-width:1200px;margin:0 auto;padding:0 1rem}.nav-container h1{font-size:1.5rem;font-weight:700;color:#1f2937}.nav-links{display:flex;gap:1rem}.nav-links a{color:#4b5563;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#1f2937}.nav-links a.active{color:#7c3aed;font-weight:600}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.btn-primary{background-color:#7c3aed;color:#fff}.btn-primary:hover{background-color:#6d28d9}.btn-secondary{background-color:#e5e7eb;color:#374151}.btn-secondary:hover{background-color:#d1d5db}.hero{text-align:center;padding:4rem 1rem}.hero h2{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.hero p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.product-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin:4rem 0}@media (max-width: 768px){.product-section{grid-template-columns:1fr;gap:2rem}.hero h2{font-size:2rem}.nav-container{padding:0 .5rem}.nav-links{gap:.5rem}}.product-image{background-color:#e5e7eb;border-radius:.5rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#6b7280}.product-info h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.product-info p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.features{list-style:none;margin-bottom:2rem}.features li{display:flex;align-items:center;margin-bottom:.5rem;color:#374151}.features li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.75rem}.price{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.vote-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto}.vote-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .15s}.vote-option:hover:not(.disabled){border-color:#7c3aed;transform:translateY(-1px)}.vote-option.selected{border-color:#7c3aed;background:#faf5ff}.vote-option.disabled{cursor:default}.vote-card{background:#fff;border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s;border:3px solid transparent}.vote-card.selected{border-color:#7c3aed;background-color:#faf5ff}.vote-card.selected.dogs{border-color:#2563eb;background-color:#eff6ff}.vote-emoji{font-size:4rem;margin-bottom:1rem}.vote-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.vote-count{font-size:2.5rem;font-weight:700;color:#7c3aed;margin-bottom:.5rem}.vote-count.dogs{color:#2563eb}.vote-label{color:#6b7280;margin-bottom:1.5rem}.progress-bar{width:100%;height:1rem;background-color:#e5e7eb;border-radius:.5rem;overflow:hidden;margin-bottom:1.5rem}.progress-fill{height:100%;background-color:#7c3aed;transition:width .5s ease}.progress-fill.dogs{background-color:#2563eb}.profile-container{max-width:768px;margin:0 auto;padding:2rem 1rem}.profile-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.profile-header{display:flex;align-items:center;margin-bottom:2rem}.profile-avatar{width:4rem;height:4rem;border-radius:50%;margin-right:1rem}.profile-info h1{font-size:1.5rem;font-weight:700;color:#1f2937}.profile-info p{color:#6b7280}.vote-status{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:1.5rem}.vote-status h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.vote-display{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem;display:flex;align-items:center;justify-content:space-between}.vote-info{display:flex;align-items:center}.vote-info span{font-size:2rem;margin-right:.75rem}.no-vote{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1.5rem;display:flex;align-items:center}.no-vote svg{width:1.5rem;height:1.5rem;color:#f59e0b;margin-right:.75rem}.cta-section{background:linear-gradient(135deg,#f3e8ff,#e0e7ff);border-radius:.75rem;padding:2rem;text-align:center;margin:3rem 0}.cta-section h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.cta-section p{color:#6b7280;margin-bottom:1.5rem}.polls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.poll-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s;display:block}.poll-card:hover{border-color:#7c3aed;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.poll-card h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.poll-meta{color:#6b7280;font-size:.875rem;margin:0 0 .5rem}.poll-votes{color:#7c3aed;font-weight:600;margin:0 0 .75rem}.poll-description{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.features-section{margin-top:6rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.feature-card p{color:#6b7280;margin:0}.empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:.5rem}.empty-state p{color:#6b7280;font-size:1.125rem;margin-bottom:1rem}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.pt-6{padding-top:1.5rem}.w-full{width:100%}.disabled{opacity:.5;cursor:not-allowed}.btn-red{background-color:#dc2626;color:#fff}.btn-red:hover{background-color:#b91c1c}.battle-title{font-size:6rem}.battle-title .vs{font-size:3rem}@media (max-width: 968px){.battle-title{font-size:3.5rem}.battle-title .vs{font-size:2rem}}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.product-grid{grid-template-columns:1fr;gap:2rem}}
