.app{min-height:100vh;font-family:system-ui,-apple-system,sans-serif}.main-navigation{background:#1f2937;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav-brand{max-width:1200px;margin:0 auto;padding:0 20px}.nav-brand h2{margin:0;color:#f3f4f6}.nav-links{max-width:1200px;margin:1rem auto 0;padding:0 20px;display:flex;gap:1rem}.nav-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:#d1d5db;border:1px solid #374151;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s ease}.nav-link:hover{background:#374151;color:#f3f4f6;border-color:#4b5563}.nav-link.active{background:#059669;color:#fff;border-color:#059669}.nav-auth{margin-left:auto;display:flex;align-items:center}.logout-btn{background:#dc2626!important;border-color:#dc2626!important;padding:5px 20px;color:#fff;border-radius:5px}.logout-btn:hover{background:#b91c1c!important;border-color:#b91c1c!important}.auth-status{font-size:.8rem;font-weight:500;padding:.5rem 1rem;background:rgba(255,255,255,.1);border-radius:6px;margin-right:.5rem;color:#d1d5db}.nav-icon{font-size:1.1em}.main-content{max-width:1200px;margin:0 auto;padding:2rem 20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.page-header h1{margin:0;color:#111827}.header-content{display:flex;align-items:center;gap:1rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #0000001a;animation:statusPulse 2s infinite}.status-pre_game{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #f59e0b}.status-in_progress{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #3b82f6;animation:statusPulse 3s infinite}.status-completed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #10b981}.status-cancelled{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626;border:1px solid #ef4444}@keyframes statusPulse{0%,to{box-shadow:0 2px 4px #0000001a}50%{box-shadow:0 2px 8px #00000026,0 0 0 2px #3b82f633}}.status-indicator{font-weight:600;font-size:.9rem;padding:.5rem 1rem;border-radius:6px;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 1px 2px #0000001a}.status-indicator.active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}.status-indicator.paused{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fcd34d}.status-indicator.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626;border:1px solid #fca5a5}.status-indicator.loading{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #93c5fd}.game-status-overview{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.status-icon{font-size:2rem}.status-title{font-weight:600;color:#111827;margin-bottom:.25rem}.status-description{color:#6b7280;font-size:.9rem}.progress-container{margin:1rem 0}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease}.progress-text{font-size:.8rem;color:#6b7280;margin-top:.5rem;text-align:center}.status-finished{background:#d1fae5;color:#065f46}.status-registered{background:#e0e7ff;color:#3730a3}.status-active{background:#dbeafe;color:#1e40af}.status-eliminated{background:#fee2e2;color:#dc2626}.status-winner{background:#d1fae5;color:#065f46}.games-list-page .games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.game-card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.game-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.game-header h3{margin:0;color:#111827}.game-details p{margin:.5rem 0;color:#6b7280;font-size:.875rem}.game-actions{display:flex;gap:.75rem;margin-top:1rem}.players-list{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.players-list h4{margin:0 0 1rem;color:#374151}.players-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.player-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:8px;font-size:.875rem}.phone-number{font-weight:500;color:#111827}.player-score{color:#6b7280}.empty-state h2{color:#374151;margin-bottom:1rem}.loading,.error{text-align:center;padding:2rem;color:#6b7280}.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.create-game-page .create-game-form{max-width:800px}.form-section{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.form-section h2{margin:0 0 1rem;color:#111827}.form-help{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.format-example{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem;font-family:Monaco,Menlo,monospace;font-size:.875rem;color:#475569}textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical}textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn-primary{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 4px #05966933}.btn-secondary{background:#6b7280}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-outline{background:transparent;color:#374151;border:1px solid #d1d5db}.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.manage-game-page .game-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.game-tabs button{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease}.game-tabs button.active{color:#059669;border-bottom-color:#059669}.game-tabs button:hover{color:#374151}.tab-content{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.game-overview .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#f9fafb;padding:1rem;border-radius:8px;text-align:center}.stat-card h3{margin:0 0 .5rem;font-size:.875rem;color:#6b7280;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#111827;margin:0}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.questions-list .questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.question-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:10px}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.question-number{background:#059669;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.correct-answer{background:#dcfce7;color:#166534;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.question-text{font-weight:500;color:#111827;margin-bottom:.75rem}.question-options div{padding:.25rem 0;color:#6b7280;font-size:.875rem}.questions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.questions-header h3{margin:0}.add-buttons{display:flex;gap:.5rem}.add-question-form{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.add-question-form h4{margin:0 0 1rem;color:#111827}.add-question-form .form-help{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.add-question-form .format-example{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem;font-family:Monaco,Menlo,monospace;font-size:.875rem;color:#475569}.add-question-form textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;margin-bottom:1rem}.add-question-form textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-question-form .form-group{margin-bottom:1rem}.add-question-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.add-question-form input,.add-question-form select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:white}.add-question-form input:focus,.add-question-form select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-errors{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1rem}.error-message{color:#dc2626;font-size:.875rem;margin-bottom:.25rem}.error-message:last-child{margin-bottom:0}.players-table{background:white;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem 1rem;background:#f9fafb;font-weight:500;color:#374151;font-size:.875rem}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem 1rem;border-top:1px solid #f3f4f6;font-size:.875rem}.table-row:nth-child(2n){background:#fafafa}.player-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-align:center}.game-controls .control-section{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.control-section h4{margin:0 0 1rem;color:#111827}.game-controls{display:flex;flex-direction:column;gap:2rem}.controls-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.controls-header h3{margin:0;color:#111827;font-size:1.5rem;font-weight:600}.game-status-indicator{display:flex;align-items:center}.controls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.control-card{background:white;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease,border-color .2s ease}.control-card:hover{box-shadow:0 4px 6px #0000001a;border-color:#d1d5db}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;margin-bottom:1rem}.card-header h4{margin:0;color:#111827;font-size:1.1rem;font-weight:600}.card-icon{font-size:1.5rem;opacity:.7}.card-content{padding:0 1.5rem 1.5rem}.card-description{color:#6b7280;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.current-question-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.info-label{font-weight:500;color:#64748b;font-size:.9rem}.info-value{font-weight:600;color:#1e293b;font-size:1rem}.advance-controls{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-weight:500;color:#374151;font-size:.9rem}.input-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-help{color:#6b7280;font-size:.8rem;line-height:1.3}.btn-full{width:100%;justify-content:center}.btn-primary,.btn-secondary,.btn-success,.btn-warning,.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563;transform:translateY(-1px);box-shadow:0 4px 8px #6b72804d}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background:#d97706;transform:translateY(-1px);box-shadow:0 4px 8px #f59e0b4d}.btn-outline{background:transparent;color:#6b7280;border:1px solid #d1d5db}.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.btn-primary:disabled,.btn-secondary:disabled,.btn-success:disabled,.btn-warning:disabled,.btn-outline:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-icon{font-size:1rem}.spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.broadcast-controls{display:flex;flex-direction:column;gap:1rem}.broadcast-controls textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.broadcast-controls textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.broadcast-footer{display:flex;justify-content:space-between;align-items:center}.autoplay-controls{display:flex;flex-direction:column;gap:1rem}.control-row{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#374151;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:1.2rem;height:1.2rem;margin:0;accent-color:#3b82f6}.checkmark{position:relative}.autoplay-status{padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.status-display{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.status-indicator{font-weight:600;font-size:.9rem;padding:.5rem 1rem;border-radius:6px}.status-indicator.active{background:#dcfce7;color:#166534}.status-indicator.paused{background:#fef3c7;color:#92400e}.countdown{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-weight:500;color:#374151;background:#e5e7eb;padding:.5rem 1rem;border-radius:6px;font-size:.9rem}.control-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.notification{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem;font-weight:500;animation:slideIn .3s ease-out}.notification-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.notification-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.notification-icon{font-size:1.2rem}.notification-message{flex:1}.notification-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.notification-close:hover{background:rgba(0,0,0,.1)}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.game-status-overview{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.status-icon{font-size:2rem;flex-shrink:0}.status-details{flex:1}.status-title{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.status-description{color:#6b7280;font-size:.9rem;margin-bottom:.75rem;line-height:1.4}.status-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.5rem}.stat-label{font-size:.85rem;color:#6b7280;font-weight:500}.stat-value{font-size:.9rem;font-weight:600;color:#111827}.game-activity-timer{background:white;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.timer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;margin-bottom:1rem}.timer-header h4{margin:0;color:#111827;font-size:1.1rem;font-weight:600}.timer-icon{font-size:1.5rem;opacity:.7}.timer-content{padding:0 1.5rem 1.5rem}.timer-display{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.timer-phase{display:flex;align-items:center;gap:.75rem}.phase-indicator{font-size:1.5rem}.phase-text{font-weight:600;color:#111827;font-size:1rem}.timer-countdown{text-align:center}.countdown-display{margin-bottom:.25rem}.countdown-time{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:2rem;font-weight:700;color:#111827;letter-spacing:.05em}.countdown-label{font-size:.85rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.timer-description{color:#6b7280;font-size:.9rem;line-height:1.4;padding:.75rem;background:#f9fafb;border-radius:6px;border:1px solid #f3f4f6}.phase-accepting_answers .phase-text{color:#166534}.phase-waiting_next_question .phase-text{color:#92400e}.phase-waiting .phase-text{color:#6b7280}.phase-overdue .phase-text{color:#dc2626}.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;animation:fadeIn .2s ease-out}.modal-content{background:white;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#111827;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:1.5rem}.message-preview{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.message-preview blockquote{margin:.5rem 0 0;padding:.75rem;background:white;border-left:3px solid #3b82f6;font-style:italic;color:#374151}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:translateY(-20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.warning-text{color:#d97706;font-weight:500}.btn-primary:focus,.btn-secondary:focus,.btn-success:focus,.btn-warning:focus,.btn-outline:focus,.checkbox-label input:focus,.input-group input:focus,.broadcast-controls textarea:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast: high){.control-card{border:2px solid #000}.btn-primary{background:#000;color:#fff}.btn-secondary{background:#fff;color:#000;border:2px solid #000}}@media (max-width: 768px){.controls-grid{grid-template-columns:1fr;gap:1rem}.controls-header{flex-direction:column;align-items:flex-start;gap:.5rem}.card-header{padding:1rem 1rem 0}.card-content{padding:0 1rem 1rem}.control-buttons{flex-direction:column}.control-buttons button{width:100%}.broadcast-footer{flex-direction:column;align-items:stretch;gap:.75rem}.status-display{flex-direction:column;align-items:flex-start;gap:.5rem}.modal-content{margin:1rem;width:calc(100% - 2rem)}.modal-footer{flex-direction:column}.modal-footer button{width:100%}.notification{margin:0 -1rem 1rem;border-radius:0}}@media (max-width: 480px){.main-content{padding:1rem 10px}.page-header{flex-direction:column;align-items:stretch;gap:1rem}.page-header h1{font-size:1.5rem}.card-icon{font-size:1.2rem}.btn-primary,.btn-secondary,.btn-success,.btn-warning,.btn-outline{padding:.875rem 1rem;font-size:.9rem}.input-group input,.broadcast-controls textarea{padding:.875rem}}.broadcasts-tab{display:flex;flex-direction:column;gap:1.5rem}.tab-header{display:flex;align-items:center;justify-content:space-between}.tab-header h3{margin:0;color:#111827;font-size:1.25rem;font-weight:600}.tab-count{background:#e5e7eb;color:#6b7280;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.broadcasts-list{display:flex;flex-direction:column;gap:1rem}.broadcast-card{background:white;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease}.broadcast-card:hover{box-shadow:0 2px 8px #00000026}.broadcast-header{display:flex;align-items:center;padding:1rem;cursor:pointer;transition:background-color .2s ease}.broadcast-header:hover{background:#f9fafb}.broadcast-content{flex:1;min-width:0}.broadcast-message-preview{font-size:.95rem;line-height:1.4;color:#111827;margin-bottom:.5rem;word-wrap:break-word}.broadcast-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.broadcast-time{font-size:.8rem;color:#6b7280}.broadcast-stats{display:flex;gap:.75rem}.stat{font-size:.8rem;font-weight:500;padding:.25rem .5rem;border-radius:4px}.stat.sent{background:#dcfce7;color:#166534}.stat.failed{background:#fef2f2;color:#dc2626}.stat.pending{background:#fef3c7;color:#92400e}.broadcast-actions{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.btn-resend,.btn-expand{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;font-size:1rem;transition:background-color .2s ease}.btn-resend:hover{background:#dbeafe;color:#2563eb}.btn-expand:hover{background:#f3f4f6}.btn-resend:disabled{opacity:.5;cursor:not-allowed}.broadcast-details{border-top:1px solid #e5e7eb;padding:1rem;background:#fafafa}.broadcast-full-message h4,.broadcast-recipients h4{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.message-content{background:white;padding:1rem;border-radius:6px;border:1px solid #e5e7eb;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.recipients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.recipient-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:white;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem}.recipient-item.status-sent{border-color:#10b981;background:#f0fdf4}.recipient-item.status-failed{border-color:#ef4444;background:#fef2f2}.recipient-item.status-pending{border-color:#f59e0b;background:#fffbeb}.recipient-phone{font-family:SF Mono,Monaco,Inconsolata,monospace;font-weight:500;color:#374151}.recipient-status{font-size:1rem}.error-icon{cursor:help;font-size:.8rem}.loading,.no-recipients{text-align:center;padding:1rem;color:#6b7280;font-style:italic}@media (max-width: 768px){.broadcast-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.broadcast-stats{width:100%;justify-content:flex-start}.broadcast-actions{margin-left:.5rem}.recipients-grid{grid-template-columns:1fr}.recipient-item{padding:.75rem}}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.login-container{background:white;border-radius:12px;padding:40px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px}.login-container h1{text-align:center;margin-bottom:30px;color:#333;font-size:2rem;font-weight:600}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#555;font-size:14px}.form-group input{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.error-message{color:#e74c3c;font-size:14px;text-align:center;padding:8px;background:#fdf2f2;border-radius:4px;border:1px solid #f5c6cb}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-primary:active{transform:translateY(0)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:normal;min-width:320px;min-height:100vh;background-color:#f3f4f6;color:#1f2937}#root{width:100%;max-width:none}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;color:#1f2937}p{margin:0 0 1em}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
