*{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;text-decoration:none;cursor:pointer;transition:background-color .2s}.nav-user:hover{background-color:#e9ecef}.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{font-size:.875rem}.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}.hero-tagline{font-size:1rem;color:rgba(255,255,255,.6);margin-bottom:2.5rem;font-style:italic;letter-spacing:.02em}.why-section{margin-bottom:4rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.why-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border-left:4px solid #1a1a2e;transition:transform .2s,box-shadow .2s}.why-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.why-statement{font-size:1.125rem;font-weight:600;color:#1a1a2e;line-height:1.4;margin-bottom:.75rem}.why-detail{color:#666;font-size:.9375rem;line-height:1.6;margin:0}.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{background:linear-gradient(135deg,#007bff,#0056b3);font-size:1.25rem;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;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}.blog-preview-section{margin-bottom:4rem}.blog-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.blog-preview-card{background:white;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #eee;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.blog-preview-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.blog-preview-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.blog-preview-card h3,.blog-preview-title{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem;line-height:1.35}.blog-preview-card p,.blog-preview-excerpt{color:#666;font-size:.9375rem;line-height:1.55;margin-bottom:1rem;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-preview-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f0f0f0;margin-top:auto}.blog-preview-date{color:#999;font-size:.8125rem}.blog-preview-read{color:#007bff;font-size:.8125rem;font-weight:500}.blog-preview-cta{text-align:center}.homepage-faq{margin-bottom:4rem}.homepage-faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto}.homepage-faq-item{background:white;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.06);overflow:hidden}.homepage-faq-question{padding:1.25rem 1.5rem;font-weight:600;font-size:1rem;color:#1a1a2e;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.homepage-faq-question::-webkit-details-marker{display:none}.homepage-faq-question:after{content:"+";font-size:1.25rem;font-weight:300;color:#999;transition:transform .2s;flex-shrink:0;margin-left:1rem}.homepage-faq-item[open] .homepage-faq-question:after{content:"-"}.homepage-faq-answer{padding:0 1.5rem 1.25rem;color:#666;font-size:.9375rem;line-height:1.6;margin:0}@media (max-width:768px){.hero{padding:3rem 1.5rem;margin:-2rem -1rem 2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-tagline{font-size:.875rem}.section-header-row{flex-direction:column;align-items:flex-start;gap:.5rem}.why-grid{gap:1rem}.why-card{padding:1.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}.blog-preview-grid{grid-template-columns:1fr}}.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}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{flex:1 1;padding-right:4rem}.password-toggle{position:absolute;right:.75rem;background:none;border:none;color:#666;cursor:pointer;font-size:.875rem;padding:.25rem .5rem;font-weight:500}.password-toggle:hover{color:#333}.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:1rem 2rem 2rem;display:flex;align-items:flex-end;gap:1.5rem;margin-top:-50px;flex-wrap:wrap;background:white;border-radius:12px 12px 0 0;margin-left:1rem;margin-right:1rem}.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;color:#1a1a2e}.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{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{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}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e);color:white;padding:3rem 1rem 1.5rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;gap:3rem;margin-bottom:2rem;flex-wrap:wrap}.footer-brand{max-width:250px}.footer-logo{font-size:1.5rem;font-weight:700;color:white;text-decoration:none}.footer-logo:hover{color:#e0e0e0}.footer-tagline{color:rgba(255,255,255,.7);margin-top:.5rem;font-size:.9375rem}.footer-operator{color:rgba(255,255,255,.45);margin-top:.375rem;font-size:.8125rem}.footer-socials{display:flex;gap:1rem;margin-top:1rem}.footer-socials a{color:rgba(255,255,255,.6);transition:color .2s;display:flex;align-items:center}.footer-socials a:hover{color:white}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.5);margin-bottom:.25rem}.footer-column a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.9375rem;transition:color .2s}.footer-column a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:rgba(255,255,255,.5);font-size:.875rem;margin:0}@media (max-width:768px){.footer-main{flex-direction:column;gap:2rem}.footer-links{gap:2rem}.footer-brand{max-width:none}}.legal-page{max-width:800px;margin:0 auto;padding:2rem 1rem 4rem}.legal-page .page-header{margin-bottom:2rem}.legal-page .page-header h1{font-size:2.5rem;color:#1a1a2e;margin-bottom:.5rem}.legal-page .page-header p{color:#666;font-size:.9375rem}.legal-content{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.legal-content section{margin-bottom:2rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{font-size:1.25rem;color:#1a1a2e;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.legal-content h3{font-size:1rem;color:#333;margin:1rem 0 .5rem}.legal-content p{color:#444;line-height:1.7;margin-bottom:.75rem}.legal-content ul{margin:.75rem 0;padding-left:1.5rem}.legal-content li{color:#444;line-height:1.7;margin-bottom:.5rem}.legal-content .contact-email{font-weight:600;color:#007bff;font-size:1.125rem}@media (max-width:768px){.legal-page .page-header h1{font-size:2rem}.legal-content{padding:1.5rem}}.invites-page{max-width:800px;margin:0 auto;padding:2rem 1rem}.invite-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.invite-stat-card{background:white;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.06)}.invite-stat-number{font-size:2rem;font-weight:700;color:#1a1a2e;display:block}.invite-stat-label{color:#666;font-size:.875rem;margin-top:.25rem;display:block}.invite-section{background:white;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.06)}.invite-section h2{font-size:1.25rem;margin-bottom:.5rem;color:#1a1a2e}.invite-section p{color:#666;margin-bottom:1rem}.invite-link-box{display:flex;gap:.5rem}.invite-link-input{flex:1 1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.875rem;background:#f8f9fa;color:#333}.invite-link-input:focus{outline:none;border-color:#007bff}.copy-btn{padding:.75rem 1.5rem;white-space:nowrap}.invite-email-form{margin:0}.invitations-list{margin-top:1rem}.invitation-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.invitation-item:last-child{border-bottom:none}.invitation-info{display:flex;flex-direction:column;gap:.25rem}.invitation-email{font-weight:500;color:#333}.invitation-link-label{color:#666;font-style:italic}.invitation-date{font-size:.75rem;color:#999}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:capitalize}.status-badge.pending{background-color:#fff3cd;color:#856404}.status-badge.sent{background-color:#d1ecf1;color:#0c5460}.status-badge.accepted{background-color:#d4edda;color:#155724}.invite-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:500}@media (max-width:768px){.invite-stats{grid-template-columns:1fr}.invite-link-box{flex-direction:column}.invite-section{padding:1.25rem}.invitation-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.declined-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.declined-intro{background:#f8f9fa;border-left:4px solid #1a1a2e;padding:1.25rem 1.5rem;margin-bottom:2rem;border-radius:0 8px 8px 0}.declined-intro p{color:#444;margin:0;line-height:1.6}.declined-empty{text-align:center;padding:4rem 2rem;background:white;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.06)}.declined-empty .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.declined-empty h2{color:#1a1a2e;margin-bottom:.5rem}.declined-empty p{color:#666;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.declined-list{display:flex;flex-direction:column;gap:1.5rem}.declined-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.06);border:1px solid #e0e0e0}.declined-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.declined-badge{background:#dc3545;color:white;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.declined-votes{color:#666;font-size:.875rem}.declined-topic{font-size:1.25rem;color:#1a1a2e;margin-bottom:1.5rem;line-height:1.4}.declined-participants{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.declined-participant{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;flex:1 1;max-width:250px}.declined-participant.decliner{background:#fff5f5;border:1px solid #fed7d7}.declined-participant.accepter{background:#f0fff4;border:1px solid #c6f6d5}.declined-participant .participant-avatar{width:48px;height:48px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.declined-participant .participant-avatar img{width:100%;height:100%;object-fit:cover}.declined-participant .participant-avatar span{font-size:1.25rem;font-weight:600;color:#666}.declined-participant .participant-info{display:flex;flex-direction:column;gap:.25rem}.declined-participant .participant-name{font-weight:600;color:#1a1a2e}.declined-participant .participant-status{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.declined-participant .status-declined{color:#dc3545}.declined-participant .status-accepted{color:#28a745}.vs-divider{color:#999;font-weight:600;font-size:.875rem;text-transform:uppercase}.declined-footer{text-align:center;padding-top:1rem;border-top:1px solid #eee}.declined-date{color:#999;font-size:.8125rem}.declined-cta{text-align:center;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:white}.declined-cta h2{margin-bottom:.5rem}.declined-cta p{margin-bottom:1.5rem;opacity:.9}.declined-cta .btn-primary{background:white;color:#667eea}.declined-cta .btn-primary:hover{background:#f0f0f0}@media (max-width:768px){.declined-participants{flex-direction:column;gap:.5rem}.declined-participant{max-width:100%;width:100%}.vs-divider{padding:.25rem 0}.declined-header{flex-direction:column;gap:.5rem;align-items:flex-start}}.how-it-works-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.hiw-intro{background:#f8f9fa;border-radius:12px;padding:1.5rem 2rem;font-size:1.125rem;line-height:1.7;color:#444}.hiw-funnel,.hiw-intro{margin-bottom:3rem}.funnel-step{display:flex;gap:1.5rem;background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.06);margin-bottom:0}.funnel-step.funded{background:linear-gradient(135deg,#d4edda,#c3e6cb)}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content{flex:1 1}.step-content h2{margin:0 0 .25rem;font-size:1.5rem;color:#1a1a2e}.step-subtitle{color:#666;margin-bottom:1rem;font-size:1rem}.step-details p{margin-bottom:1rem;line-height:1.6}.step-details ul{margin:0 0 1rem;padding-left:1.25rem}.step-details li{margin-bottom:.5rem;line-height:1.5}.threshold-box{background:#e7f3ff;border:1px solid #b3d7ff;border-radius:8px;padding:.75rem 1rem;color:#0056b3}.tiers-preview{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.tier-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:12px;font-size:.6875rem;font-weight:600;white-space:nowrap;vertical-align:middle;line-height:1.4}.tier-badge.tier-md{padding:.1875rem .625rem;font-size:.75rem}.tier-icon{display:inline-flex;align-items:center}.tier-contender{background-color:#fef3c7;color:#92400e}.tier-veteran{background-color:#dbeafe;color:#1e40af}.tier-champion{background-color:#d1fae5;color:#065f46}.tier-debate-god{background:linear-gradient(135deg,#e9d5ff,#c4b5fd);color:#5b21b6;font-weight:700}.funnel-arrow{display:flex;justify-content:center;padding:1rem 0;color:#ccc}.funnel-arrow svg{width:32px;height:32px}.hiw-section{margin-bottom:3rem}.hiw-section h2{font-size:1.5rem;margin-bottom:1rem;color:#1a1a2e}.hiw-section p{line-height:1.7;margin-bottom:1rem}.hiw-section ul{padding-left:1.25rem;margin-bottom:1rem}.hiw-section li{margin-bottom:.5rem;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.benefit-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.06)}.benefit-icon{font-size:2rem;margin-bottom:.75rem}.benefit-card h3{font-size:1.125rem;margin-bottom:.5rem;color:#1a1a2e}.benefit-card p{color:#666;font-size:.9375rem;margin:0}.hiw-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2.5rem;text-align:center;color:white}.hiw-cta h2{color:white;margin-bottom:.5rem}.hiw-cta p{opacity:.9;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.hiw-cta .btn-primary{background:white;color:#667eea}.hiw-cta .btn-secondary{background:transparent;border:2px solid white;color:white}@media (max-width:768px){.funnel-step{flex-direction:column;text-align:center}.step-number{margin:0 auto}.step-details ul{text-align:left}.benefits-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}}.funding-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.funding-header{text-align:center;margin-bottom:2rem}.back-link{display:inline-block;color:#666;text-decoration:none;margin-bottom:1rem;font-size:.875rem}.back-link:hover{color:#333}.funding-header h1{font-size:2rem;margin-bottom:1.5rem;color:#1a1a2e}.funding-participants{display:flex;align-items:center;justify-content:center;gap:1.5rem}.funding-participant{display:flex;align-items:center;gap:.75rem}.funding-participant .participant-avatar{width:48px;height:48px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;overflow:hidden}.funding-participant .participant-avatar img{width:100%;height:100%;object-fit:cover}.funding-participant .participant-avatar span{font-size:1.25rem;font-weight:600;color:#666}.funding-participants .vs{color:#999;font-weight:600;text-transform:uppercase;font-size:.875rem}.funding-social-proof{text-align:center;margin-bottom:2rem}.funding-social-proof .vote-count{background:#e7f3ff;color:#0056b3;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.funding-content{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.06)}.funding-content,.funding-progress-section{margin-bottom:2rem}.funding-progress{background:#f8f9fa;border-radius:12px;padding:1.5rem}.progress-bar-container{height:12px;background:#e0e0e0;border-radius:6px;overflow:hidden;margin-bottom:1rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:6px;transition:width .3s ease}.progress-stats{display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-stats .stat{text-align:center}.progress-stats .stat-value{display:block;font-size:1.5rem;font-weight:700;color:#1a1a2e}.progress-stats .stat-label{font-size:.75rem;color:#666;text-transform:uppercase}.progress-percent{text-align:center;font-size:1.125rem;font-weight:600;color:#667eea}.tier-selection h2{font-size:1.25rem;margin-bottom:1.5rem;color:#1a1a2e}.tiers-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.tier-card{border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s}.tier-card.selected,.tier-card:hover{border-color:#667eea}.tier-card.selected{background:#f0f4ff}.tier-price{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin-bottom:.25rem}.tier-name{font-size:1.125rem;font-weight:600;color:#667eea;margin-bottom:.5rem}.tier-description{color:#666;font-size:.875rem;margin-bottom:1rem}.tier-rewards{list-style:none;padding:0;margin:0 0 1rem}.tier-rewards li{font-size:.8125rem;color:#444;padding:.25rem 0 .25rem 1.25rem;position:relative}.tier-rewards li:before{content:"✓";position:absolute;left:0;color:#28a745}.tier-card .btn{width:100%}.custom-amount-section{text-align:center;padding-top:1.5rem;border-top:1px solid #e0e0e0}.custom-amount-section h3{font-size:1rem;color:#666;margin-bottom:1rem}.custom-amount-input{display:inline-flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.custom-amount-input .currency-symbol{padding:.75rem 1rem;background:#f8f9fa;color:#666;font-size:1.25rem}.custom-amount-input input{border:none;padding:.75rem 1rem;font-size:1.25rem;width:120px;outline:none}.custom-amount-note{font-size:.75rem;color:#999;margin-top:.5rem}.pledge-action{text-align:center;padding-top:1.5rem;border-top:1px solid #e0e0e0}.btn-large{padding:1rem 3rem;font-size:1.125rem}.pledge-disclaimer{font-size:.8125rem;color:#666;margin-top:1rem}.funding-success{text-align:center;padding:3rem 2rem;background:white;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.06)}.success-icon{font-size:4rem;margin-bottom:1rem}.funding-success h2{color:#28a745;margin-bottom:1rem}.funding-success p{color:#666;margin-bottom:1rem}.existing-pledge{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.06)}.pledge-confirmation{text-align:center;padding-bottom:2rem;border-bottom:1px solid #e0e0e0;margin-bottom:2rem}.pledge-confirmation h2{color:#28a745;margin-bottom:1rem}.pledge-details{margin-bottom:1rem}.pledge-amount{font-size:2rem;font-weight:700;color:#1a1a2e}.pledge-tier{display:block;color:#667eea;font-weight:600}.funding-closed{text-align:center;padding:2rem}.funding-faq{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.06)}.funding-faq h2{font-size:1.25rem;color:#1a1a2e}.faq-item,.funding-faq h2{margin-bottom:1.5rem}.faq-item:last-child{margin-bottom:0}.faq-item h3{font-size:1rem;color:#1a1a2e;margin-bottom:.5rem}.faq-item p{color:#666;font-size:.9375rem;line-height:1.6;margin:0}details.faq-item{background:white;border-radius:12px;padding:0;box-shadow:0 2px 4px rgba(0,0,0,.06);border:1px solid #eee;overflow:hidden}details.faq-item summary.faq-question{padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:#1a1a2e;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}details.faq-item summary.faq-question::-webkit-details-marker{display:none}details.faq-item summary.faq-question:after{content:"+";font-size:1.25rem;font-weight:300;color:#999;transition:transform .2s;flex-shrink:0;margin-left:1rem}details.faq-item[open] summary.faq-question:after{content:"-"}details.faq-item .faq-answer{padding:0 1.5rem 1.25rem;color:#666;font-size:.9375rem;line-height:1.65;margin:0}@media (max-width:768px){.funding-participants{flex-direction:column;gap:.5rem}.tiers-grid{grid-template-columns:1fr}.progress-stats{flex-direction:column;gap:1rem}}.admin-page{max-width:1000px;margin:0 auto;padding:2rem 1rem}.admin-section{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.06);margin-bottom:2rem}.admin-section h2{font-size:1.25rem;margin-bottom:.5rem;color:#1a1a2e}.section-subtitle{color:#666;margin-bottom:1.5rem}.empty-state{text-align:center;padding:2rem;color:#666}.campaigns-list,.eligible-list{display:flex;flex-direction:column;gap:1rem}.campaign-card,.eligible-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.campaign-info h3,.eligible-info h3{font-size:1.125rem;margin-bottom:.5rem;color:#1a1a2e}.campaign-info .participants,.eligible-info .participants{color:#666;font-size:.875rem;margin-bottom:.75rem}.eligible-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.vote-badge{background:#28a745;color:white;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.eligible-meta .date{color:#999;font-size:.8125rem}.activation-form{border-top:1px solid #e0e0e0;padding-top:1rem;margin-top:1rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row label{flex:1 1;font-size:.875rem;color:#666}.form-row input{display:block;width:100%;margin-top:.25rem;padding:.5rem;border:1px solid #ddd;border-radius:4px}.campaign-progress{margin:1rem 0}.campaign-progress .progress-text{font-size:.875rem;color:#666;margin-top:.5rem}.campaign-meta{display:flex;gap:1.5rem;color:#666;font-size:.875rem;margin-bottom:1rem}@media (max-width:768px){.form-row{flex-direction:column}}.blog-page{max-width:1000px;margin:0 auto;padding:2rem 1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.blog-card{background:white;border-radius:12px;padding:1.75rem;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #eee;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.blog-tag{background:#e7f3ff;color:#0056b3;padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:lowercase}.blog-card-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem;line-height:1.35}.blog-card-excerpt{color:#666;font-size:.9375rem;line-height:1.55;margin-bottom:1rem;flex:1 1}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid #f0f0f0}.blog-card-date{color:#999;font-size:.8125rem}.blog-card-read{color:#007bff;font-size:.8125rem;font-weight:500}.blog-article{max-width:800px;margin:0 auto;padding:2rem 1rem 4rem}.blog-back-link{display:inline-block;color:#666;text-decoration:none;margin-bottom:1.5rem;font-size:.875rem}.blog-back-link:hover{color:#333}.blog-article-header{margin-bottom:2.5rem}.blog-article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.blog-article-header h1{font-size:2.25rem;font-weight:700;color:#1a1a2e;line-height:1.25;margin-bottom:.75rem}.blog-article-meta{display:flex;align-items:center;gap:1.25rem;color:#999;font-size:.9375rem}.blog-article-reading-time{color:#999;font-size:.875rem}.blog-article-date{color:#999;font-size:.9375rem}.blog-content{font-size:1.0625rem;line-height:1.8;color:#333}.blog-content h2{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin:2.5rem 0 1rem}.blog-content h3{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:2rem 0 .75rem}.blog-content p{margin-bottom:1.25rem}.blog-content ol,.blog-content ul{margin:1rem 0 1.25rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;line-height:1.7}.blog-content strong{color:#1a1a2e}.blog-content a{color:#007bff;text-decoration:underline}.blog-content a:hover{color:#0056b3}.blog-content blockquote{border-left:4px solid #667eea;padding:.75rem 1.25rem;margin:1.5rem 0;background:#f8f9fa;border-radius:0 8px 8px 0;color:#444}.blog-content hr{border:none;border-top:1px solid #e0e0e0;margin:2rem 0}.blog-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2.5rem;text-align:center;color:white;margin-top:3rem}.blog-cta h2{color:white;font-size:1.5rem;margin-bottom:.75rem}.blog-cta p{opacity:.9;margin-bottom:1.5rem;font-size:1.0625rem}.blog-cta .btn-primary{background:white;color:#667eea}.blog-cta .btn-primary:hover{background:#f0f0f0}@media (max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-article-header h1{font-size:1.75rem}.blog-cta{padding:2rem 1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:white;border-radius:12px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}.modal-header h2{font-size:1.25rem;margin:0;color:#1a1a2e}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.25rem .5rem;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:1.5rem;overflow-y:auto;flex:1 1}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;flex-shrink:0}.agreement-context{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1rem}.agreement-context p{margin:0 0 .25rem;color:#333;font-size:.9375rem}.agreement-context p:last-child{margin-bottom:0}.agreement-intro{color:#666;font-size:.9375rem;margin-bottom:1rem}.agreement-scroll{max-height:350px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;background:#fafafa}.agreement-section{margin-bottom:1.25rem}.agreement-section:last-child{margin-bottom:0}.agreement-section h3{font-size:.9375rem;color:#1a1a2e;margin-bottom:.5rem}.agreement-section p{font-size:.875rem;color:#444;line-height:1.6;margin:0}.agreement-footer{display:flex;flex-direction:column;gap:1rem}.agreement-checkbox-group,.agreement-checkbox-label{display:flex;align-items:flex-start}.agreement-checkbox-label{gap:.5rem;font-size:.875rem;color:#333;cursor:pointer}.agreement-checkbox-label input[type=checkbox]{margin-top:.2rem;flex-shrink:0}.agreement-actions{display:flex;justify-content:flex-end;gap:.75rem}.tos-checkbox-group{margin-bottom:1.25rem}.tos-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#444;cursor:pointer;line-height:1.5}.tos-checkbox-label input[type=checkbox]{margin-top:.25rem;flex-shrink:0}.tos-checkbox-label .link-button,.tos-checkbox-label a{font-size:.8125rem}@media (max-width:768px){.modal-content{max-height:95vh}.agreement-scroll{max-height:250px}.agreement-actions{flex-direction:column}.agreement-actions .btn{width:100%;text-align:center}}.star-rating{display:inline-flex;gap:.25rem}.star-button{background:none;border:none;cursor:pointer;padding:0;color:#d1d5db;font-size:1.5rem;line-height:1;transition:color .15s}.star-button.filled{color:#f59e0b}.star-button:hover{color:#fbbf24}.star-button.readonly{cursor:default}.star-button.readonly:hover{color:#d1d5db}.star-button.readonly.filled:hover{color:#f59e0b}.feedback-section{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.feedback-section,.feedback-section h3{margin-bottom:1rem}.feedback-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.feedback-metric{text-align:center;padding:1rem;background:#f8f9fa;border-radius:8px}.feedback-metric .metric-value{display:block;font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.25rem}.feedback-metric .metric-label{color:#666;font-size:.8125rem}.feedback-form{border-top:1px solid #e0e0e0;padding-top:1.5rem}.feedback-form h4{font-size:1rem}.feedback-field,.feedback-form h4{margin-bottom:1rem}.feedback-field label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9375rem}.watch-again-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem}.watch-again-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer}