*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}.navbar{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#333}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{text-decoration:none;color:#666;font-weight:500;position:relative;display:inline-flex;align-items:center;gap:.5rem}.nav-link:hover{color:#333}.nav-link.active{color:#007bff;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background-color:#007bff}.nav-user{color:#333;font-weight:500;padding:.25rem .75rem;background-color:#f8f9fa;border-radius:4px;font-size:.875rem}.notification-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#dc3545;color:white;border-radius:50%;font-size:.75rem;font-weight:600;min-width:1.25rem;height:1.25rem;padding:0 .375rem;margin-left:.25rem}.nav-hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.nav-hamburger span{width:24px;height:2px;background-color:#333;transition:all .3s}@media (max-width:768px){.nav-hamburger{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background-color:white;flex-direction:column;align-items:stretch;padding:1rem;gap:0;border-top:1px solid #e0e0e0;box-shadow:0 4px 6px rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease-out}.nav-links-open{max-height:500px;padding:1rem}.nav-links .nav-link,.nav-links .nav-user{padding:.75rem 0;border-bottom:1px solid #f0f0f0;width:100%;display:block}.nav-links button{padding:.75rem 0;width:100%;display:block;text-align:left;background:none;border:none;border-bottom:1px solid #f0f0f0}.nav-links .nav-link.active:after{display:none}.nav-links .nav-link.active{border-left:3px solid #007bff;padding-left:.5rem}.nav-container{position:relative}}main{max-width:1200px;margin:2rem auto;padding:0 1rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;margin-bottom:.5rem}.page-header p{color:#666}.table-container{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}table{width:100%;border-collapse:collapse}thead{background-color:#f8f9fa}td,th{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}th{font-weight:600;color:#333}tr:hover{background-color:#f8f9fa}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.status-badge.upcoming{background-color:#d4edda;color:#155724}.status-badge.past{background-color:#f8d7da;color:#721c24}.status-badge.open{background-color:#d1ecf1;color:#0c5460}.status-badge.accepted_once{background-color:#fff3cd;color:#856404}.status-badge.accepted_both{background-color:#cce5ff;color:#004085}.status-badge.scheduled{background-color:#d4edda;color:#155724}.status-badge.declined{background-color:#f8d7da;color:#721c24}.btn{display:inline-block;padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s}.btn-primary{background-color:#007bff;color:white}.btn-primary:hover{background-color:#0056b3}.btn-success{background-color:#28a745;color:white}.btn-success:hover{background-color:#218838}.btn-danger{background-color:#dc3545;color:white}.btn-danger:hover{background-color:#c82333}.btn-secondary{background-color:#6c757d;color:white}.btn-secondary:hover{background-color:#5a6268}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{min-height:100px;resize:vertical}.card{background:white;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.card h3{margin-bottom:.5rem}.card p{color:#666;margin-bottom:1rem}.error-message{background-color:#f8d7da;color:#721c24}.error-message,.success-message{padding:1rem;border-radius:4px;margin-bottom:1rem}.success-message{background-color:#d4edda;color:#155724}.info-message{background-color:#d1ecf1;color:#0c5460;padding:1rem;border-radius:4px;margin-bottom:1rem}.loading{text-align:center;padding:2rem;color:#666}.section-header{font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.section-header:first-child{margin-top:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:white;padding:5rem 2rem;margin:-2rem -1rem 3rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,.85);margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-lg{padding:.875rem 2rem;font-size:1rem}.btn-outline{background-color:transparent;border:2px solid white;color:white}.btn-outline:hover{background-color:white;color:#1a1a2e}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.how-it-works{margin-bottom:4rem}.section-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#333}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.step-card{background:white;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:transform .2s,box-shadow .2s}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#007bff,#0056b3);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#333}.step-card p{color:#666;line-height:1.5;margin:0}.debates-section{margin-bottom:4rem}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header-row .section-title{margin-bottom:0;text-align:left}.view-all-link{color:#007bff;text-decoration:none;font-weight:500}.view-all-link:hover{text-decoration:underline}.empty-state{background:white;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.empty-icon{color:#ccc;margin-bottom:1.5rem}.empty-state h3{font-size:1.5rem;margin-bottom:.75rem;color:#333}.empty-state p{color:#666;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.topic-cell{max-width:300px}.debater-name,.topic-cell{font-weight:500}.vs-badge{display:inline-block;padding:.125rem .5rem;margin:0 .5rem;background-color:#f0f0f0;border-radius:4px;font-size:.75rem;color:#666;font-weight:600;text-transform:uppercase}.cta-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:4rem 2rem;text-align:center;margin-bottom:2rem}.cta-section h2{font-size:2rem;margin-bottom:1rem;color:#333}.cta-section p{color:#666;font-size:1.125rem;margin-bottom:2rem}.voting-section{margin-bottom:4rem}.voting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.voting-card{background:white;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #eee}.voting-icon{font-size:2.5rem;margin-bottom:1rem}.voting-card h3{font-size:1.125rem;margin-bottom:.75rem;color:#333}.voting-card p{color:#666;line-height:1.6;margin:0;font-size:.9375rem}.monetization-section{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;padding:3rem;margin-bottom:4rem;color:white}.monetization-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.monetization-text h2{font-size:2rem;margin-bottom:.5rem}.monetization-subtitle{color:rgba(255,255,255,.7);margin-bottom:2rem;font-size:1.125rem}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.benefits-list li:last-child{margin-bottom:0}.benefit-icon{font-size:1.5rem;flex-shrink:0}.benefits-list strong{display:block;margin-bottom:.25rem;font-size:1rem}.benefits-list span{color:rgba(255,255,255,.75);font-size:.9375rem;line-height:1.5}.flow-diagram,.monetization-visual{display:flex;justify-content:center;align-items:center}.flow-diagram{gap:1rem;flex-wrap:wrap}.flow-item{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.25rem 1.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.flow-item span{font-weight:600;font-size:.9375rem}.flow-arrow{color:rgba(255,255,255,.5);font-size:1.5rem;font-weight:300}@media (max-width:768px){.hero{padding:3rem 1.5rem;margin:-2rem -1rem 2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-header-row{flex-direction:column;align-items:flex-start;gap:.5rem}.steps-grid{gap:1rem}.step-card{padding:1.5rem}.cta-section{padding:3rem 1.5rem}.cta-section h2{font-size:1.5rem}.monetization-content{grid-template-columns:1fr;gap:2rem}.monetization-section{padding:2rem 1.5rem}.monetization-text h2{font-size:1.5rem}.flow-diagram{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.voting-grid{gap:1rem}.voting-card{padding:1.5rem}}.auth-container{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{background:white;border-radius:16px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.auth-header p{color:#666;margin:0}.auth-form .form-group{margin-bottom:1.25rem}.auth-form input{font-size:1rem;padding:.75rem 1rem}.btn-full{width:100%;padding:.875rem;font-size:1rem}.auth-divider{display:flex;align-items:center;margin:1.5rem 0}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background-color:#e0e0e0}.auth-divider span{padding:0 1rem;color:#999;font-size:.875rem}.auth-switch{text-align:center;color:#666;margin:0}.link-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.link-button:hover{color:#0056b3}.profile-page{max-width:800px;margin:0 auto}.profile-header-section{background:white;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:1.5rem}.profile-cover{height:120px;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460)}.profile-info-container{padding:0 2rem 2rem;display:flex;align-items:flex-end;gap:1.5rem;margin-top:-50px;flex-wrap:wrap}.profile-avatar-large{width:100px;height:100px;border-radius:50%;background:white;border:4px solid white;box-shadow:0 2px 8px rgba(0,0,0,.15);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;color:#1a1a2e;background-color:#e9ecef;flex-shrink:0}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-main-info{flex:1 1;min-width:200px;padding-bottom:.5rem}.profile-main-info h1{font-size:1.5rem;margin:0 0 .25rem}.profile-email{color:#666;margin:0 0 .5rem;font-size:.9375rem}.profile-bio{color:#333;margin:0;line-height:1.5}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.stat-card{background:white;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.06)}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.25rem}.stat-label{color:#666;font-size:.875rem}.profile-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.action-card{background:white;border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;box-shadow:0 2px 4px rgba(0,0,0,.06);transition:box-shadow .2s,transform .2s}.action-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.action-icon{font-size:1.5rem}.action-text{flex:1 1}.action-text h3{font-size:1rem;margin:0 0 .25rem}.action-text p{color:#666;margin:0;font-size:.875rem}.action-arrow{color:#999;font-size:1.25rem}.profile-footer{text-align:center;padding:1rem 0}.settings-page{max-width:700px;margin:0 auto}.settings-sections{display:flex;flex-direction:column;gap:1.5rem}.settings-section{background:white;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 4px rgba(0,0,0,.06)}.section-header-settings{margin-bottom:1.5rem}.section-header-settings h2{font-size:1.25rem;margin:0 0 .25rem}.section-header-settings p{color:#666;margin:0;font-size:.9375rem}.settings-form .form-group{margin-bottom:1.25rem}.settings-form textarea{resize:vertical;min-height:80px}.input-hint{display:block;margin-top:.375rem;font-size:.8125rem;color:#999}.avatar-upload{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1rem}.avatar-preview{width:80px;height:80px;border-radius:50%;background-color:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#1a1a2e;overflow:hidden;flex-shrink:0}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-input{flex:1 1}.avatar-input label{display:block;margin-bottom:.5rem;font-weight:500}.email-display{display:flex;flex-direction:column;gap:.5rem}.email-value{font-size:1rem;font-weight:500}.email-hint{font-size:.875rem;color:#999}.danger-zone{border:1px solid #f5c6cb;background-color:#fff}.danger-zone .section-header-settings h2{color:#721c24}.btn-danger-outline{background:transparent;border:1px solid #dc3545;color:#dc3545;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.btn-danger-outline:hover{background:#dc3545;color:white}.delete-confirm{background:#fff5f5;border-radius:8px;padding:1.5rem}.delete-warning{color:#721c24;margin:0 0 1rem;font-size:.9375rem;line-height:1.5}.delete-actions{display:flex;gap:.75rem;margin-top:1rem}.settings-footer{padding-top:1rem}.credits-page{max-width:900px;margin:0 auto}.balance-section{margin-bottom:3rem}.balance-card{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;padding:2rem;justify-content:center;gap:3rem;color:white}.balance-card,.balance-item{display:flex;align-items:center}.balance-item{gap:1rem}.balance-icon{font-size:2.5rem}.balance-info{display:flex;flex-direction:column}.balance-number{font-size:2.5rem;font-weight:700;line-height:1}.balance-label{font-size:.9375rem;color:rgba(255,255,255,.7);margin-top:.25rem}.balance-divider{width:1px;height:60px;background:rgba(255,255,255,.2)}.balance-hint{text-align:center;color:#666;margin-top:1rem;font-size:.9375rem}.voting-info-section{margin-bottom:3rem}.voting-info-section h2{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.voting-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.voting-info-card{background:white;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.06)}.voting-info-card .info-icon{font-size:2rem;margin-bottom:.75rem;display:block}.voting-info-card h3{font-size:1.125rem;margin-bottom:.5rem}.voting-info-card p{color:#666;font-size:.9375rem;line-height:1.5;margin:0}.packs-section{margin-bottom:3rem}.packs-section h2{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.packs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.pack-card{background:white;border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);border:2px solid transparent;position:relative;transition:transform .2s,box-shadow .2s}.pack-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.pack-card.popular{border-color:#007bff}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#007bff;color:white;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.pack-credits{font-size:3rem;font-weight:700;color:#1a1a2e;line-height:1}.pack-label{font-size:1rem;color:#666;margin-bottom:1rem}.pack-price{font-size:1.75rem;font-weight:600;color:#333;margin-bottom:.25rem}.pack-per-vote{font-size:.8125rem;color:#999;margin-bottom:1.5rem}.payment-info{text-align:center;margin-top:2rem;color:#666;font-size:.875rem}.secure-badge{display:inline-block;margin-right:.5rem}.faq-section{margin-bottom:2rem}.faq-section h2{margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:white;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.06)}.faq-item h4{font-size:1rem;margin:0 0 .5rem;color:#333}.faq-item p{color:#666;margin:0;font-size:.9375rem;line-height:1.5}@media (max-width:768px){.balance-card{flex-direction:column;gap:1.5rem;padding:1.5rem}.balance-divider{width:80%;height:1px}.packs-grid{grid-template-columns:1fr}.pack-card{padding:1.5rem}.profile-info-container{flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem 1.5rem}.profile-main-info{min-width:auto}.profile-stats{grid-template-columns:1fr}.settings-section{padding:1.25rem 1.5rem}.avatar-upload{flex-direction:column;align-items:center}.avatar-input{width:100%}}.rules-page{max-width:900px;margin:0 auto;padding:2rem 1rem 4rem}.rules-page .page-header{text-align:center;margin-bottom:3rem}.rules-page .page-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1a1a2e}.rules-page .page-header p{font-size:1.25rem;color:#666}.faq-container{display:flex;flex-direction:column;gap:2rem}.faq-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.faq-section h2{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #4361ee}.faq-section p{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:1rem}.faq-section p:last-child{margin-bottom:0}.styled-list{list-style:none;margin:1rem 0;padding-left:0}.styled-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1.05rem;line-height:1.6}.styled-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.styled-list.negative li:before{content:"✗";color:#ef4444}.highlight-box{background:linear-gradient(135deg,#f0f4ff,#e8f0fe);border-left:4px solid #4361ee;padding:1.25rem 1.5rem;border-radius:0 8px 8px 0;font-weight:500;color:#1a1a2e;margin:1rem 0}.highlight-box.large{font-size:1.25rem;text-align:center;border-radius:8px;border:2px solid #4361ee}.two-column{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin:1.5rem 0}.two-column .column h4{font-size:1.1rem;color:#1a1a2e;margin-bottom:.75rem}.two-column .quote{font-style:italic;font-size:1.1rem;color:#4361ee;padding:1rem;background:#f8f9fa;border-radius:8px}.faq-section.mission{background:linear-gradient(135deg,#1a1a2e,#2d2d44);color:#fff}.faq-section.mission h2{color:#fff;border-bottom-color:#4361ee}.faq-section.mission .styled-list li,.faq-section.mission p{color:#e0e0e0}.faq-section.mission .highlight-box{background:rgba(67,97,238,.2);border-left-color:#4361ee;color:#fff}.faq-section.mission .highlight-box.large{background:rgba(67,97,238,.3);border-color:#4361ee}.mission-statement{font-size:1.15rem;text-align:center;padding:1rem;color:#fff!important}.faq-cta{background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);text-align:center}.faq-cta h2{font-size:1.75rem;color:#1a1a2e;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.rules-page .page-header h1{font-size:2rem}.faq-section{padding:1.5rem}.faq-section h2{font-size:1.25rem}.two-column{grid-template-columns:1fr;gap:1rem}.highlight-box{padding:1rem}}