.admin-header{text-align:center;background:linear-gradient(135deg,#c0392b 0%,#8e44ad 100%);border-bottom:3px solid #e74c3c;padding:30px}.admin-header h1{color:#fff;letter-spacing:3px;justify-content:center;align-items:center;gap:1.5rem;margin:0 0 10px;font-size:3rem;font-weight:700;display:flex}.admin-header h1 img{vertical-align:middle;height:60px}.admin-header .subtitle{color:#ecf0f1;margin:0;font-size:1.1rem}.admin-header-actions{align-items:center;gap:12px;display:flex;position:absolute;top:20px;right:30px}.admin-header-actions .sse-indicator{color:#ecf0f1;align-items:center;gap:6px;font-size:.85rem;display:flex}.admin-header-actions .sse-dot{background:#27ae60;border-radius:50%;width:10px;height:10px;animation:2s infinite ssePulse}.admin-header-actions .sse-dot.disconnected{background:#e74c3c;animation:none}@keyframes ssePulse{0%,to{opacity:1}50%{opacity:.4}}.admin-logout-btn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:5px;padding:8px 18px;font-size:.9rem;transition:all .3s}.admin-logout-btn:hover{background:#ffffff40}.admin-container{background:#0d0d0d;max-width:1600px;min-height:calc(100vh - 140px);margin:0 auto;padding:20px}.stats-dashboard{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px;display:grid}.admin-stat-card{cursor:pointer;background:#1a1a1a;border-left:4px solid #3498db;border-radius:8px;padding:25px;transition:transform .2s}.admin-stat-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #3498db4d}.admin-stat-card.critical{background:linear-gradient(135deg,#1a1a1a 0%,#2d1a1a 100%);border-left-color:#e74c3c}.admin-stat-card.warning{border-left-color:#f39c12}.admin-stat-card.success{border-left-color:#27ae60}.stat-value-large{color:#e0e0e0;margin-bottom:10px;font-size:3rem;font-weight:700}.stat-label-large{color:#b0b0b0;text-transform:uppercase;letter-spacing:1px;font-size:1rem}.tab-navigation{-webkit-overflow-scrolling:touch;border-bottom:2px solid #333;flex-wrap:wrap;gap:10px;margin-bottom:30px;display:flex;overflow-x:auto}.tab-btn{color:#b0b0b0;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:15px 25px;font-size:1.05rem;transition:all .3s}.tab-btn:hover{color:#e0e0e0}.tab-btn.active{color:#3498db;border-bottom-color:#3498db}.alert-queue{background:#0a0a0a;border-radius:8px;margin-bottom:30px;padding:30px}.alert-filters{flex-wrap:wrap;gap:15px;margin-bottom:25px;display:flex}.filter-btn{color:#e0e0e0;cursor:pointer;background:#2a2a2a;border:2px solid #3498db;border-radius:5px;padding:10px 20px;font-size:.95rem;transition:all .3s}.filter-btn:hover{background:#3a3a3a}.filter-btn.active{color:#fff;background:#3498db}.filter-btn.critical{border-color:#e74c3c}.filter-btn.critical.active{background:#e74c3c}.filter-btn.high{border-color:#f39c12}.filter-btn.high.active{background:#f39c12}.filter-btn.medium{border-color:#3498db}.alert-card{cursor:pointer;background:#1a1a1a;border-left:5px solid #3498db;border-radius:8px;margin-bottom:20px;padding:25px;transition:all .3s}.alert-card:hover{transform:translate(5px);box-shadow:0 5px 20px #3498db4d}.alert-card.critical{background:linear-gradient(90deg,#2d1a1a 0%,#1a1a1a 100%);border-left-color:#e74c3c}.alert-card.high{border-left-color:#f39c12}.alert-card.medium{border-left-color:#3498db}.alert-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.alert-title{color:#e0e0e0;font-size:1.3rem;font-weight:600}.urgency-badge{border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:700;display:inline-block}.urgency-badge.critical{color:#fff;background:#e74c3c;animation:2s infinite pulse}.urgency-badge.high{color:#fff;background:#f39c12}.urgency-badge.medium{color:#fff;background:#3498db}.urgency-badge.low{color:#fff;background:#27ae60}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.alert-meta{color:#fff;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:15px;font-size:.95rem;display:grid}.alert-summary{color:#fff;margin-bottom:15px;line-height:1.6}.action-controls{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:5px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s}.action-btn:hover{transform:translateY(-2px)}.action-btn.primary{color:#fff;background:#3498db}.action-btn.primary:hover{background:#2980b9}.action-btn.danger{color:#fff;background:#e74c3c}.action-btn.danger:hover{background:#c0392b}.action-btn.success{color:#fff;background:#27ae60}.action-btn.success:hover{background:#229954}.action-btn.warning{color:#fff;background:#f39c12}.action-btn.warning:hover{background:#d68910}.action-recommendations{background:#2a2a2a;border-radius:6px;margin-top:15px;padding:20px}.action-item{color:#fff;background:#1a1a1a;border-left:3px solid #3498db;border-radius:5px;margin-bottom:10px;padding:12px}.action-item.immediate{border-left-color:#e74c3c}.analytics-section{background:#0a0a0a;border-radius:8px;margin-bottom:30px;padding:30px}.chart-container{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;margin-bottom:20px;padding:25px}.form-control{color:#e0e0e0;box-sizing:border-box;background:#2a2a2a;border:1px solid #444;border-radius:5px;width:100%;padding:12px;font-size:1rem}.form-control:focus{border-color:#3498db;outline:none}textarea.form-control{resize:vertical;min-height:100px}.notification-settings{background:#1a1a1a;border-radius:8px;margin-bottom:20px;padding:25px}.slider{cursor:pointer;background-color:#2a2a2a;border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:26px;height:26px;transition:all .4s;position:absolute;bottom:4px;left:4px}.toggle-switch input:checked+.slider{background-color:#27ae60}.toggle-switch input:checked+.slider:before{transform:translate(26px)}.admin-table{border-collapse:collapse;color:#e0e0e0;width:100%}.admin-table th{text-align:left;color:#3498db;white-space:nowrap;background:#2a2a2a;border-bottom:2px solid #333;padding:15px;font-weight:600}.admin-table td{border-bottom:1px solid #222;padding:12px 15px}.admin-table tr:hover{background:#1a1a2a}.admin-table .badge{border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:600}.status-badge{border-radius:15px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.status-badge.pending{color:#f39c12;background:#f39c1233}.status-badge.active{color:#3498db;background:#3498db33}.status-badge.verified{color:#27ae60;background:#27ae6033}.status-badge.resolved{color:#95a5a6;background:#95a5a633}.status-badge.disputed{color:#e74c3c;background:#e74c3c33}.pagination{justify-content:center;align-items:center;gap:10px;margin-top:20px;display:flex}.pagination button{color:#e0e0e0;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:5px;padding:8px 16px;transition:all .3s}.pagination button:hover:not(:disabled){background:#3498db;border-color:#3498db}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination .page-info{color:#b0b0b0;font-size:.9rem}.empty-state{text-align:center;color:#b0b0b0;padding:60px 20px}.empty-state-icon{margin-bottom:20px;font-size:4rem}.loading-state{color:#b0b0b0;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.loading-spinner{border:4px solid #2a2a2a;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;margin-bottom:15px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-state{text-align:center;color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c4d;border-radius:8px;padding:40px 20px}.error-state button{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:5px;margin-top:15px;padding:10px 25px}.admin-modal-overlay{z-index:1000;background-color:#000c;justify-content:center;align-items:flex-start;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.admin-modal-content{color:#e0e0e0;background-color:#0a0a0a;border:1px solid #333;border-radius:10px;width:90%;max-width:1200px;margin:50px auto;padding:40px}.admin-modal-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.admin-modal-close{color:#aaa;cursor:pointer;background:0 0;border:none;font-size:28px;font-weight:700}.admin-modal-close:hover{color:#fff}.card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.info-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:25px}.info-card h4{color:#3498db;margin:0 0 15px}.incident-card{background:#1a1a1a;border-left:4px solid #3498db;border-radius:8px;margin-bottom:15px;padding:20px;transition:all .3s}.incident-card:hover{transform:translate(3px);box-shadow:0 3px 12px #0000004d}.incident-card.critical{border-left-color:#e74c3c}.incident-card.high{border-left-color:#f39c12}.incident-card.medium{border-left-color:#3498db}.incident-card.low{border-left-color:#27ae60}.feedback-card{background:#1a1a1a;border-left:4px solid #3498db;border-radius:8px;margin-bottom:15px;padding:20px}.star-rating{color:#f39c12;letter-spacing:2px;font-size:1.2rem}.pattern-card{background:#1a1a1a;border:1px solid #2a2a2a;border-left:4px solid #9b59b6;border-radius:8px;margin-bottom:15px;padding:25px}.pattern-card .confidence-bar{background:#2a2a2a;border-radius:4px;width:100%;height:8px;margin-top:10px;overflow:hidden}.pattern-card .confidence-fill{border-radius:4px;height:100%;transition:width .5s}.prediction-card{background:#1a1a1a;border:1px solid #2a2a2a;border-left:4px solid #e67e22;border-radius:8px;margin-bottom:15px;padding:25px}.confidence-score{border-radius:15px;padding:6px 14px;font-size:.9rem;font-weight:700;display:inline-block}.confidence-score.high{color:#e74c3c;background:#e74c3c33}.confidence-score.medium{color:#f39c12;background:#f39c1233}.confidence-score.low{color:#27ae60;background:#27ae6033}.heatmap-controls{flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:20px;display:flex}.heatmap-stat-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-bottom:20px;display:grid}.heatmap-stat-card{text-align:center;background:#2a2a2a;border-radius:8px;padding:20px}.heatmap-stat-card .stat-value{color:#3498db;font-size:2rem;font-weight:700}.heatmap-stat-card .stat-label{color:#95a5a6;margin-top:5px;font-size:.85rem}.user-list-panel{background:#1a1a1a;border-radius:8px;max-height:500px;padding:20px;overflow-y:auto}.user-list-item{border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:12px;transition:background .2s;display:flex}.user-list-item:hover{background:#2a2a2a}.user-list-item:last-child{border-bottom:none}@media (width<=1024px){.admin-header h1{font-size:2.5rem}.tab-btn{padding:12px 16px;font-size:.95rem}}@media (width<=768px){.admin-header{padding:20px 15px;position:relative}.admin-header h1{gap:.5rem;font-size:1.5rem}.admin-header h1 img{height:36px!important}.admin-header .subtitle{font-size:.85rem}.admin-header-actions{justify-content:center;margin-top:10px;position:static}.admin-container{padding:12px}.stats-dashboard{grid-template-columns:repeat(2,1fr);gap:12px}.stat-value-large{font-size:2rem}.tab-navigation{gap:4px;margin-bottom:20px}.tab-btn{padding:10px 12px;font-size:.82rem}.alert-queue,.analytics-section{padding:15px}.card-grid{grid-template-columns:1fr}}@media (width<=480px){.admin-header h1{font-size:1.2rem}.stats-dashboard{grid-template-columns:1fr}.stat-value-large{font-size:1.6rem}.tab-btn{padding:8px 10px;font-size:.75rem}}:root{--color-primary:#3498db;--color-primary-hover:#5dade2;--color-primary-dark:#2980b9;--color-bg-body:#0a0a0a;--color-bg-card:#1a1a1a;--color-bg-card-alt:#2a2a2a;--color-border:#333;--color-text-primary:#e0e0e0;--color-text-secondary:#b0b0b0;--color-text-muted:#95a5a6;--color-success:#27ae60;--color-danger:#e74c3c;--color-warning:#f39c12}[data-region=ng]{--color-primary:#008751;--color-primary-hover:#00a863;--color-primary-dark:#006b3f}*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0a0a0a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#1a1a1a;border-bottom:1px solid #333;padding:1rem 0;box-shadow:0 2px 4px #00000080}.navbar.navbar-dark{color:#fff;background:#1a1a1a}.navbar .container{justify-content:space-between;align-items:center;display:flex}.nav-brand h1{color:#e0e0e0;letter-spacing:2px;align-items:center;gap:.8rem;padding:.5rem 0;font-size:2.8rem;font-weight:700;display:flex}.navbar-dark .nav-brand h1{color:#fff}.nav-links{align-items:center;gap:1rem;display:flex}.user-info{color:#fff;margin-right:1rem}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;text-align:center;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:linear-gradient(135deg,#3498db 0%,#2980b9 100%);border:2px solid #3498db;box-shadow:0 4px 12px #3498db66,0 2px 4px #0000004d}.btn-primary:hover{background:linear-gradient(135deg,#5dade2 0%,#3498db 100%);border-color:#5dade2;transform:translateY(-2px);box-shadow:0 6px 20px #3498db99,0 4px 8px #0000004d}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #3498db66}.btn-outline{color:#3498db;background:0 0;border:2px solid #3498db;box-shadow:0 2px 8px #3498db33}.btn-outline:hover{color:#5dade2;background:#3498db1a;border-color:#5dade2;transform:translateY(-2px);box-shadow:0 4px 12px #3498db66}.navbar-dark .btn-outline{color:#fff;border-color:#fff}.navbar-dark .btn-outline:hover{color:#5dade2;background:#ffffff1a;border-color:#5dade2}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-block{width:100%}.btn-sm{padding:8px 16px;font-size:.9em}.btn-danger{color:#fff;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none}.btn-danger:hover{background:linear-gradient(135deg,#c0392b,#a93226)}.btn-secondary{color:#fff;background:#555;border:none}.hero{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 0}.hero-title{margin-bottom:1rem;font-size:3rem;color:#fff!important}.hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.3rem}.features{background:#0a0a0a;padding:4rem 0}.feature-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=968px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.feature-grid{grid-template-columns:1fr}}.feature-card{text-align:center;background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:2rem}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:#e0e0e0;margin-bottom:.5rem}.auth-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-box{background:#1a1a1a;border:1px solid #333;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 10px 25px #00000080}.auth-box h2{color:#e0e0e0;margin-bottom:.5rem}.auth-subtitle{color:#b0b0b0;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#e0e0e0;margin-bottom:.5rem;font-weight:500;display:block}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=number]{color:#e0e0e0;background:#2a2a2a;border:2px solid #333;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#3498db;outline:none}.form-group small{color:#b0b0b0;margin-top:.5rem;font-size:.875rem;display:block}.auth-footer{text-align:center;color:#b0b0b0;margin-top:1.5rem}.auth-footer a{color:#3498db;cursor:pointer;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.dashboard-container{min-height:calc(100vh - 80px);display:flex}.sidebar{background:#1a1a1a;border-right:1px solid #333;width:250px;padding:2rem 0;box-shadow:2px 0 4px #00000080}.sidebar-nav{flex-direction:column;display:flex}.sidebar .nav-item{color:#e0e0e0;border-left:3px solid #0000;padding:1rem 1.5rem;text-decoration:none;transition:all .3s;display:block}.sidebar .nav-item:hover{background:#2a2a2a;border-left-color:#3498db}.sidebar .nav-item.active{color:#3498db;background:#2a2a2a;border-left-color:#3498db;font-weight:500}.dashboard-main{flex:1;padding:2rem;overflow-y:auto}.dashboard-section h2{color:#e0e0e0;margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #00000080}.stat-value{color:#3498db;margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-label{color:#b0b0b0;font-size:.9rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.video-card{cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 4px #00000080}.video-card:hover{border-color:#3498db;transform:translateY(-5px);box-shadow:0 4px 12px #000000b3}.video-card-header{background:#2a2a2a;border-bottom:1px solid #333;padding:1rem}.video-card-title{color:#e0e0e0;margin-bottom:.5rem;font-weight:600}.video-card-meta{color:#b0b0b0;font-size:.875rem}.video-card-body{padding:1rem}.video-status{border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.status-completed{color:#fff;background:#28a745;font-weight:600}.status-processing{color:#000;background:#ffc107;font-weight:600}.status-failed{color:#fff;background:#dc3545;font-weight:600}.status-uploaded{color:#fff;background:#17a2b8;font-weight:600}.upload-container{max-width:600px}.drop-zone{text-align:center;background:#1a1a1a;border:3px dashed #3498db;border-radius:8px;padding:3rem;transition:all .3s}.drop-zone:hover,.drop-zone.dragover{background:#2a2a2a;border-color:#2980b9}.drop-zone-icon{margin-bottom:1rem;font-size:4rem}.drop-zone-text{color:#e0e0e0;margin-bottom:.5rem;font-size:1.2rem}.drop-zone-subtext{color:#b0b0b0;margin-bottom:1.5rem}.progress-container{margin:1.5rem 0}.progress-bar{background:#333;border-radius:10px;width:100%;height:20px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#3498db,#2ecc71);width:0%;height:100%;transition:width .3s}.account-info{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.info-card{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #00000080}.info-card h3{color:#e0e0e0;margin-bottom:1.5rem}.info-row{border-bottom:1px solid #333;justify-content:space-between;padding:.75rem 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#b0b0b0;font-weight:500}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.badge-success{color:#fff;background:linear-gradient(135deg,#27ae60,#2ecc71);border:1px solid #27ae60}.badge-warning{color:#1a1a1a;background:linear-gradient(135deg,#f39c12,#f1c40f);border:1px solid #f39c12}.badge-danger{color:#fff;background:linear-gradient(135deg,#e74c3c,#c0392b);border:1px solid #e74c3c}.badge-info{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);border:1px solid #3498db}.premium-badge{color:#fff;vertical-align:middle;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:12px;margin-left:8px;padding:2px 8px;font-size:.7em;font-weight:700;display:inline-block}.modal{z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#1a1a1a;border:1px solid #333;border-radius:8px;width:90%;max-width:800px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:#b0b0b0;background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:#e0e0e0}.modal-actions{justify-content:flex-end;gap:10px;margin-top:25px;display:flex}.error-message{color:#ff6b6b;background:#2d1a1a;border:1px solid #e74c3c;border-radius:6px;margin-bottom:1rem;padding:1rem}.loading{text-align:center;color:#b0b0b0;padding:2rem}.section-description{color:#b0b0b0;margin-bottom:2rem}.section-header{margin-bottom:30px}.section-header h2{align-items:center;margin-bottom:10px;display:flex}.section-header p{color:#7f8c8d;font-size:.95em}.reports-container{flex-direction:column;gap:1.5rem;display:flex}.report-card{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 4px #00000080}.report-card:hover{border-color:#3498db;transform:translateY(-2px);box-shadow:0 4px 12px #000000b3}.report-header{border-bottom:2px solid #333;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.report-title{color:#e0e0e0;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.report-meta{color:#b0b0b0;font-size:.9rem}.report-summary{background:#2a2a2a;border-left:4px solid #3498db;border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.report-summary-title{color:#e0e0e0;margin-bottom:.75rem;font-weight:600}.report-summary-text{color:#e0e0e0;line-height:1.6}.report-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.report-stat{text-align:center;background:#2a2a2a;border:1px solid #333;border-radius:6px;padding:1rem}.report-stat-value{color:#3498db;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.report-stat-label{color:#b0b0b0;font-size:.875rem}.object-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.object-item{background:#2a2a2a;border-left:3px solid #3498db;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.object-name{color:#e0e0e0;text-transform:capitalize;font-weight:500}.object-count{color:#3498db;font-weight:600}.form-control,input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{color:#fff;box-sizing:border-box;background:#2a2a2a;border:2px solid #444;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233498db' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.2rem;padding-right:3rem}.form-control:hover,input:hover,textarea:hover,select:hover{border-color:#3498db}.form-control:focus,input:focus,textarea:focus,select:focus{background:#333;border-color:#3498db;outline:none;box-shadow:0 0 0 4px #3498db33}textarea{resize:vertical;min-height:120px}select option{color:#fff;background:#2a2a2a}::placeholder{color:#888;opacity:1}.integrations-container{max-width:900px}.integrations-list{flex-direction:column;gap:20px;display:flex}.integration-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:20px;transition:all .3s}.integration-card:hover{border-color:#3498db}.integration-header{border-bottom:1px solid #333;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.integration-platform{align-items:center;gap:10px;display:flex}.platform-icon{font-size:1.8em}.platform-name{color:#e0e0e0;font-size:1.2em;font-weight:600}.integration-toggle{align-items:center;gap:10px;display:flex}.toggle-switch{width:50px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#555;border-radius:26px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}.toggle-switch input:checked+.toggle-slider{background-color:#2ecc71}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-label{color:#b0b0b0;font-size:.9em;font-weight:600}.integration-details{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.detail-row{flex-direction:column;gap:4px;display:flex}.detail-label{color:#95a5a6;font-size:.85em;font-weight:500}.detail-value{color:#e0e0e0;font-size:.95em;font-weight:600}.integration-actions{flex-wrap:wrap;gap:10px;display:flex}.empty-state{text-align:center;background:#1a1a1a;border:2px dashed #333;border-radius:12px;padding:60px 20px}.empty-icon{margin-bottom:20px;font-size:4em}.empty-state h3{color:#e0e0e0;margin-bottom:10px}.empty-state p{color:#b0b0b0;margin-bottom:25px}.site-footer{color:#e0e0e0;background:linear-gradient(135deg,#1a1f2e 0%,#0f1419 100%);border-top:1px solid #4a90e233;margin-top:80px;padding:60px 0 20px}.footer-container{grid-template-columns:repeat(5,1fr);gap:40px;max-width:1400px;margin:0 auto 40px;padding:0 40px;display:grid}.footer-section h3{color:#4a90e2;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:16px;font-weight:600}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#b0b0b0;font-size:14px;text-decoration:none;transition:all .3s;display:inline-block}.footer-section ul li a:hover{color:#4a90e2;transform:translate(5px)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1400px;margin:0 auto;padding:30px 40px 10px}.footer-bottom p{color:gray;margin:8px 0;font-size:14px}.footer-tagline{color:#4a90e2;font-size:13px;font-weight:500}.pac-container{background-color:#2a2a2a!important;border:1px solid #3498db!important;border-radius:5px!important}.pac-item{color:#e0e0e0!important;cursor:pointer!important;background-color:#2a2a2a!important;border-top:1px solid #444!important;padding:8px!important}.pac-item:hover{background-color:#3a3a3a!important}.pac-item-selected{background-color:#3498db!important}.pac-item-query{color:#e0e0e0!important;font-weight:700!important}.pac-matched{color:#3498db!important;font-weight:700!important}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(400px)}}.content-page{max-width:1200px;margin:0 auto;padding:40px 20px}.content-page h1{color:#e0e0e0;margin-bottom:1rem;font-size:2.5rem}.content-page h2{color:#3498db;margin:2rem 0 1rem;font-size:1.8rem}.content-page h3{color:#e0e0e0;margin:1.5rem 0 .75rem;font-size:1.3rem}.content-page p{color:#b0b0b0;margin-bottom:1rem;line-height:1.8}.content-page ul,.content-page ol{color:#b0b0b0;margin-bottom:1rem;padding-left:2rem}.content-page li{margin-bottom:.5rem;line-height:1.6}.content-page a{color:#3498db;text-decoration:none}.content-page a:hover{text-decoration:underline}#root{flex-direction:column;min-height:100vh;display:flex}html,body{max-width:100vw;overflow-x:hidden}@media (width<=1024px){.footer-container{grid-template-columns:repeat(3,1fr);gap:30px}}@media (width<=768px){.hero{padding:2.5rem 0}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.navbar .container{flex-wrap:wrap;gap:10px}.nav-brand h1{font-size:1.8rem}.nav-links{gap:.5rem}.nav-links .btn{padding:.5rem .8rem;font-size:.85rem}.container{padding:0 15px}.dashboard-container{flex-direction:column}.sidebar{width:100%}.sidebar-nav{flex-direction:row;overflow-x:auto}.stats-grid{grid-template-columns:repeat(2,1fr)}.video-grid{grid-template-columns:1fr}.footer-container{grid-template-columns:repeat(2,1fr);gap:25px;padding:0 20px}.site-footer{margin-top:40px;padding:40px 0 20px}.footer-bottom{padding:20px 20px 10px}.integration-details{grid-template-columns:1fr}.integration-header{flex-direction:column;align-items:flex-start;gap:15px}.modal-content{width:95%;padding:20px}}@media (width<=480px){.hero-title{font-size:1.4rem}.hero-subtitle{font-size:.9rem}.nav-brand h1{font-size:1.4rem}.stats-grid,.feature-grid,.footer-container{grid-template-columns:1fr}}
