*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}html,body,#root{margin:0;padding:0;min-height:100vh;width:100%}body{background:linear-gradient(135deg,#1a1a1a,#2d1f3d,#1a1a1a);background-attachment:fixed}a{color:gold;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}input,textarea,select,button{font-family:inherit;font-size:16px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:768px){html{font-size:16px}}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px}.toast{padding:14px 20px;border-radius:8px;color:#fff;font-weight:500;box-shadow:0 4px 12px #0000004d;animation:slideIn .3s ease;max-width:350px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background:#28a745}.toast-error{background:#dc3545}.toast-warning{background:#ffc107;color:#333}.toast-info{background:#17a2b8}.header{text-align:center;padding:24px 16px;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,transparent 100%)}.header-compact{padding:16px}.header-logo{max-width:280px;max-height:120px;width:auto;height:auto}.header-compact .header-logo{max-width:200px;max-height:80px}.header-title{font-size:28px;font-weight:700;color:gold;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.header-compact .header-title{font-size:22px}.header-episode{font-size:18px;color:#ccc;margin-top:8px;font-weight:500}.header-compact .header-episode{font-size:14px;margin-top:4px}.app-footer{background:#0009;border-top:1px solid rgba(255,255,255,.1);padding:20px;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.footer-links a{color:#ccc;text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:gold}.footer-divider{color:#ffffff4d;font-size:12px}.footer-info{color:#888;font-size:12px}.footer-info p{margin:4px 0}.footer-info a{color:#888;text-decoration:none}.footer-info a:hover{color:gold}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-small{padding:8px 16px;font-size:14px}.btn-medium{padding:12px 24px;font-size:16px;min-height:48px}.btn-large{padding:16px 32px;font-size:18px;min-height:56px}.btn-full{width:100%}.btn-primary{background:gold;color:#1a1a1a}.btn-primary:hover:not(:disabled){background:#e6c200;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#4169e1;color:#fff}.btn-secondary:hover:not(:disabled){background:#3457c9}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333}.btn-success{background:#28a745;color:#fff}.btn-success:hover:not(:disabled){background:#218838}.btn-outline{background:transparent;border:2px solid #FFD700;color:gold}.btn-outline:hover:not(:disabled){background:#ffd7001a}.btn-ghost{background:transparent;color:#ccc}.btn-ghost:hover:not(:disabled){background:#ffffff1a;color:#fff}.btn-standing{background:#4caf50;color:#fff}.btn-standing:hover:not(:disabled){background:#43a047;transform:translateY(-1px)}.btn-online{background:#6c757d;color:#fff}.btn-online:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.landing-page{min-height:100vh;display:flex;flex-direction:column}.landing-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.landing-logo{max-width:200px;max-height:100px;margin-bottom:16px;object-fit:contain}.current-episode-badge{background:#ffd70033;color:gold;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:16px;border:1px solid rgba(255,215,0,.3)}.landing-content h2{font-size:28px;margin:0 0 8px;color:#fff}.landing-content>p{font-size:18px;color:#ccc;margin:0 0 32px}.landing-options{display:flex;flex-direction:column;gap:16px;width:100%;max-width:320px}.landing-options a{text-decoration:none}.landing-note{margin-top:40px;font-size:14px;color:#888;max-width:280px}.priority-info{margin-top:40px;padding:20px;background:#ffffff0d;border-radius:12px;max-width:320px;width:100%}.priority-info h3{margin:0 0 16px;font-size:16px;color:gold}.priority-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.priority-item{padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;text-align:left}.priority-item.vip{background:#ffd70026;color:gold}.priority-item.standard{background:#4169e126;color:#6495ed}.priority-item.standing{background:#90ee9026;color:#90ee90}.priority-item.online{background:#ffffff1a;color:#aaa}.disclaimer{font-size:12px;color:#888;font-style:italic;line-height:1.4;margin:0}.input-group{display:flex;flex-direction:column;gap:8px;width:100%}.input-label{font-size:16px;font-weight:500;color:#fff}.input-required{color:#dc3545;margin-left:4px}.input-field{width:100%;padding:14px 16px;font-size:16px;font-family:inherit;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;transition:all .2s ease;min-height:48px;box-sizing:border-box}.input-field::placeholder{color:#fff6}.input-field:focus{outline:none;border-color:gold;background:#ffffff26}.input-field:disabled{opacity:.5;cursor:not-allowed}.input-field.input-error{border-color:#dc3545}textarea.input-field{resize:vertical;min-height:120px;line-height:1.5}input[type=datetime-local].input-field{color-scheme:dark}input[type=datetime-local].input-field::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.input-error-text{font-size:14px;color:#dc3545}.input-counter{font-size:12px;color:#ffffff80;text-align:right}.card{background:#ffffff0d;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.1)}.card-vip{background:#ffd7001a;border-color:#ffd7004d}.card-standard{background:#4169e11a;border-color:#4169e14d}.card-standing{background:#8080801a;border-color:#8080804d}.card-success{background:#28a7451a;border-color:#28a7454d}.sms-verification{max-width:400px;margin:0 auto}.sms-step{display:flex;flex-direction:column;gap:16px}.sms-step h3{text-align:center;color:gold;margin:0;font-size:20px}.sms-info{text-align:center;color:#aaa;font-size:14px;margin:0}.terms-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#888;cursor:pointer}.terms-checkbox input{margin-top:2px;width:16px;height:16px;cursor:pointer}.terms-checkbox a{color:gold}.sms-actions{display:flex;flex-direction:column;gap:12px}.countdown{text-align:center;font-size:18px;font-weight:600;color:gold;padding:8px;background:#ffd7001a;border-radius:8px}.code-expired{text-align:center;font-size:14px;color:#dc3545;padding:8px;background:#dc35451a;border-radius:8px}.code-input input{text-align:center;font-size:24px;letter-spacing:8px;font-family:monospace}.resend-row{display:flex;justify-content:center;gap:16px}.sms-step.verified{text-align:center;padding:24px 0}.verified-icon{width:60px;height:60px;border-radius:50%;background:#28a745;color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.sms-step.verified h3{color:#28a745}.sms-step.verified p{color:#888;margin:0}.venue-wifi-check,.venue-wifi-blocked{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#1a1a2e,#16213e)}.wifi-checking{text-align:center;padding:40px}.wifi-spinner{width:50px;height:50px;border:4px solid rgba(255,215,0,.2);border-top-color:gold;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.wifi-blocked-content{text-align:center;padding:30px;max-width:400px}.wifi-icon{font-size:64px;margin-bottom:20px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.wifi-blocked-content h2{color:gold;font-size:24px;margin-bottom:16px}.wifi-message{color:#ccc;font-size:16px;line-height:1.5;margin-bottom:24px}.wifi-details{background:#ffd7001a;border:2px solid rgba(255,215,0,.3);border-radius:12px;padding:20px;margin-bottom:24px}.wifi-detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.wifi-detail-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.wifi-label{color:#888;font-size:14px}.wifi-value{color:#fff;font-weight:600;font-size:16px}.wifi-password{font-family:monospace;background:#ffffff1a;padding:4px 8px;border-radius:4px;letter-spacing:1px}.wifi-instructions{text-align:left;background:#ffffff0d;border-radius:12px;padding:20px;margin-bottom:24px}.wifi-instructions h3{color:#fff;font-size:16px;margin-bottom:12px}.wifi-instructions ol{color:#ccc;padding-left:20px;margin:0}.wifi-instructions li{margin-bottom:8px;line-height:1.4}.wifi-instructions strong{color:gold}.wifi-retry-btn{background:linear-gradient(135deg,gold,orange);color:#000;border:none;padding:14px 28px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.wifi-retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}.wifi-retry-btn:active{transform:translateY(0)}.submission-page{min-height:100vh;display:flex;flex-direction:column}.submission-page.submitted{background:linear-gradient(180deg,rgba(40,167,69,.1) 0%,transparent 50%)}.submission-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:16px;max-width:480px;margin:0 auto;width:100%;box-sizing:border-box}.table-badge{font-size:32px;font-weight:700;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:12px}.table-badge.vip{color:gold}.vip-tag{font-size:12px;background:gold;color:#1a1a1a;padding:4px 8px;border-radius:4px;font-weight:600}.source-badge{font-size:24px;font-weight:600;padding:12px 24px;border-radius:8px;margin-bottom:24px}.source-badge.standing{background:#80808033;color:#ccc}.source-badge.online{background:#4169e133;color:#6495ed}.submission-form{width:100%;display:flex;flex-direction:column;gap:20px}.success-message{width:100%;text-align:center;margin-bottom:16px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-icon{font-size:48px;color:#28a745;margin-bottom:12px}.submitted-details{margin-top:24px;text-align:left}.submitted-field{margin-bottom:16px}.submitted-field label{font-size:14px;color:#888;display:block;margin-bottom:4px}.submitted-field p{font-size:16px;color:#fff;margin:0;background:#0003;padding:12px;border-radius:6px}.verified-badge{background:#28a74533;color:#28a745;padding:8px 16px;border-radius:8px;text-align:center;font-weight:600;font-size:14px;border:1px solid rgba(40,167,69,.3)}.legal-checkboxes{display:flex;flex-direction:column;gap:12px;margin:16px 0;padding:16px;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;color:#ccc;line-height:1.4}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#FFD700;flex-shrink:0}.checkbox-label span{flex:1}.checkbox-label a{color:gold;text-decoration:underline}.checkbox-label a:hover{color:#fff}.already-submitted{text-align:center}.already-submitted h2{margin:16px 0 8px;color:#4caf50}.already-submitted>p{color:#aaa;margin-bottom:20px}.submitted-details{background:#ffffff0d;border-radius:8px;padding:16px;margin:16px 0;text-align:left}.submitted-details p{margin:8px 0;color:#ddd}.submitted-details .submitted-time{font-size:12px;color:#888;margin-top:12px}.one-per-note{font-size:13px;color:#888;font-style:italic;margin-top:8px}.welcome-name{font-size:24px;font-weight:600;color:gold;margin-bottom:8px}.verification-step{width:100%}.guest-info-card{margin-bottom:16px}.guest-info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.guest-info-row:last-child{border-bottom:none}.guest-info-label{color:#888}.guest-info-value{font-weight:600;color:#fff}.verified-badge{background:#4caf5033;color:#4caf50;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:16px;display:inline-block}.submission-type-toggle{display:flex;gap:12px;margin-bottom:16px}.type-option{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#ffffff0d;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s}.type-option:has(input:checked){background:#ffd7001a;border-color:gold}.type-option input{display:none}.type-label{font-size:16px;font-weight:600;color:#fff}.host-page{min-height:100vh;display:flex;flex-direction:column}.host-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#00000080;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.host-header-left h1{font-size:24px;margin:0;color:gold}.host-episode{font-size:14px;color:#888}.host-header-right{display:flex;align-items:center;gap:24px}.host-stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:28px;font-weight:700;color:#fff}.stat-label{font-size:12px;color:#888;text-transform:uppercase}.system-status{padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}.system-status.open{background:#28a745;color:#fff;animation:pulse 2s infinite}.system-status.closed{background:#dc3545;color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.host-map-section{padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.host-map-section h2{margin:0 0 16px;font-size:18px;color:#ccc}.host-map-container{overflow:auto;max-width:100%}.host-map{position:relative;background-size:contain;background-repeat:no-repeat;background-position:center;margin:0 auto}.map-table{position:absolute;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s ease;transform-origin:center}.map-table.vip{background:gold;color:#1a1a1a}.map-table.standard{background:#4169e1;color:#fff}.map-table.submitted{opacity:.4;filter:grayscale(80%)}.host-questions{flex:1;padding:24px}.question-section{margin-bottom:32px}.question-section h2{font-size:20px;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid currentColor}.question-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.question-card{animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.table-number{font-size:18px;font-weight:700}.source-tag{font-size:12px;padding:4px 8px;border-radius:4px;font-weight:600}.source-tag.standing{background:#8080804d;color:#ccc}.source-tag.online{background:#4169e14d;color:#6495ed}.question-time{font-size:12px;color:#888}.question-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.question-location{font-weight:400;color:#888}.question-text{font-size:15px;color:#ddd;line-height:1.5}.no-questions{text-align:center;padding:60px 20px;color:#888}.no-questions p{font-size:24px;margin:0 0 8px;color:#666}.host-footer{padding:12px;text-align:center;font-size:12px;color:#666;border-top:1px solid rgba(255,255,255,.1)}@media print{.host-header,.host-map-section,.host-footer{display:none}.question-card{break-inside:avoid;page-break-inside:avoid}}.seat-map-container{display:flex;flex-direction:column;gap:16px}.seat-map-toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff0d;border-radius:8px;flex-wrap:wrap;gap:12px}.toolbar-left,.toolbar-center,.toolbar-right{display:flex;align-items:center;gap:12px}.scale-control{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px}.scale-control input[type=range]{width:100px;cursor:pointer}.place-mode-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;color:#fff;font-weight:500}.place-mode-toggle input{width:18px;height:18px;cursor:pointer}.toolbar-right select{padding:8px 12px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:14px}.seat-map-legend{display:flex;gap:24px;padding:8px 12px;background:#ffffff0d;border-radius:8px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px;color:#ccc;font-size:14px}.legend-color{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.seat-map-canvas{position:relative;width:100%;min-height:900px;background-color:#0000004d;background-size:contain;background-position:center top;background-repeat:no-repeat;border-radius:8px;border:2px dashed rgba(255,255,255,.2);overflow:hidden}.seat-map-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#888}.seat-map-placeholder p{margin:8px 0}.seat-marker{position:absolute;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8);cursor:grab;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 6px #00000080;transition:box-shadow .1s;-webkit-user-select:none;user-select:none}.seat-marker:hover{box-shadow:0 3px 10px #00000080;z-index:5}.seat-marker.selected{border-color:#fff;box-shadow:0 0 0 3px #fff9,0 4px 12px #0006;z-index:10}.seat-marker.dragging{cursor:grabbing;opacity:.9;z-index:20}.seat-editor{padding:16px;background:#ffffff1a;border-radius:8px;max-width:400px}.seat-editor h4{margin:0 0 16px;color:#fff}.seat-editor-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.seat-editor-row label{min-width:60px;color:#ccc}.seat-editor-row select,.seat-editor-row input{flex:1;padding:8px 12px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:14px}.seat-editor-row input::placeholder{color:#888}.seat-editor-actions{display:flex;gap:12px;margin-top:16px}.place-mode-hint{padding:12px;background:#4a90d933;border:1px solid rgba(74,144,217,.5);border-radius:8px;color:#4a90d9;text-align:center;font-weight:500}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.admin-login .card{width:100%;max-width:400px}.admin-login h1{margin:0 0 24px;text-align:center;color:gold}.admin-login form{display:flex;flex-direction:column;gap:16px}.admin-page{min-height:100vh;display:flex;flex-direction:column}.admin-header{background:#00000080;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.admin-header h1{margin:0 0 16px;color:gold;font-size:24px}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{padding:8px 16px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ccc;cursor:pointer;font-size:14px;transition:all .2s}.tab:hover{background:#ffffff1a}.tab.active{background:gold;color:#1a1a1a;border-color:gold}.admin-content{flex:1;padding:24px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.admin-content h2{margin:0 0 24px;color:#fff}.admin-content h3{margin:0 0 16px;color:#ccc;font-size:16px}.admin-content .card{margin-bottom:20px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}.stat-card{text-align:center}.stat-card .stat-value{font-size:32px;font-weight:700;color:gold}.stat-card .stat-label{font-size:14px;color:#888;margin-top:4px}.system-toggle-card .toggle-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.form-row{margin-bottom:16px}.logo-preview,.map-preview{margin-bottom:16px;padding:16px;background:#0000004d;border-radius:8px;text-align:center}.logo-preview img,.map-preview img{max-width:100%;max-height:200px}.hint{font-size:12px;color:#888;margin-top:8px}.color-pickers{display:flex;flex-wrap:wrap;gap:24px}.color-picker{display:flex;align-items:center;gap:12px}.color-picker label{font-size:14px;color:#ccc}.color-picker input[type=color]{width:40px;height:40px;border:none;border-radius:8px;cursor:pointer}.color-picker span{font-size:12px;color:#888;font-family:monospace}.add-table-form{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.add-table-form .input-group{flex:1;min-width:150px}.table-actions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.table-actions-header h3{margin:0}.table-header-buttons,.bulk-actions{display:flex;gap:8px}.tables-list{display:flex;flex-direction:column;gap:8px}.table-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#ffffff0d;border-radius:8px;border-left:4px solid;flex-wrap:wrap;gap:12px}.table-row.vip{border-left-color:gold}.table-row.standard{border-left-color:#4169e1}.table-info{display:flex;align-items:center;gap:12px}.table-num{font-weight:600;font-size:16px}.type-badge{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.type-badge.vip{background:#ffd70033;color:gold}.type-badge.standard{background:#4169e133;color:#6495ed}.submitted-badge{font-size:10px;padding:2px 6px;border-radius:4px;background:#28a74533;color:#28a745}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.qr-hidden{position:absolute;left:-9999px}.questions-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;flex-wrap:wrap}.questions-filters{display:flex;gap:12px;flex:1;min-width:200px}.questions-filters .input-group{flex:1}.questions-filters select{min-width:150px}.questions-actions{display:flex;gap:8px;flex-wrap:wrap}.questions-list{display:flex;flex-direction:column;gap:12px}.question-row{padding:16px;background:#ffffff0d;border-radius:8px}.question-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.source-badge{font-size:12px;padding:4px 10px;border-radius:12px;font-weight:600}.source-badge.table.vip{background:gold;color:#000}.source-badge.table{background:#6bb3e8;color:#000}.source-badge.standing{background:#90ee90;color:#000}.source-badge.online{background:#f0f0f0;color:#333;border:2px solid #888}.type-badge{font-size:11px;padding:3px 8px;border-radius:10px;font-weight:600}.type-badge.question{background:#2196f333;color:#64b5f6}.type-badge.shoutout{background:#ff980033;color:#ffb74d}.print-checkbox{display:flex;align-items:flex-start;padding-top:4px}.print-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#4CAF50}.question-row.selected-for-print{background:#4caf501a;border-left:3px solid #4CAF50}.question-time{font-size:12px;color:#bbb}.question-info .question-name{font-weight:600;margin-bottom:4px}.question-addressed-to{font-size:13px;color:#aaa;margin-bottom:4px}.question-addressed-to strong{color:gold}.question-info .question-text{color:#ccc;line-height:1.5}.question-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.question-info{flex:1}.question-actions{display:flex;gap:8px}.question-edit{width:100%;display:flex;flex-direction:column;gap:12px}.edit-actions{display:flex;gap:8px}.danger-zone{border-color:#dc35454d;background:#dc35450d}.danger-zone h3{color:#dc3545}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-bottom:16px}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-item .stat-label{font-size:12px;color:#888}.stat-item .stat-value{font-size:18px;font-weight:600;color:#fff}.export-buttons{display:flex;gap:12px;flex-wrap:wrap}.config-info p{margin:8px 0;color:#ccc}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding:8px 0;color:#28a745;border-bottom:1px solid rgba(255,255,255,.05)}.checklist li:last-child{border-bottom:none}.code-block{background:#00000080;padding:16px;border-radius:8px;overflow-x:auto;font-size:12px;line-height:1.6;color:#ccc;white-space:pre;margin-bottom:12px}.deployment-actions{display:flex;gap:12px;flex-wrap:wrap}.no-data{text-align:center;color:#666;padding:24px}.admin-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.admin-user-info{display:flex;align-items:center;gap:12px;color:#888;font-size:14px}.admin-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#888}.emergency-bar{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.status-indicators{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.status-badge{padding:8px 16px;border-radius:6px;font-weight:600;font-size:12px}.status-badge.danger{background:#dc354533;color:#dc3545;border:1px solid rgba(220,53,69,.3)}.status-badge.warning{background:#ffc10733;color:#ffc107;border:1px solid rgba(255,193,7,.3)}.status-badge.info{background:#17a2b833;color:#17a2b8;border:1px solid rgba(23,162,184,.3)}.users-list{display:flex;flex-direction:column;gap:8px}.user-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#ffffff0d;border-radius:8px;flex-wrap:wrap;gap:12px}.user-row.suspended{opacity:.6}.user-info{display:flex;align-items:center;gap:12px}.user-name{font-weight:600}.user-email{color:#888;font-size:14px}.role-badge{font-size:10px;padding:2px 8px;border-radius:4px;font-weight:600;text-transform:uppercase}.role-badge.moderator{background:#28a74533;color:#28a745}.role-badge.host{background:#80808033;color:#aaa}.suspended-badge{font-size:10px;padding:2px 8px;border-radius:4px;background:#dc354533;color:#dc3545}.user-actions{display:flex;gap:8px;flex-wrap:wrap}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.toggle-row:last-child{border-bottom:none}.toggle-row label{color:#ccc}.toggle-row input[type=checkbox]{width:20px;height:20px;cursor:pointer}.profanity-input{display:flex;gap:8px;margin-bottom:12px}.profanity-list{display:flex;flex-wrap:wrap;gap:8px}.profanity-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#dc354533;color:#dc3545;border-radius:16px;font-size:12px}.profanity-tag button{background:none;border:none;color:inherit;cursor:pointer;padding:0;font-size:14px;line-height:1}.audit-list{display:flex;flex-direction:column;gap:4px;max-height:500px;overflow-y:auto}.audit-row{display:flex;gap:16px;padding:8px 12px;background:#ffffff08;border-radius:4px;font-size:13px}.audit-time{color:#666;min-width:150px}.audit-user{color:gold;min-width:100px}.audit-action{color:#ccc}.input-field.small{width:80px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h3{margin:0}.new-user-form{display:flex;flex-direction:column;gap:12px;padding:16px;background:#ffffff08;border-radius:8px;margin-bottom:16px}.user-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:16px}.template-item{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05)}.template-item h4{margin:0 0 8px;color:gold}.template-item textarea{width:100%;min-height:80px}.char-count{font-size:11px;color:#666;text-align:right;display:block;margin-top:4px}.security-summary{border-left:4px solid #dc3545}.security-events-list{display:flex;flex-direction:column;gap:8px}.security-event{display:flex;gap:12px;padding:8px 12px;background:#ffffff08;border-radius:4px;font-size:13px;align-items:center}.security-event.high{border-left:3px solid #dc3545}.security-event.medium{border-left:3px solid #ffc107}.security-event.low{border-left:3px solid #17a2b8}.event-type{font-weight:600;min-width:150px}.event-details{flex:1;color:#aaa}.event-time{color:#666;font-size:12px}.rate-limit-settings{display:flex;flex-direction:column;gap:12px}.rate-limit-row{display:flex;justify-content:space-between;align-items:center}.rate-limit-row label{color:#ccc}.blocked-ips-list{display:flex;flex-direction:column;gap:8px}.blocked-ip-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff08;border-radius:6px}.ip-info{display:flex;flex-direction:column;gap:4px}.ip-address{font-family:monospace;font-weight:600}.ip-reason{color:#888;font-size:13px}.ip-time{color:#666;font-size:12px}.moderation-queue{margin-bottom:24px;padding:16px;background:#ffc1071a;border:1px solid rgba(255,193,7,.2);border-radius:8px}.moderation-queue h4{margin:0 0 12px;color:#ffc107}.moderation-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#0003;border-radius:6px;margin-bottom:8px}.moderation-item:last-child{margin-bottom:0}.moderation-actions{display:flex;gap:8px}.question-row.hidden{opacity:.5}.question-row.flagged{border-left:3px solid #ffc107}.hidden-badge,.flagged-badge{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.hidden-badge{background:#80808033;color:#888}.flagged-badge{background:#ffc10733;color:#ffc107}@media(max-width:768px){.admin-content{padding:16px}.admin-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.tab{white-space:nowrap}.table-row{flex-direction:column;align-items:flex-start}.table-actions{width:100%}.questions-header{flex-direction:column}.questions-filters{flex-direction:column;width:100%}.admin-header-top{flex-direction:column;align-items:flex-start;gap:8px}.emergency-bar{flex-direction:column}.emergency-bar button{width:100%}}.help-text{color:#888;font-size:13px;margin-bottom:16px}.legal-pages-list{display:flex;flex-direction:column;gap:20px}.legal-page-item{padding:16px;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.legal-page-item h4{margin:0 0 8px;color:gold}.legal-page-item p{margin:0 0 12px}.legal-page-item a{color:#6bb3e8;text-decoration:none}.legal-page-item a:hover{text-decoration:underline}.episode-selector{display:flex;flex-direction:column;gap:12px}.episode-dropdown{font-size:16px;padding:12px 16px;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;width:100%;max-width:400px}.episode-dropdown:hover{border-color:gold}.episode-dropdown:focus{outline:none;border-color:gold;box-shadow:0 0 0 2px #ffd70033}.episode-dropdown option{background:#1a1a1a;color:#fff;padding:8px}.episode-actions{margin-top:8px}.add-episode-form{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.add-episode-form .input-group{flex:1;min-width:200px}.episode-note{margin-top:12px;font-size:13px;color:#888;font-style:italic}.seatmap-overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.seatmap-overview-header h3{margin:0}.seatmap-overview-controls{display:flex;gap:8px}.seatmap-overview-legend{display:flex;gap:20px;margin-bottom:12px;flex-wrap:wrap}.seatmap-overview-legend .legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#ccc}.seatmap-overview-legend .legend-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.seatmap-overview-canvas{position:relative;width:100%;min-height:900px;background-color:#0000004d;border-radius:8px;background-size:contain;background-position:center top;background-repeat:no-repeat;overflow:hidden}.seatmap-overview-canvas.rotate-0{transform:rotate(0)}.seatmap-overview-canvas.rotate-90{transform:rotate(90deg);transform-origin:center center}.seatmap-overview-canvas.rotate-180{transform:rotate(180deg)}.seatmap-overview-canvas.rotate-270{transform:rotate(270deg);transform-origin:center center}.overview-seat{position:absolute;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#000;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.5);cursor:default;transition:all .2s;text-shadow:0 0 2px rgba(255,255,255,.5)}.overview-seat.submitted{animation:pulse-green 2s infinite}.overview-seat .check-mark{position:absolute;bottom:-4px;right:-4px;font-size:12px;background:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#4caf50}@keyframes pulse-green{0%,to{box-shadow:0 0 #4caf5066}50%{box-shadow:0 0 0 8px #4caf5000}}.no-seatmap-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#888;font-size:14px}.seatmap-overview-stats{display:flex;gap:24px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.seatmap-overview-stats span{font-size:13px}.api-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.api-status-item{display:flex;flex-direction:column;gap:8px;padding:16px;background:#ffffff0d;border-radius:8px}.api-status-item .api-label{font-weight:600;font-size:14px;color:#fff}.api-status{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;display:inline-block}.api-status.status-connected{background:#4caf5033;color:#4caf50}.api-status.status-checking{background:#ffc10733;color:#ffc107}.api-status.status-disabled{background:#9e9e9e33;color:#9e9e9e}.api-status.status-not_configured,.api-status.status-invalid_key{background:#f4433633;color:#f44336}.api-status.status-error,.api-status.status-network_error{background:#ff980033;color:#ff9800}.api-error{font-size:12px;color:#f44336;margin-top:4px}.api-account{font-size:11px;color:#888;margin-top:2px}.test-section{display:flex;gap:12px;align-items:flex-end;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.test-section .input-group{flex:1}.template-item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.template-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.template-item h4{margin:0 0 8px;color:#ccc}.domain-input-row{margin-bottom:12px}.current-domain{font-size:13px;color:#888;margin-top:8px}.current-domain strong{color:gold;word-break:break-all}.backup-actions{margin:16px 0}.backup-list{margin-top:20px}.backup-list h4{margin:0 0 12px;color:#aaa;font-size:14px}.backup-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff0d;border-radius:8px;margin-bottom:8px}.backup-info{display:flex;flex-direction:column;gap:4px}.backup-date{font-weight:600;color:#fff}.backup-count{font-size:13px;color:#4caf50}.backup-domain{font-size:12px;color:#888;word-break:break-all}.backup-item .backup-actions{display:flex;gap:8px;margin:0}.seatmap-overview-stats strong{color:gold}.server-time-display{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffd7001a;border-radius:8px;margin-bottom:16px;border:1px solid rgba(255,215,0,.2)}.time-label{color:#888;font-size:13px}.time-value{font-family:monospace;font-size:16px;font-weight:600;color:gold}.timezone-badge{background:#ffffff1a;padding:4px 8px;border-radius:4px;font-size:11px;color:#aaa}.episode-list{margin-top:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:16px}.episode-list h4{margin:0 0 12px;font-size:14px;color:#888}.episode-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#ffffff08;border-radius:6px;margin-bottom:8px;border:1px solid transparent}.episode-item.active{background:#ffd7001a;border-color:#ffd7004d}.episode-info{display:flex;flex-direction:column;gap:4px}.episode-title{font-weight:600;color:#fff}.episode-schedule{font-size:12px;color:#4caf50}.episode-item-actions{display:flex;gap:8px}.add-episode-form{display:flex;flex-direction:column;gap:12px}.add-episode-buttons{display:flex;gap:8px}.round-controls{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#e651001a;border-radius:8px;border:1px solid rgba(230,81,0,.2)}.current-round{display:flex;align-items:center;gap:12px}.round-label{color:#888;font-size:14px}.round-number{font-size:24px;font-weight:700;color:#e65100}.round-actions{display:flex;gap:8px}.round-tag{background:#e6510033;color:#e65100;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.twofa-instructions{margin-top:16px;padding:16px;background:#ffffff0d;border-radius:8px}.twofa-instructions h4{margin:0 0 12px;color:gold;font-size:14px}.twofa-instructions ol{margin:0;padding-left:20px;color:#ccc;font-size:13px;line-height:1.8}.account-info{margin-bottom:16px}.account-info p{margin:8px 0}.account-actions{display:flex;gap:8px}.add-user-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.add-user-form .input-field{grid-column:span 1}.add-user-form button{grid-column:span 2}.user-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff08;border-radius:8px;margin-bottom:8px}.user-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.user-name{font-weight:600;color:#fff}.user-email{color:#888;font-size:13px}.twofa-status{font-size:12px;padding:2px 8px;border-radius:4px}.twofa-status.enabled{background:#4caf5033;color:#4caf50}.twofa-status.disabled{background:#ff980033;color:#ff9800}.user-actions{display:flex;gap:8px;align-items:center}.role-select{width:120px;padding:6px 8px;font-size:12px}.role-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.role-badge.master{background:#ffd70033;color:gold}.role-badge.sub-admin{background:#4169e133;color:#6495ed}.role-badge.moderator{background:#4caf5033;color:#4caf50}.role-badge.host{background:#ffffff1a;color:#aaa}.country-restrictions{margin:16px 0;padding:16px;background:#ffffff08;border-radius:8px}.country-checkboxes{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.country-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff0d;border-radius:6px;cursor:pointer;transition:background .2s}.country-checkbox:hover{background:#ffffff1a}.country-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.country-checkbox span{font-size:14px;color:#ccc}.backup-card{border-color:#4caf504d}.backup-create-section{display:flex;gap:12px;margin-bottom:16px;align-items:flex-end}.backup-create-section .input-group{flex:1}.backup-create-section button{flex-shrink:0}.backup-import-section{margin-bottom:16px}.full-backups{max-height:400px;overflow-y:auto}.full-backup-item{background:#4caf501a;border:1px solid rgba(76,175,80,.2)}.backup-name{font-weight:700;font-size:15px;color:#4caf50}.backup-stats{display:flex;gap:16px;font-size:12px;color:#aaa;margin-top:4px}.backup-stats span{display:flex;align-items:center;gap:4px}.login-page{min-height:100vh;display:flex;flex-direction:column}.login-content{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:400px}.login-card h1{text-align:center;color:gold;margin-bottom:24px;font-size:28px}.login-card form{display:flex;flex-direction:column;gap:16px}.checkbox-label{display:flex;align-items:center;gap:8px;color:#ccc;font-size:14px;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.lockout-warning{background:#dc354533;border:1px solid rgba(220,53,69,.5);border-radius:8px;padding:16px;text-align:center;margin-bottom:16px}.lockout-warning p{margin:0;color:#dc3545}.lockout-timer{font-size:24px;font-weight:700;margin-top:8px!important}.two-factor-info{color:#ccc;font-size:14px;text-align:center;margin-bottom:16px}.setup-page{min-height:100vh;display:flex;flex-direction:column}.setup-content{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.setup-card{width:100%;max-width:500px}.setup-card h1{text-align:center;color:gold;margin-bottom:8px;font-size:28px}.setup-card .setup-subtitle{text-align:center;color:#888;margin-bottom:24px}.setup-card form{display:flex;flex-direction:column;gap:16px}.password-requirements{background:#ffffff0d;border-radius:8px;padding:12px;margin-top:-8px}.password-requirements h4{margin:0 0 8px;font-size:12px;color:#888;text-transform:uppercase}.password-requirements ul{margin:0;padding-left:20px;font-size:12px;color:#888}.password-requirements li{margin-bottom:4px}.password-requirements li.valid{color:#28a745}.password-requirements li.invalid{color:#dc3545}.password-strength{display:flex;align-items:center;gap:8px;margin-top:4px}.strength-bar{flex:1;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.strength-fill{height:100%;transition:width .3s,background .3s}.strength-fill.weak{width:33%;background:#dc3545}.strength-fill.medium{width:66%;background:#ffc107}.strength-fill.strong{width:100%;background:#28a745}.strength-label{font-size:12px;text-transform:capitalize}.strength-label.weak{color:#dc3545}.strength-label.medium{color:#ffc107}.strength-label.strong{color:#28a745}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:#0a0a0a}.legal-content{flex:1;padding:24px;max-width:800px;margin:0 auto;width:100%;box-sizing:border-box}.legal-card{background:#fff;color:#333;border-radius:12px;padding:32px}.legal-card h1{color:#1a1a1a;margin:0 0 8px;font-size:24px;font-weight:600}.effective-date{color:#666;font-size:14px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.legal-text{color:#444;line-height:1.7;font-size:15px}.legal-text h2{color:#1a1a1a;margin-top:32px;margin-bottom:16px;font-size:18px;font-weight:600}.legal-text h3{color:#1a1a1a;margin-top:24px;margin-bottom:12px;font-size:16px;font-weight:600}.legal-text p{margin-bottom:12px}.legal-text ul{margin-bottom:16px;padding-left:24px}.legal-text li{margin-bottom:8px}.legal-text strong{color:#1a1a1a;font-weight:600}.legal-text em{color:#666;font-style:italic}.legal-intro{background:#e8f4fd;border-left:4px solid #3b82f6;padding:16px;border-radius:0 8px 8px 0;margin-bottom:20px;color:#1e40af}.legal-notice{background:#e8f4fd;border:1px solid #bfdbfe;border-radius:8px;padding:16px;margin:20px 0}.legal-notice h3{color:#1e40af;margin-top:0;margin-bottom:12px}.legal-notice p{color:#1e40af;margin-bottom:0}.legal-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin:20px 0}.legal-warning h3{color:#991b1b;margin-top:0;margin-bottom:12px}.legal-warning p{color:#991b1b;margin-bottom:0}.legal-highlight{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;margin:16px 0}.legal-highlight p,.legal-highlight ul{color:#166534}.stop-text{text-align:center;font-size:24px;color:#dc2626;margin:12px 0}.contact-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-top:12px}.contact-block p{margin:0;line-height:1.8}.legal-nav{margin-top:32px;padding-top:16px;border-top:1px solid #eee}.legal-nav a{color:#3b82f6;text-decoration:none;font-weight:500}.legal-nav a:hover{text-decoration:underline}@media(max-width:768px){.legal-content{padding:16px}.legal-card{padding:20px}.legal-card h1{font-size:20px}.legal-text{font-size:14px}.legal-text h2{font-size:16px}}#root{min-height:100vh;width:100%}
