:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#333}.hero{display:flex;align-items:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{flex:1;max-width:600px;z-index:2;position:relative}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent}.cta-button.primary{background:#ff6b6b;color:#fff;box-shadow:0 4px 15px #ff6b6b66}.cta-button.primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99}.cta-button.secondary{background:transparent;color:#fff;border-color:#ffffff4d}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80}.cta-button.large{padding:1.25rem 2.5rem;font-size:1.1rem}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;z-index:2;position:relative}.phone-mockup{width:300px;height:600px;background:#1a1a1a;border-radius:30px;padding:20px;box-shadow:0 20px 40px #0000004d;position:relative}.phone-mockup:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#333;border-radius:2px}.chat-preview{background:#f5f5f5;height:100%;border-radius:20px;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.message{display:flex;align-items:flex-start;gap:10px}.message.user{flex-direction:row-reverse}.message .avatar{width:30px;height:30px;border-radius:50%;background:#667eea;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.message .content{background:#fff;padding:10px 15px;border-radius:18px;max-width:80%;font-size:14px;line-height:1.4;box-shadow:0 2px 5px #0000001a}.message.user .content{background:#667eea;color:#fff}.message .content a{color:#667eea;text-decoration:none;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0;background:#fff}section:nth-child(2n){background:#f8f9fa}section h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.quick-start{background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#333}.step-content p{color:#666;margin-bottom:1rem;line-height:1.6}.code-block{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;overflow-x:auto}.code-block.large{padding:1.5rem;font-size:.85rem}.code-block code{color:#333;white-space:pre-wrap}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature{text-align:center;padding:2rem;border-radius:12px;background:#fff;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.feature p{color:#666;line-height:1.6}.example-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.tab{padding:.75rem 1.5rem;background:transparent;border:2px solid #e9ecef;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease;color:#666}.tab.active{background:#667eea;border-color:#667eea;color:#fff}.tab:hover{border-color:#667eea;color:#667eea}.tab.active:hover{color:#fff}.example-content h3{text-align:center;font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#333}.example-steps{display:flex;flex-direction:column;gap:2rem}.example-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.step-indicator{width:40px;height:40px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-details{flex:1}.step-details p{margin-bottom:1rem;color:#333;font-weight:500}.webhook-docs{background:#f8f9fa}.webhook-example{margin:2rem 0}.webhook-example h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.webhook-setup{margin-top:2rem}.webhook-setup h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#333}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.faq-item h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.faq-item p{color:#666;line-height:1.6}.final-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.final-cta h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.support-info{opacity:.8;font-size:.9rem}@media (max-width: 768px){.hero{flex-direction:column;text-align:center;padding:2rem 1rem}.hero h1{font-size:2.5rem}.hero-visual{margin-top:2rem}.phone-mockup{width:250px;height:500px}.container{padding:0 1rem}section{padding:3rem 0}section h2{font-size:2rem}.steps{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:1fr}.example-tabs{flex-direction:column;align-items:center}.example-step{flex-direction:column;text-align:center}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;justify-content:center}}@media (max-width: 480px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.phone-mockup{width:200px;height:400px;padding:15px}.chat-preview{padding:15px;gap:10px}.message .content{font-size:12px;padding:8px 12px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step,.feature,.faq-item,.example-step{animation:fadeInUp .6s ease-out}html{scroll-behavior:smooth}.cta-button:focus,.tab:focus{outline:2px solid #667eea;outline-offset:2px}@media print{.hero-visual,.final-cta{display:none}.hero{background:#fff;color:#000;min-height:auto}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.App{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.home-page{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:800px;width:100%;overflow:hidden}.hero{padding:60px 40px;text-align:center}.hero h1{font-size:3rem;margin-bottom:20px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero>p{font-size:1.2rem;color:#666;margin-bottom:50px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:50px}.feature{padding:20px;border-radius:8px;background:#f8f9ff;border:1px solid #e0e0e0}.feature h3{font-size:1.2rem;margin-bottom:10px;color:#333}.feature p{color:#666;font-size:.9rem}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;border-radius:12px;margin-top:40px}.cta h2{margin-bottom:15px}.cta p{margin-bottom:20px;opacity:.9}.cta code{background:#fff3;padding:10px 15px;border-radius:6px;font-family:Monaco,Menlo,monospace;display:inline-block}.poll-container{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:600px;width:100%;overflow:hidden;position:relative}.notification{position:absolute;top:0;left:0;right:0;padding:15px;text-align:center;font-weight:500;z-index:100}.notification.success{background:#d4edda;color:#155724;border-bottom:1px solid #c3e6cb}.notification.error{background:#f8d7da;color:#721c24;border-bottom:1px solid #f5c6cb}.loading,.error{text-align:center;padding:60px 40px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error h2{color:#e74c3c;margin-bottom:15px}.error button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;margin-top:20px}.poll-interface{padding:0}.poll-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:30px;text-align:center}.poll-title{font-size:1.8rem;margin-bottom:10px;font-weight:600}.poll-description{opacity:.9;margin-bottom:20px}.poll-meta{display:flex;justify-content:space-between;align-items:center;margin-top:20px;font-size:.9rem}.poll-timer{display:flex;align-items:center;gap:5px}.poll-timer.expired{color:#ff6b6b}.poll-content{padding:30px}.voting-section h2{margin-bottom:20px;color:#333;font-size:1.3rem}.vote-form{margin-bottom:30px}.voter-name-input{margin-bottom:20px}.voter-name-input label{display:block;margin-bottom:8px;font-weight:500;color:#333}.voter-name-input input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.voter-name-input input:focus{outline:none;border-color:#667eea}.vote-options{margin-bottom:20px}.vote-options>p{margin-bottom:15px;font-weight:500;color:#333}.vote-option{display:flex;align-items:center;padding:15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.vote-option:hover{border-color:#667eea;background:#f8f9ff}.vote-option input[type=radio]{margin-right:12px;transform:scale(1.2)}.vote-option input[type=radio]:checked+span{font-weight:600;color:#667eea}.vote-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease;width:100%}.vote-button:hover:not(:disabled){transform:translateY(-2px)}.vote-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.voted-message,.expired-message{padding:20px;border-radius:8px;margin-bottom:30px;text-align:center}.voted-message{background:#d4edda;color:#155724}.expired-message{background:#f8d7da;color:#721c24}.voted-message h2,.expired-message h2{margin-bottom:10px;font-size:1.2rem}.results-section{margin-top:30px}.results-section h2{margin-bottom:20px;color:#333;font-size:1.3rem}.results-summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px;background:#f8f9ff;border-radius:8px}.total-votes{font-weight:600;color:#333}.live-indicator{font-size:.9rem;color:#667eea;display:flex;align-items:center}.live-indicator:before{content:"●";color:#4caf50;margin-right:5px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.results-list{space-y:15px}.result-item{margin-bottom:20px}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.result-text{font-weight:500;color:#333}.result-stats{font-size:.9rem;color:#666;font-weight:600}.result-bar{height:10px;background:#f0f0f0;border-radius:5px;overflow:hidden}.result-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px;transition:width .5s ease}.error-page{text-align:center;padding:60px 40px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:500px;width:100%}.error-page h1{color:#e74c3c;margin-bottom:20px;font-size:2rem}.error-page button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:1rem;cursor:pointer;margin-top:20px}@media (max-width: 768px){.App{padding:10px}.hero{padding:40px 20px}.hero h1{font-size:2.5rem}.features{grid-template-columns:1fr;gap:20px}.poll-header{padding:20px}.poll-title{font-size:1.5rem}.poll-content{padding:20px}.poll-meta{flex-direction:column;gap:10px}.results-summary{flex-direction:column;gap:10px;text-align:center}}
