.admin-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px;overflow:hidden}.login-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 30px;text-align:center}.login-header i{font-size:3rem;margin-bottom:15px;opacity:.9}.login-header h1{margin:0 0 10px;font-size:1.8rem;font-weight:600}.login-header p{margin:0;opacity:.9;font-size:.95rem}.login-form{padding:40px 30px}.error-alert{background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;padding:12px 15px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:.9rem}.error-alert i{font-size:1.1rem}.form-group{margin-bottom:25px}.form-group label{display:flex;align-items:center;gap:8px;font-weight:600;color:#333;margin-bottom:8px;font-size:.9rem}.form-group label i{color:#667eea;font-size:.9rem}.form-group input{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;box-sizing:border-box;background-color:#fff;color:#333}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.login-button{width:100%;padding:14px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-button i.fa-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-dashboard{min-height:100vh;background:#f5f7fa}.admin-header{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.admin-header .header-content{max-width:1400px;margin:0 auto;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.admin-header .header-left{display:flex;align-items:center;gap:15px}.admin-header .header-left i{font-size:1.8rem;color:#667eea}.admin-header h1{margin:0;font-size:1.6rem;color:#333}.superadmin-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #f093fb4d}.header-right{display:flex;align-items:center;gap:15px}.user-info{display:flex;align-items:center;gap:8px;color:#666;font-size:.9rem}.users-button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease}.users-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.logout-button{padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:8px;transition:all .3s ease}.logout-button:hover{background:#5568d3;transform:translateY(-1px)}.admin-content{max-width:1400px;margin:0 auto;padding:40px 30px}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h2{margin:0;font-size:1.8rem;color:#333;display:flex;align-items:center;gap:12px}.content-header h2 i{color:#667eea}.create-button{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.create-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.empty-state i{font-size:4rem;color:#ccc;margin-bottom:20px}.empty-state h3{margin:0 0 10px;color:#333;font-size:1.5rem}.empty-state p{color:#666;margin-bottom:30px}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.event-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:2px solid transparent}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#667eea}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;gap:10px}.event-card-header h3{margin:0;font-size:1.3rem;color:#333;flex:1}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.status-setup{background:#e3f2fd;color:#1976d2}.status-active{background:#e8f5e9;color:#388e3c}.status-analyzing{background:#fff3e0;color:#f57c00}.status-completed{background:#f3e5f5;color:#7b1fa2}.event-description{color:#666;font-size:.95rem;margin:0 0 15px;line-height:1.5}.event-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding-top:15px;border-top:1px solid #f0f0f0}.meta-item{display:flex;align-items:center;gap:8px;color:#666;font-size:.85rem}.meta-item i{color:#999;width:16px}.meta-item .text-success{color:#4caf50;margin-right:6px}.event-actions{display:flex;gap:10px;margin-top:20px}.action-button{flex:1;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.action-button.edit{background:#667eea;color:#fff}.action-button.edit:hover{background:#5568d3}.action-button.view{background:#4caf50;color:#fff}.action-button.view:hover{background:#45a049}.action-button.delete{background:#f44336;color:#fff;flex:0 0 auto;padding:10px 14px}.action-button.delete:hover{background:#d32f2f}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;padding:15px 20px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.superadmin-dashboard{min-height:100vh;background:#f5f7fa;padding:30px}.dashboard-header{max-width:1400px;margin:0 auto 30px}.dashboard-header h1{margin:0;font-size:2rem;color:#333;display:flex;align-items:center;gap:15px}.dashboard-header h1 i{color:#667eea}.dashboard-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{background:#fff;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}.stat-card i{font-size:2.5rem;color:#667eea;opacity:.8}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:700;color:#333;line-height:1}.stat-label{font-size:.9rem;color:#666;margin-top:5px}.users-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.section-header h2{margin:0;font-size:1.4rem;color:#333;display:flex;align-items:center;gap:12px}.section-header h2 i{color:#667eea}.add-button{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.add-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.users-table-container{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f8f9fa}.users-table th{text-align:left;padding:15px;font-weight:600;color:#555;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:15px;border-top:1px solid #f0f0f0;color:#333}.users-table tbody tr{transition:background .2s ease}.users-table tbody tr:hover{background:#f8f9fa}.users-table td i{margin-right:8px;color:#667eea}.role-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.role-badge.role-superadmin{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.role-badge.role-admin{background:#e3f2fd;color:#1976d2}.badge-you{display:inline-flex;margin-left:8px;padding:3px 8px;background:#e8f5e9;color:#388e3c;border-radius:10px;font-size:.75rem;font-weight:600}.text-muted{color:#999;font-style:italic}.action-buttons{display:flex;gap:8px}.action-btn{padding:8px 12px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.edit-btn{background:#e3f2fd;color:#1976d2}.edit-btn:hover{background:#1976d2;color:#fff}.delete-btn{background:#ffebee;color:#d32f2f}.delete-btn:hover{background:#d32f2f;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:2px solid #f0f0f0}.modal-header h2{margin:0;font-size:1.4rem;color:#333;display:flex;align-items:center;gap:12px}.modal-header h2 i{color:#667eea}.close-btn{padding:8px;background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;transition:color .2s ease}.close-btn:hover{color:#333}.user-form{padding:30px;display:flex;flex-direction:column;gap:24px}.form-group input,.form-group select{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit;background-color:#fff;color:#333}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.form-group small{color:#666;font-size:.85rem;line-height:1.4}.events-checklist{display:flex;flex-direction:column;gap:10px;max-height:250px;overflow-y:auto;padding:15px;border:2px solid #e0e0e0;border-radius:8px;background:#fafafa}.checkbox-label{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border-radius:6px;cursor:pointer;transition:background .2s ease}.checkbox-label:hover{background:#f0f0f0}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label span{flex:1;color:#333;font-size:.95rem}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px;padding-top:20px;border-top:2px solid #f0f0f0}.cancel-btn{padding:12px 24px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{border-color:#667eea;color:#667eea}.save-btn{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.save-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.event-manager{min-height:100vh;background:#f5f7fa;padding:30px}.manager-header{max-width:1200px;margin:0 auto 30px}.back-button{padding:10px 20px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:.95rem;display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;transition:all .2s ease}.back-button:hover{border-color:#667eea;color:#667eea}.manager-header h1{margin:0;font-size:2rem;color:#333;display:flex;align-items:center;gap:15px}.manager-header h1 i{color:#667eea}.manager-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.manager-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000000d}.manager-section h2{margin:0 0 25px;font-size:1.4rem;color:#333;display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.manager-section h2 i{color:#667eea}.event-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit;background-color:#fff;color:#333}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{color:#666;font-size:.85rem}.save-button{align-self:flex-start;padding:14px 28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.save-button:disabled{opacity:.6;cursor:not-allowed}.upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.upload-card{border:2px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s ease}.upload-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.upload-card-disabled{border:2px solid #e0e0e0;border-radius:12px;padding:20px;background:#fafafa;opacity:.7;cursor:not-allowed}.upload-card-disabled:hover{border-color:#e0e0e0;box-shadow:none}.upload-card-disabled .upload-header h3{color:#9e9e9e}.upload-card-disabled p{color:#bdbdbd}.upload-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.upload-header i{font-size:1.5rem;color:#667eea}.upload-header h3{margin:0;font-size:1.1rem;color:#333;flex:1}.badge-success{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#e8f5e9;color:#388e3c;border-radius:12px;font-size:.8rem;font-weight:600}.badge-optional{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#e3f2fd;color:#1976d2;border-radius:12px;font-size:.8rem;font-weight:600}.badge-disabled{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#f5f5f5;color:#9e9e9e;border-radius:12px;font-size:.8rem;font-weight:600}.upload-card p{color:#666;font-size:.9rem;margin:0 0 15px}.upload-card input[type=file]{display:none}.upload-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 20px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.upload-button:hover{background:#5568d3;transform:translateY(-2px)}.status-controls{display:flex;flex-direction:column;gap:25px}.status-info{display:flex;align-items:center;gap:15px}.status-info p{margin:0;font-weight:600;color:#333}.status-badge{padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:capitalize}.status-badge.status-setup{background:#e3f2fd;color:#1976d2}.status-badge.status-active{background:#e8f5e9;color:#388e3c}.status-badge.status-analyzing{background:#fff3e0;color:#f57c00}.status-badge.status-completed{background:#f3e5f5;color:#7b1fa2}.status-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.status-button{padding:14px 20px;border:2px solid;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;background:#fff}.status-button.active{border-color:#4caf50;color:#4caf50}.status-button.active:hover:not(:disabled){background:#4caf50;color:#fff}.status-button.view{border-color:#2196f3;color:#2196f3}.status-button.view:hover:not(:disabled){background:#2196f3;color:#fff}.status-button.analyzing{border-color:#ff9800;color:#ff9800}.status-button.analyzing:hover:not(:disabled){background:#ff9800;color:#fff}.status-button.completed{border-color:#9c27b0;color:#9c27b0}.status-button.completed:hover:not(:disabled){background:#9c27b0;color:#fff}.status-button.setup{border-color:#607d8b;color:#607d8b}.status-button.setup:hover:not(:disabled){background:#607d8b;color:#fff}.status-button:disabled{opacity:.4;cursor:not-allowed}.error-alert{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;padding:15px 20px;margin-bottom:20px;display:flex;align-items:center;gap:10px;max-width:1200px;margin-left:auto;margin-right:auto}.upload-card-experimental{position:relative;border:2px solid #ff9800;background:linear-gradient(to bottom,#fff3e0,#fff 15%)}.upload-card-experimental:hover{border-color:#f57c00;box-shadow:0 4px 12px #ff980033}.experimental-badge{position:absolute;top:-12px;right:15px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:700;letter-spacing:.5px;display:flex;align-items:center;gap:5px;box-shadow:0 2px 8px #ff98004d}.experimental-note{display:flex;align-items:center;gap:8px;background:#fff3e0;border-left:3px solid #ff9800;padding:10px 12px;border-radius:6px;color:#e65100;font-size:.85rem;margin:10px 0;line-height:1.4}.experimental-note i{flex-shrink:0}.recording-options{display:flex;flex-direction:column;gap:12px;margin:15px 0;padding:15px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.recording-options label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600;color:#555}.recording-options select{padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer;transition:all .2s ease}.recording-options select:focus{outline:none;border-color:#ff9800;box-shadow:0 0 0 3px #ff98001a}.progress-container{margin:15px 0;padding:15px;background:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.progress-bar{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;background:linear-gradient(90deg,#ff9800,#f57c00);transition:width .3s ease;border-radius:4px}.progress-message{margin:0;font-size:.9rem;color:#666;display:flex;align-items:center;gap:8px}.progress-message i{color:#ff9800}.upload-button-experimental{background:linear-gradient(135deg,#ff9800,#f57c00)}.upload-button-experimental:hover{background:linear-gradient(135deg,#f57c00,#e65100)}.help-text{display:block;margin-top:10px;color:#777;font-size:.85rem;line-height:1.4}.section-note{display:flex;align-items:flex-start;gap:10px;background:#e3f2fd;border-left:4px solid #1976d2;padding:12px 16px;border-radius:6px;margin-bottom:20px;color:#1565c0;font-size:.9rem;line-height:1.5}.section-note i{flex-shrink:0;margin-top:2px}.section-note strong{font-weight:600}.language-selector{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-selector label{display:flex;align-items:center;color:#fff;font-size:1.1rem;cursor:pointer}.language-dropdown{background:#fffffff2;border:2px solid rgba(255,255,255,.3);border-radius:6px;padding:6px 12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:#333}.language-dropdown:hover{background:#fff;border-color:#ffffff80}.language-dropdown:focus{outline:none;border-color:#fff;box-shadow:0 0 0 3px #fff3}.language-dropdown option{background:#fff;color:#333;padding:8px}.app-header .language-selector{background:#667eea1a}.app-header .language-selector label{color:#667eea}.app-header .language-dropdown{background:#fff;border-color:#e0e0e0}.app-header .language-dropdown:hover{border-color:#667eea}.app-header .language-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.event-welcome{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;position:relative}.top-bar{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:20px 30px;z-index:100}.logo-corner{display:flex;align-items:center}.corner-logo{max-height:80px;max-width:200px;height:auto;width:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.event-welcome>.language-selector{position:absolute;top:20px;right:20px;z-index:100}.error-screen{position:relative}.error-screen>.language-selector{position:absolute;top:20px;right:20px;z-index:100}.welcome-content{max-width:900px;width:100%;text-align:center;margin-top:40px}.welcome-header{margin-bottom:50px}.logo-container{margin-bottom:30px}.logo-container i{font-size:5rem;color:#fff;opacity:.95;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.event-title{font-size:3.5rem;color:#fff;margin:0 0 15px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2);line-height:1.2}.event-subtitle{font-size:1.4rem;color:#fffffff2;margin:0;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.1)}.qr-section{background:#fff;border-radius:24px;padding:50px;box-shadow:0 20px 60px #0000004d;margin-bottom:40px}.qr-container{display:flex;justify-content:center;margin-bottom:40px;padding:20px;background:#f8f9fa;border-radius:16px;display:inline-block}.qr-container svg{display:block}.participation-info{text-align:center}.participation-info h2{margin:0 0 15px;font-size:2rem;color:#333;display:flex;align-items:center;justify-content:center;gap:15px}.participation-info h2 i{color:#667eea;font-size:1.8rem}.participation-info>p{font-size:1.2rem;color:#666;margin:0 0 25px}.url-display{display:inline-flex;align-items:center;gap:12px;background:#f8f9fa;padding:15px 30px;border-radius:50px;border:2px solid #e0e0e0;font-size:1rem;color:#667eea;font-weight:600}.url-display i{font-size:1.1rem}.no-url-message{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:16px;padding:40px;color:#fff;margin-bottom:40px}.no-url-message i{font-size:3rem;margin-bottom:15px;opacity:.8}.no-url-message p{margin:0;font-size:1.3rem;font-weight:500}.welcome-footer{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.footer-item{display:flex;align-items:center;gap:12px;color:#fff;font-size:1.1rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-item i{font-size:1.5rem;opacity:.9}@media(max-width:768px){.corner-logo{max-height:50px;max-width:120px}.top-bar{padding:15px 20px}.welcome-content{margin-top:20px}.event-title{font-size:2.5rem}.event-subtitle{font-size:1.1rem}.qr-section{padding:30px 20px}.qr-container svg{width:250px!important;height:250px!important}.participation-info h2{font-size:1.5rem}.welcome-footer{flex-direction:column;gap:20px}.footer-item{font-size:1rem}}@media(min-aspect-ratio:16/9)and (min-width:1024px){.corner-logo{max-height:100px;max-width:250px}.event-title{font-size:4rem}.event-subtitle{font-size:1.6rem}.qr-container svg{width:350px!important;height:350px!important}}.themes-timeline-container{width:100%;padding:1.25rem;background-color:#fff;border-radius:8px;position:relative}.timeline-grid{display:flex;flex-direction:column;gap:8px}.timeline-theme-group{border-radius:6px;transition:background-color .2s ease-in-out}.timeline-theme-group.expanded{background-color:#f8fafc}.timeline-row{display:flex;align-items:center;gap:16px;padding:8px;cursor:pointer;border-radius:6px}.timeline-row:hover{background-color:#f1f5f9}.theme-label-container{width:220px;flex-shrink:0}.theme-label{font-size:.875rem;font-weight:500;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:8px}.expand-icon{color:#94a3b8;transition:transform .2s ease-in-out}.expand-icon.rotated{transform:rotate(90deg)}.theme-color-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.timeline-track-container{flex-grow:1}.timeline-track{position:relative;width:100%;height:20px;background-color:#e2e8f0;border-radius:4px}.timeline-segment{position:absolute;height:100%;border-radius:4px;transition:all .2s ease-in-out;opacity:.7}.timeline-segment:hover{opacity:1;transform:scaleY(1.05)}.theme-summary-container{padding:0 1rem 1rem;margin-left:236px}.theme-summary-container p{margin:0;font-size:.875rem;line-height:1.6;color:#475569;background-color:#f1f5f9;padding:.75rem;border-radius:6px}.time-markers-track{position:relative;width:calc(100% - 236px);margin-left:236px;height:20px;margin-top:4px}.time-marker{position:absolute;height:100%;border-left:1px solid #cbd5e1}.time-marker-label{position:absolute;top:100%;transform:translate(-50%);font-size:.75rem;color:#64748b;padding-top:4px}.timeline-empty-state{text-align:center;color:#64748b;padding:2rem}.transcript-viewer-layout{display:flex;height:calc(100vh - 64px);background-color:#f8fafc;overflow:hidden}.left-pane{width:35%;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;background-color:#fff}.right-pane{width:65%;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.transcript-widget,.histogram-widget,.timeline-widget,.diverging-bars-widget{display:flex;flex-direction:column;background-color:#fff;border-bottom:1px solid #e2e8f0}.right-pane>div:last-child{border-bottom:none}.left-pane .transcript-widget{flex-grow:1;min-height:0}.right-pane>div{padding:1.25rem}.widget-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.75rem;flex-shrink:0}.widget-title i{color:#3b82f6}.widget-instruction{font-size:.8rem;color:#64748b;margin:-.75rem 0 1rem;max-width:80ch}.transcript-widget .widget-title{padding:1.25rem 1.25rem 0}.transcript-container{flex-grow:1;overflow-y:auto;padding:0 1.25rem 1.25rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.transcript-content{line-height:1.7;font-size:.95rem}.minute-marker{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;position:relative}.minute-marker-line{flex-grow:1;height:1px;background:linear-gradient(to right,#cbd5e1,transparent)}.minute-marker-label{font-size:.75rem;font-weight:600;color:#3b82f6;background-color:#eff6ff;padding:.25rem .75rem;border-radius:999px;white-space:nowrap;border:1px solid #bfdbfe}.speaker-change{margin-top:1.5rem;margin-bottom:.75rem}.speaker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.speaker-label{font-weight:600;font-size:.875rem;padding:.25rem .75rem;border-radius:999px;color:#fff}.speaker-label.speaker-a{background-color:#2563eb}.speaker-label.speaker-b{background-color:#16a34a}.transcript-time{font-size:.8rem;color:#64748b;font-weight:500}.transcript-word{padding:1px 2px;margin:0 1px;border-radius:3px;transition:background-color .2s}.transcript-word.highlight-scroll{background-color:#fbbf2499;transition:background-color .3s ease-in-out}.transcript-word.highlight-timespan{background-color:#3b82f633}.transcript-utterance{transition:background-color .3s ease-in-out;padding:.5rem;margin:.25rem 0;border-radius:6px}.transcript-utterance.continuation{margin-top:.5rem;padding-left:1rem;border-left:2px solid #e2e8f0}.transcript-utterance.highlight-scroll{background-color:#93c5fd66;animation:fadeOut 3s ease-in-out forwards}.transcript-utterance.highlight-timespan{background-color:#93c5fd4d;animation:fadeOutTimespan 3s ease-in-out forwards}@keyframes fadeOut{0%{background-color:#93c5fd66}70%{background-color:#93c5fd66}to{background-color:transparent}}@keyframes fadeOutTimespan{0%{background-color:#93c5fd4d}70%{background-color:#93c5fd4d}to{background-color:transparent}}.histogram-chart-container{display:flex;flex-direction:column;gap:1rem;height:300px;position:relative}.histogram-controls{position:absolute;top:0;right:0;display:flex;align-items:center;gap:.5rem;z-index:10}.granularity-label{color:#64748b;font-size:.875rem;display:flex;align-items:center}.granularity-label i{font-size:.875rem}.granularity-selector{padding:.25rem .5rem;border:1px solid #cbd5e1;border-radius:4px;background-color:#fff;color:#334155;font-size:.75rem;cursor:pointer;transition:border-color .2s}.granularity-selector:hover{border-color:#3b82f6}.granularity-selector:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.histogram-bars-area{flex-grow:1;display:flex;gap:2px;align-items:flex-end;border-bottom:1px solid #e2e8f0;padding-bottom:4px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.histogram-bar-wrapper{position:relative;flex:1 1 auto;min-width:8px;max-width:60px;display:flex;flex-direction:column;align-items:center;cursor:pointer;height:100%;justify-content:flex-end}.histogram-bar{width:100%;height:100%;display:flex;align-items:flex-end;transition:filter .2s}.histogram-bar-wrapper:hover .histogram-bar{filter:brightness(1.1)}.histogram-bar-inner{width:100%;display:flex;flex-direction:column-reverse;border-radius:2px 2px 0 0;overflow:hidden}.histogram-bar-segment{width:100%;transition:opacity .2s}.histogram-bar-wrapper:hover .histogram-bar-segment{opacity:.85}.histogram-label{font-size:.65rem;color:#64748b;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:100%;writing-mode:horizontal-tb}.histogram-bar-wrapper:nth-child(n+50):not(:nth-child(10n)) .histogram-label{display:none}.histogram-bar-wrapper:nth-child(n+20):nth-child(-n+49):not(:nth-child(5n)) .histogram-label{display:none}.histogram-bar-wrapper:nth-child(n+10):nth-child(-n+19):not(:nth-child(3n)) .histogram-label{display:none}.histogram-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}.legend-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#475569}.legend-color-box{width:10px;height:10px;border-radius:2px}.diverging-bars-chart-container{display:flex;flex-direction:column;flex-grow:1;min-height:300px}.diverging-bars-chart-container .legend{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.diverging-bars-chart-container .legend-item .positive{background-color:#22c55e}.diverging-bars-chart-container .legend-item .negative{background-color:#f97316}.diverging-bars-chart-container .legend-item .neutral{background-color:#94a3b8}.bars-wrapper{display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.bar-row{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:1rem}.bar-label{font-size:.8rem;font-weight:500;color:#334155;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-group{display:flex;align-items:center;width:100%}.bar-container{display:flex}.negative-container{flex:1;justify-content:flex-end}.neutral-container{justify-content:center;min-width:fit-content}.positive-container{flex:1;justify-content:flex-start}.center-axis{width:1px;height:100%;background-color:#cbd5e1}.bar{height:24px;transition:width .3s ease-in-out;display:flex;align-items:center;color:#fff;font-size:.75rem;font-weight:500}.bar.positive-bar{background-color:#22c55e;justify-content:flex-start;border-radius:0 4px 4px 0}.bar.negative-bar{background-color:#f97316;justify-content:flex-end;border-radius:4px 0 0 4px}.bar.neutral-bar{background-color:#94a3b8;justify-content:center;border-radius:4px;margin:0 2px}.bar span{padding:0 .5rem}.chart-message-overlay{display:flex;justify-content:center;align-items:center;height:100%;background-color:#f8fafc;border-radius:8px;color:#64748b}.chart-message-overlay.error{background-color:#fee2e2;color:#b91c1c;flex-direction:column;gap:.5rem}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.loading-overlay p{margin-top:1rem;font-weight:500;color:#1e293b}.custom-tooltip{position:fixed;background-color:#334155;color:#fff;padding:8px 12px;border-radius:6px;font-size:.85rem;z-index:1000;pointer-events:none;box-shadow:0 4px 12px #00000026;line-height:1.4;white-space:pre-wrap}.custom-tooltip p{margin:0}@media(max-width:1200px){.transcript-viewer-layout{flex-direction:column;height:auto;overflow:visible}.left-pane,.right-pane{width:100%;height:auto;max-height:none;overflow-y:visible}.left-pane{height:60vh}.right-pane{overflow-y:visible}}.report-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b;background-color:#f8fafc}.report-header{text-align:center;margin-bottom:3rem}.report-header h1{font-size:2.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.report-header p{font-size:1.125rem;color:#64748b;margin:0}.back-link{display:inline-block;margin-top:1.5rem;color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#1d4ed8}.report-section{margin-bottom:3.5rem}.report-section h2{font-size:1.5rem;font-weight:600;color:#1e293b;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;display:flex;align-items:center;gap:.75rem}.report-section h2 i{color:#3b82f6}.no-data{color:#64748b;font-style:italic;background-color:#f1f5f9;padding:1rem;border-radius:8px;text-align:center}.synopsis-content p{font-size:1.1rem;line-height:1.7;color:#334155}.themes-list{display:flex;flex-direction:column;gap:2rem}.theme-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.theme-card h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.theme-summary{margin:0 0 1.5rem;color:#475569;line-height:1.6}.time-span-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;margin-top:1rem}.time-span-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.time-range{font-weight:600;color:#1e293b}.reflection-count{color:#64748b}.category-insights p{margin:.5rem 0 0;font-size:.95rem;color:#334155}.speakers-list{display:flex;flex-direction:column;gap:2rem}.speaker-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.speaker-card h3{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.position-item{padding:1rem 0;border-bottom:1px solid #f1f5f9}.position-item:last-child{border-bottom:none;padding-bottom:0}.position-item p{margin:0 0 .75rem;line-height:1.6;color:#334155}.time-spans-list{display:flex;flex-wrap:wrap;gap:.5rem}.time-tag{background-color:#eff6ff;color:#3b82f6;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:500}.questions-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.questions-section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#475569}.questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.question-card{background-color:#f8fafc;padding:1rem;border-radius:6px;border-left:3px solid}.question-card p{margin:0;font-size:.95rem;line-height:1.6;color:#334155}.question-type{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;color:#64748b}.open-question{border-color:#3b82f6}.open-question .question-type{color:#3b82f6}.clarifying-question{border-color:#10b981}.clarifying-question .question-type{color:#10b981}.provocative-question{border-color:#f97316}.provocative-question .question-type{color:#f97316}.report-loading,.report-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 100px)}.spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#3b82f6;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-loading p,.report-error h3,.report-error p{margin-top:1rem;font-weight:500;color:#1e293b}.report-error{color:#b91c1c}.report-error button{margin-top:1rem;padding:.5rem 1rem;border:none;background-color:#ef4444;color:#fff;border-radius:6px;cursor:pointer}.report-outline{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:30px;margin-bottom:40px;position:relative}.report-outline:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#64748b,#475569);border-top-left-radius:16px;border-bottom-left-radius:16px}.report-outline h2{margin-top:0;margin-bottom:25px;font-size:1.6rem;font-weight:700;color:#334155;letter-spacing:-.01em;position:relative;padding-bottom:12px}.report-outline h2:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#64748b,#e2e8f0);border-radius:1.5px}.outline-nav{width:100%}.outline-list{list-style-type:none;padding:0;margin:0}.outline-list>li{margin-bottom:15px}.outline-list>li>a{display:block;font-size:1.1rem;font-weight:600;color:#1e40af;text-decoration:none;padding:10px 15px;border-radius:8px;transition:all .2s ease;border-left:3px solid #e2e8f0}.outline-list>li>a:hover{background-color:#f1f5f9;border-left-color:#3b82f6;color:#1d4ed8;transform:translate(2px)}.outline-sublist{list-style-type:none;padding-left:30px;margin:8px 0 15px}.outline-sublist li{margin-bottom:8px}.outline-sublist a{display:block;font-size:.95rem;color:#475569;text-decoration:none;padding:6px 12px;border-radius:6px;transition:all .2s ease;border-left:2px solid transparent}.outline-sublist a:hover{background-color:#f1f5f9;border-left-color:#93c5fd;color:#2563eb}@media print{.report-outline{break-inside:avoid;page-break-inside:avoid}}@media(max-width:768px){.report-outline{padding:20px}.outline-list>li>a{font-size:1rem;padding:8px 12px}.outline-sublist{padding-left:20px}.outline-sublist a{font-size:.9rem;padding:5px 10px}}.surveys-container{padding:2rem;max-width:1400px;margin:0 auto}.surveys-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#888;gap:1rem}.surveys-empty i{font-size:4rem;color:#ccc}.surveys-empty h2{font-size:1.5rem;font-weight:500;color:#666}.surveys-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.surveys-section:hover{box-shadow:0 4px 16px #00000026}.surveys-section h2{margin:0 0 1.5rem;font-size:1.5rem;color:#2c3e50;display:flex;align-items:center;gap:.75rem}.surveys-section h2 i{color:#3498db}.surveys-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;padding:1.5rem;display:flex;align-items:center;gap:1rem;color:#fff;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-icon{font-size:2.5rem;opacity:.9}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:700;line-height:1}.stat-label{font-size:.9rem;opacity:.95;margin-top:.25rem}.surveys-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:.5rem}.filter-group label i{color:#3498db}.filter-group select{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.filter-group select:hover{border-color:#3498db}.filter-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.surveys-results{margin-top:1.5rem}.results-summary{display:flex;gap:2rem;padding:1.5rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:10px;margin-bottom:2rem;flex-wrap:wrap}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.9rem;color:#666;font-weight:500}.summary-value{font-size:1.5rem;font-weight:700;color:#2c3e50}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-top:2rem}.chart-container{background:#f8f9fa;border-radius:10px;padding:1.5rem;border:1px solid #e0e0e0}.chart-container h3{margin:0 0 1rem;font-size:1.1rem;color:#2c3e50;font-weight:600}.custom-tooltip{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #00000026;border:1px solid #e0e0e0}.custom-tooltip .label{font-weight:700;margin-bottom:.5rem;color:#2c3e50}.custom-tooltip .count,.custom-tooltip .percentage{margin:.25rem 0;color:#666}.comparison-hint{background:#e3f2fd;padding:1rem;border-radius:8px;color:#1565c0;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;border-left:4px solid #2196f3}.comparison-hint i{font-size:1.2rem}.stage-selection{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.stage-button{padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:25px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500;color:#2c3e50;display:flex;align-items:center;gap:.5rem}.stage-button:hover{border-color:#3498db;background:#f0f8ff;transform:translateY(-2px)}.stage-button.selected{background:#3498db;color:#fff;border-color:#3498db}.stage-button.selected i{color:#fff}.run-comparison-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;margin:1.5rem auto;box-shadow:0 4px 15px #667eea66}.run-comparison-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.run-comparison-button:disabled{opacity:.5;cursor:not-allowed}.comparison-results{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.comparison-results h3{margin:0 0 1.5rem;font-size:1.3rem;color:#2c3e50;display:flex;align-items:center;gap:.75rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.result-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.result-label{font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:500}.result-value{font-size:1.5rem;font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:.5rem}.result-value.significant,.result-value.significant i{color:#27ae60}.result-value.not-significant,.result-value.not-significant i{color:#e74c3c}.result-interpretation{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.result-interpretation h4{margin:0 0 1rem;font-size:1.1rem;color:#2c3e50;display:flex;align-items:center;gap:.5rem}.result-interpretation h4 i{color:#f39c12}.result-interpretation p{margin:.75rem 0;line-height:1.6;color:#555}.sample-sizes{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;font-size:.95rem;color:#666}.sample-sizes strong{color:#2c3e50;margin-right:.5rem}.sample-sizes span{display:inline-block;margin-right:1rem}@media(max-width:768px){.surveys-container{padding:1rem}.surveys-section{padding:1.5rem}.surveys-stats-grid,.charts-grid,.surveys-filters{grid-template-columns:1fr}.results-summary{flex-direction:column;gap:1rem}.results-grid{grid-template-columns:1fr}}.app-container{display:flex;flex-direction:column;height:100vh;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.app-header{background-color:#fff;color:#1e293b;padding:0 2rem;box-shadow:0 2px 4px #0000000d;position:relative;z-index:100;flex-shrink:0;border-bottom:1px solid #e2e8f0}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;height:64px}.header-left{display:flex;align-items:center;gap:1rem}.header-logo{height:40px;width:auto;max-width:150px;object-fit:contain}.header-icon-fallback{display:inline-flex;align-items:center}.header-icon{font-size:1.5rem;color:#3b82f6}.header-left h1{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a}.header-center{display:flex;justify-content:center;align-items:center}.header-nav{display:flex;gap:.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;color:#475569;text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.875rem;transition:all .2s ease;border:1px solid transparent}.nav-link:hover{background-color:#f1f5f9;color:#1e293b}.nav-link.active{background-color:#eff6ff;color:#2563eb;font-weight:600}.nav-link i{font-size:1rem}.app-content{flex:1;overflow-y:auto;width:100%}.error-message{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:20px;margin:20px;text-align:center;box-shadow:0 4px 6px -1px #0000001a}.error-message h3{margin-top:0;font-size:1.25rem;font-weight:600}.error-message button{background-color:#ef4444;color:#fff;border:none;padding:10px 18px;border-radius:6px;cursor:pointer;margin-top:12px;font-weight:500;transition:all .2s}.error-message button:hover{background-color:#dc2626;transform:translateY(-1px)}@media(max-width:768px){.app-header{padding:0 1rem}.header-content{flex-wrap:wrap;height:auto;padding:.5rem 0;justify-content:center}.header-left{width:100%;justify-content:center;order:1}.header-nav{width:100%;justify-content:center;order:2}}: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}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#333}h1{font-size:3.2em;line-height:1.1}#root{width:100%;height:100vh}.app-container{width:100%;height:100%;display:flex;flex-direction:column}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}
