*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#213547;background-color:#114345;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}a{text-decoration:none}button{font-family:inherit}.header{background:#114345;color:#fff;padding:0;box-shadow:0 2px 10px #0000001a}.header .container{max-width:100%;margin:0;padding:0;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;transition:opacity .3s}.logo:hover{opacity:.9}.logo-image{height:40px;width:auto;object-fit:contain;display:block}.logo-mobile{display:none}.nav{display:flex;gap:2rem;margin-right:1.5rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-link:hover{opacity:.8}@media(max-width:768px){.header{padding:0}.header .container{flex-direction:column;gap:.5rem;align-items:center}.logo{justify-content:center;width:100%}.logo-desktop{display:none}.logo-mobile{display:block;margin:0 auto}.nav{gap:1rem;margin-right:0;justify-content:center}}.footer{background-color:#2d3748;color:#fff;padding:2rem 0;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-links{margin-bottom:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem}.footer-link{color:#a0aec0;text-decoration:none;transition:color .3s}.footer-link:hover{color:#fff}.footer-separator{color:#4a5568;margin:0 .25rem}.home{min-height:calc(100vh - 200px)}.hero{padding:0;text-align:center;line-height:0}.hero-wrapper{position:relative;display:block;width:100%}.hero-banner{width:100%;height:auto;display:block}.hero-button{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:1}.hero-button:hover{transform:translate(-50%) translateY(-3px)}.hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;background-color:#fff;color:#667eea;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .3s,box-shadow .3s}.cta-button:hover{box-shadow:0 4px 12px #0003}.cta-button.secondary{background-color:#ea367f;color:#fff}.cta-button.secondary:hover{background-color:#d42e6f}.content-area{background:url(/bg_content.jpg) center center / cover no-repeat;margin:0;padding:0}.info-section{padding:4rem 0;background-color:transparent}.info-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-card{background:#ea367f;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.info-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.info-card-link{cursor:pointer;text-decoration:none}.info-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.info-card p{color:#ffffffe6;line-height:1.6}.rules-preview{padding:4rem 0;text-align:center;background-color:transparent}.rules-preview h2{font-size:2.5rem;margin-bottom:1.5rem;color:#fff}.rules-preview p{font-size:1.1rem;color:#e2e8f0;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.rules-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.info-section h2,.rules-preview h2{font-size:2rem}.info-grid{grid-template-columns:1fr}}.register{min-height:calc(100vh - 200px);padding:3rem 0;background-color:#f7fafc}.page-title{text-align:center;font-size:2.5rem;color:#2d3748;margin-bottom:2rem}.registration-form{max-width:700px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:500;font-size:1rem}.required{color:#e53e3e}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=url],.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group input.error,.form-group textarea.error{border-color:#e53e3e}.error-message{display:block;color:#e53e3e;font-size:.875rem;margin-top:.25rem}.radio-group{display:flex;gap:2rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.radio-label input[type=radio]{width:auto;margin:0;cursor:pointer}.rules-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e2e8f0}.rules-label{font-size:1.2rem;margin-bottom:1rem}.rules-text{background-color:#f7fafc;padding:1.5rem;border-radius:8px;max-height:450px;overflow-y:auto;margin-bottom:1rem;border:1px solid #e2e8f0}.rules-text h3{color:#2d3748;margin-bottom:.75rem;font-size:1.2rem}.rules-text .rules-intro{color:#4a5568;margin-bottom:1rem;font-style:italic}.rules-text ol{color:#4a5568;line-height:1.8;padding-left:1.5rem}.rules-text li{margin-bottom:1rem}.rules-text li strong{color:#2d3748}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400;margin-top:1rem}.checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer;width:18px;height:18px}.submit-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .3s,box-shadow .3s;margin-top:1rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-button:disabled:hover{transform:none;box-shadow:none}.success-message{max-width:600px;margin:4rem auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center}.success-message h2{color:#48bb78;font-size:2rem;margin-bottom:1rem}.success-message p{color:#4a5568;font-size:1.1rem;margin-bottom:.5rem}.success-message .email-note{color:#a0aec0;font-size:.95rem;margin-top:1rem}.registration-closed{max-width:640px;margin:3rem auto;background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center;border-top:4px solid #ed8936}.registration-closed-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1.25rem;background:#fffaf0;color:#c05621;border-radius:50%;font-size:1.75rem;font-weight:700;line-height:1}.registration-closed-title{color:#2d3748;font-size:1.85rem;margin-bottom:1rem}.registration-closed-lead{color:#4a5568;font-size:1.15rem;line-height:1.6;margin-bottom:1rem}.registration-closed-note{color:#718096;font-size:1rem;line-height:1.6;margin-bottom:1.75rem}.registration-closed-link{display:inline-block;color:#667eea;font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border:2px solid #667eea;border-radius:8px;transition:background .2s,color .2s}.registration-closed-link:hover{background:#667eea;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.registration-form{padding:1.5rem}.page-title{font-size:2rem}.radio-group{flex-direction:column;gap:1rem}}.team-listings{min-height:calc(100vh - 200px);padding:3rem 0;background-color:#f7fafc}.team-listings .page-title{text-align:center;font-size:2.5rem;color:#2d3748;margin-bottom:.5rem}.team-listings .page-subtitle{text-align:center;color:#4a5568;font-size:1.1rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.loading-state,.error-state,.empty-state{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.loading-state p,.error-state p,.empty-state p{color:#4a5568;margin:.5rem 0}.error-state p{color:#e53e3e}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.listing-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s,transform .3s}.listing-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.listing-name{font-size:1.25rem;color:#2d3748;margin-bottom:.75rem;font-weight:600}.listing-description{color:#4a5568;line-height:1.6;margin-bottom:1rem;white-space:pre-wrap}.listing-email{display:inline-block;color:#667eea;text-decoration:none;font-weight:500;transition:color .3s}.listing-email:hover{color:#5a67d8}@media(max-width:768px){.team-listings .page-title{font-size:2rem}.listings-grid{grid-template-columns:1fr}}.voting-page{min-height:calc(100vh - 200px);padding:3rem 0;background-color:#f7fafc}.voting-container{max-width:640px}.voting-lead{text-align:center;color:#4a5568;margin-bottom:2rem;line-height:1.6}.voting-muted{color:#718096;text-align:center}.voting-center{text-align:center;margin-top:1rem}.voting-error{background:#fff5f5;border:1px solid #feb2b2;color:#c53030;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem}.voting-error-center{text-align:center;margin-top:1rem}.voting-idle{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #00000014;text-align:center}.voting-idle-title{font-size:1.25rem;color:#2d3748;margin-bottom:.75rem;font-weight:600}.voting-success{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #00000014;text-align:center}.voting-success-icon{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border-radius:50%;font-size:2rem;line-height:64px;font-weight:700}.voting-success-title{font-size:1.75rem;color:#2d3748;margin-bottom:.75rem}.voting-team-reminder{margin-top:1.25rem;color:#4a5568}.voting-team-card{background:#fff;padding:1.75rem;border-radius:12px;box-shadow:0 4px 16px #00000014;margin-bottom:1.75rem;text-align:center;border:2px solid #667eea}.voting-team-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#718096;margin-bottom:.5rem}.voting-team-name{font-size:1.75rem;font-weight:700;color:#2d3748}.voting-score-hint{text-align:center;font-weight:600;color:#2d3748;margin-bottom:1rem}.voting-score-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}@media(max-width:520px){.voting-score-grid{grid-template-columns:repeat(3,1fr)}.voting-score-grid .voting-score-btn:last-child{grid-column:1 / -1}}.voting-score-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:88px;padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .2s,background .2s,transform .15s}.voting-score-btn:hover:not(:disabled){border-color:#667eea;background:#f7fafc;transform:translateY(-2px)}.voting-score-btn:disabled{opacity:.6;cursor:not-allowed}.voting-score-num{font-size:1.75rem;font-weight:800;color:#2d3748}.voting-score-sub{font-size:.65rem;color:#718096;margin-top:.25rem;min-height:1em}.admin-voting{min-height:calc(100vh - 200px);padding:3rem 0;background-color:#2d3748}.admin-voting .page-title{color:#f7fafc}.admin-voting-inner{max-width:560px}.admin-voting-warn{font-size:.875rem;color:#cbd5e0;line-height:1.5;margin-bottom:1.5rem;padding:1rem;background:#0003;border-radius:8px;border:1px solid #4a5568}.admin-voting-error{background:#742a2a;color:#fed7d7;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.admin-voting-error code{background:#00000040;padding:.1em .35em;border-radius:4px}.admin-voting-status,.admin-voting-form{background:#f7fafc;padding:1.75rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 20px #00000026}.admin-voting-h2{font-size:1.1rem;color:#2d3748;margin-bottom:1rem}.admin-voting-muted{color:#718096}.admin-voting-live p{margin-bottom:.5rem;color:#2d3748}.admin-voting-session-id{font-size:.8rem;word-break:break-all;color:#4a5568}.admin-voting-session-id code{font-size:.75rem}.admin-voting-label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem}.admin-voting-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-bottom:1rem}.admin-voting-input:focus{outline:none;border-color:#667eea}.admin-voting-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;font-size:1rem}.admin-voting-btn:disabled{opacity:.55;cursor:not-allowed}.admin-voting-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:100%}.admin-voting-btn-danger{background:#e53e3e;color:#fff;margin-top:.75rem}.admin-voting-message{color:#e2e8f0;line-height:1.5;text-align:center}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
