.user-menu{position:relative;display:inline-block}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:background-color .2s ease}.user-menu-trigger:hover{background:#fff3}.user-avatar{width:32px;height:32px;border-radius:50%;background:#3498db;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.user-name{font-size:.9rem;font-weight:500}.chevron{font-size:.7rem;transition:transform .2s ease}.user-menu-trigger[aria-expanded=true] .chevron{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;overflow:hidden}.user-info{padding:1rem}.user-display-name{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.user-email{font-size:.85rem;color:#6c757d}.user-menu-dropdown hr{margin:0;border:none;border-top:1px solid #e9ecef}.logout-button{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;color:#e74c3c;cursor:pointer;transition:background-color .2s ease}.logout-button:hover{background:#f8f9fa}.user-menu-overlay{position:fixed;inset:0;z-index:999}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin:1rem auto}.sidebar{width:250px;background-color:#2c3e50;color:#fff;display:flex;flex-direction:column;min-height:100vh}.sidebar-header{padding:1.5rem 1rem;border-bottom:1px solid #34495e}.sidebar-header h2{font-size:1.25rem;font-weight:600}.nav-list{list-style:none;padding:1rem 0;flex:1}.sidebar-footer{padding:1rem;border-top:1px solid #34495e}.nav-list li{margin:0}.nav-link{display:block;padding:.75rem 1rem;color:#bdc3c7;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.nav-link:hover{background-color:#34495e;color:#fff}.nav-link.active{background-color:#3498db;color:#fff;border-left-color:#2980b9}.plugin-details-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.plugin-details-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:800px;width:90%;max-height:90%;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5;background-color:#f8f9fa}.modal-header h2{margin:0;color:#333;font-size:1.5rem}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.modal-close:hover{background-color:#e9ecef;color:#333}.modal-content{padding:20px;overflow-y:auto;flex:1}.loading-state{text-align:center;padding:40px;color:#666}.error-state{text-align:center;padding:40px}.error-state p{color:#dc3545;margin-bottom:20px}.plugin-info{display:flex;flex-direction:column;gap:24px}.basic-info h3,.schema-info h3{margin:0 0 16px;color:#333;font-size:1.2rem;border-bottom:2px solid #007bff;padding-bottom:8px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.info-item.full-width{grid-column:1 / 3}.info-item{display:flex;flex-direction:column;gap:4px}.info-item label{font-weight:600;color:#555;font-size:.9rem}.info-item span{color:#333;background-color:#f8f9fa;padding:8px 12px;border-radius:4px;border:1px solid #e9ecef;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem}.properties-section{margin-top:20px}.properties-section h4{margin:0 0 12px;color:#555;font-size:1rem}.properties-list{display:flex;flex-direction:column;gap:12px}.property-item{border:1px solid #e9ecef;border-radius:6px;padding:12px;background-color:#f8f9fa}.property-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.property-name-container{display:flex;align-items:center;gap:8px}.expand-button{background:none;border:none;cursor:pointer;padding:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:3px;transition:background-color .2s;color:#666;font-size:12px}.expand-button:hover{background-color:#e9ecef;color:#333}.expand-button.expanded{color:#007bff}.property-name{font-weight:600;color:#333}.property-type{background-color:#007bff;color:#fff;padding:2px 8px;border-radius:12px;font-size:.8rem;font-weight:500}.property-details{display:flex;flex-direction:column;gap:4px}.property-title{font-weight:500;color:#555}.property-description{color:#666;font-size:.9rem;line-height:1.4}.property-default{color:#666;font-size:.85rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;background-color:#e9ecef;padding:4px 8px;border-radius:4px;display:inline-block;margin-top:4px}.required-section{margin-top:20px}.required-section h4{margin:0 0 12px;color:#555;font-size:1rem}.required-list{display:flex;flex-wrap:wrap;gap:8px}.required-property{background-color:#dc3545;color:#fff;padding:4px 8px;border-radius:12px;font-size:.85rem;font-weight:500}.nested-property{border-left:3px solid #e9ecef;background-color:#fdfdfd}.nested-properties{margin-top:8px;border-left:2px solid #dee2e6;padding-left:4px}.property-type[data-type=object]{background-color:#28a745}.property-item[style*=margin-left]{border-left:2px solid #e9ecef;padding-left:12px;margin-top:8px}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:500;text-decoration:none;display:inline-block;transition:all .2s}.btn-primary:hover{background-color:#0056b3}@media (max-width: 768px){.plugin-details-modal{width:95%;max-height:95%}.modal-header,.modal-content{padding:16px}.info-grid{grid-template-columns:1fr}.property-header{flex-direction:column;align-items:flex-start;gap:8px}}.plugin-list{max-width:1200px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{color:#2c3e50;margin:0}.header-controls{display:flex;gap:1rem;align-items:center}.search-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;min-width:200px}.loading-state,.empty-state{text-align:center;padding:3rem;color:#6c757d}.error-banner{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.btn-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#721c24}.tab-container{margin-top:1rem}.tabs{display:flex;border-bottom:2px solid #e9ecef;margin-bottom:2rem}.tab{padding:.75rem 1.5rem;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;color:#6c757d;font-weight:500;transition:all .2s ease}.tab:hover{color:#495057}.tab.active{color:#3498db;border-bottom-color:#3498db}.tab-content{min-height:400px}.plugin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.plugin-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.plugin-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.plugin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.plugin-header h3{margin:0;color:#2c3e50}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.installed{background-color:#d4edda;color:#155724}.status-badge.available{background-color:#cce5ff;color:#004085}.status-badge.uninstalled{background-color:#f8d7da;color:#721c24}.plugin-version,.plugin-sdk,.plugin-category,.plugin-location{color:#6c757d;font-size:.9rem;margin-bottom:.5rem}.plugin-description{color:#495057;margin-bottom:1.5rem;line-height:1.4}.plugin-actions{display:flex;gap:.5rem}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:90%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.btn-close:hover{background-color:#e9ecef;color:#333}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#333;font-size:14px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #4285f41a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.7}.code-textarea{font-family:Courier New,Courier,monospace;background-color:#f8f9fa;font-size:12px}.form-help{display:block;margin-top:4px;color:#666;font-size:12px}.text-muted{color:#6c757d!important}.properties-validation{display:flex;align-items:center;gap:12px;margin-top:8px;margin-bottom:4px}.validation-success{color:#28a745;font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px}.btn-sm{padding:6px 12px;font-size:12px;border-radius:3px}@media (max-width: 768px){.dialog{width:95%;margin:20px}.form-row{grid-template-columns:1fr}.dialog-actions{flex-direction:column-reverse}.btn{width:100%}}.job-stats-panel{position:fixed;top:0;right:0;width:600px;height:100vh;background:#fff;border-left:1px solid #e0e0e0;box-shadow:-2px 0 10px #0000001a;z-index:1000;display:flex;flex-direction:column}.panel-header{padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.panel-header h2{margin:0;font-size:1.25rem;color:#333}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;color:#666;border-radius:4px}.close-button:hover{background:#e9ecef;color:#333}.panel-content{flex:1;overflow-y:auto;padding:1rem}.job-overview{margin-bottom:2rem}.job-overview h3{margin:0 0 1rem;font-size:1.1rem;color:#333;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.overview-item{display:flex;flex-direction:column;gap:.25rem}.overview-item label{font-weight:600;font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.overview-item span{font-size:.875rem;color:#333;word-break:break-all}.overview-item .status{padding:.25rem .5rem;border-radius:4px;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px;display:inline-block;width:fit-content}.status.running{background:#d4edda;color:#155724}.status.stopped,.status.idle{background:#f8d7da;color:#721c24}.status.failed{background:#f5c6cb;color:#721c24}.status.finished{background:#d1ecf1;color:#0c5460}.job-counters h3{margin:0 0 1rem;font-size:1.1rem;color:#333;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.counter-groups{display:flex;flex-direction:column;gap:1.5rem}.counter-group h4{margin:0 0 .75rem;font-size:1rem;color:#495057}.counter-list{display:grid;gap:.5rem}.counter-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f8f9fa;border-radius:4px;border-left:3px solid #007bff}.counter-name{font-size:.875rem;color:#495057;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.counter-value{font-weight:600;font-size:1rem;color:#007bff;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.failure-details{margin-top:2rem;padding:1rem;background:#fff5f5;border:1px solid #fed7d7;border-radius:4px}.failure-details h3{margin:0 0 1rem;font-size:1.1rem;color:#c53030}.failure-item{margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:4px;border-left:3px solid #e53e3e}.failure-service{font-weight:600;color:#c53030;margin-bottom:.5rem;font-size:.875rem}.failure-message{color:#333;font-size:.875rem;line-height:1.4}.fetch-candidate-count{font-weight:600;color:#007bff;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.destination-documents{margin-top:2rem}.destination-documents h3{margin:0 0 1rem;font-size:1.1rem;color:#333;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.document-count-info{background:#f8f9fa;padding:1rem;border-radius:4px;border-left:3px solid #28a745}.document-sample{margin-top:1rem;padding-top:1rem;border-top:1px solid #dee2e6}.document-sample h4{margin:0 0 .75rem;font-size:.95rem;color:#495057}.error-message{color:#c53030;background:#fff5f5;padding:.75rem;border-radius:4px;border-left:3px solid #e53e3e;font-size:.875rem}@media (max-width: 768px){.job-stats-panel{width:100%}.overview-grid{grid-template-columns:1fr}}.job-list{max-width:1400px}.page-header>h1{margin:0 0 16px;color:#333}.job-metrics{display:flex;gap:24px;margin-bottom:16px;flex-wrap:wrap}.metric{display:flex;flex-direction:column;align-items:center;padding:12px 16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;min-width:80px}.metric-value{font-size:24px;font-weight:600;color:#333;line-height:1}.metric-label{font-size:12px;color:#666;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.job-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.job-table{width:100%;border-collapse:collapse}.job-table th,.job-table td{padding:1rem;text-align:left;border-bottom:1px solid #e9ecef}.job-table th{background-color:#f8f9fa;font-weight:600;color:#495057;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.job-table tbody tr:hover{background-color:#f8f9fa}.status-cell{display:flex;align-items:center;gap:.5rem}.status-icon{font-size:1rem}.status-text{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-text.running,.status-text.starting{background-color:#d4edda;color:#155724}.status-text.stopped,.status-text.stopping,.status-text.idle{background-color:#e2e3e5;color:#383d41}.status-text.failed,.status-text.failing{background-color:#f8d7da;color:#721c24}.status-text.finished{background-color:#d1ecf1;color:#0c5460}.status-text.finishing{background-color:#fff3cd;color:#856404}.job-name-cell{max-width:200px}.job-name{font-weight:500;color:#2c3e50;margin-bottom:2px}.job-description{font-size:12px;color:#666;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.datasource-info{font-size:12px;color:#666}.datasource-info>div{margin-bottom:2px}.job-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-primary{background-color:#007bff;color:#fff}.btn-secondary{background-color:#6c757d;color:#fff}.btn-danger-outline{background-color:transparent;color:#dc3545;border:1px solid #dc3545}.btn-danger-outline:hover:not(:disabled){background-color:#dc3545;color:#fff}@media (max-width: 768px){.job-metrics{gap:12px}.metric{min-width:60px;padding:8px 12px}.metric-value{font-size:18px}.header-controls{flex-direction:column}.job-table-container{overflow-x:auto}.job-table{min-width:600px}}.dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:90%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}.dialog-header h2{margin:0;color:#333;font-size:1.25rem}.btn-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.btn-close:hover:not(:disabled){background-color:#e9ecef;color:#333}.btn-close:disabled{opacity:.5;cursor:not-allowed}.dialog-content{padding:20px;overflow-y:auto;flex:1}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.file-upload-area{border:2px dashed #ddd;border-radius:8px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s ease;background-color:#fafafa}.file-upload-area:hover{border-color:#4285f4;background-color:#4285f405}.file-upload-area.drag-active{border-color:#4285f4;background-color:#4285f40d;transform:scale(1.02)}.file-upload-area.has-file{border-color:#28a745;background-color:#28a74505}.file-input-hidden{display:none}.upload-prompt{display:flex;flex-direction:column;align-items:center;gap:12px}.upload-icon{font-size:48px;opacity:.6}.upload-text p{margin:0 0 4px;color:#333;font-size:14px}.upload-hint{color:#666;font-size:12px}.file-selected{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#fff;border-radius:6px;border:1px solid #ddd}.file-icon{font-size:24px}.file-info{flex:1;text-align:left}.file-name{font-weight:500;color:#333;font-size:14px;margin-bottom:2px}.file-size{color:#666;font-size:12px}.remove-file{background:none;border:none;font-size:18px;cursor:pointer;color:#dc3545;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.remove-file:hover:not(:disabled){background-color:#dc35451a}.remove-file:disabled{opacity:.5;cursor:not-allowed}.form-help{display:block;margin-top:8px;color:#666;font-size:12px}.error-message{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:4px;margin-bottom:20px;border:1px solid #f5c6cb;font-size:14px}.dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e0e0e0}.btn{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background-color:#4285f4;color:#fff}.btn-primary:hover:not(:disabled){background-color:#3367d6}.btn-secondary{background-color:#f8f9fa;color:#333;border:1px solid #ddd}.btn-secondary:hover:not(:disabled){background-color:#e9ecef}@media (max-width: 768px){.dialog{width:95%;margin:20px}.dialog-actions{flex-direction:column-reverse}.btn{width:100%}.file-upload-area{padding:30px 15px}.upload-icon{font-size:36px}}.driver-list{max-width:1400px}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.page-header>h1{margin:0 0 8px;color:#333}.page-description{margin:0 0 16px;color:#666;font-size:14px}.header-controls{display:flex;gap:12px;justify-content:flex-end}.driver-stats{display:flex;gap:24px;margin-bottom:24px}.stat-card{display:flex;flex-direction:column;align-items:center;padding:16px 24px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;min-width:120px}.stat-value{font-size:28px;font-weight:600;color:#333;line-height:1}.stat-label{font-size:12px;color:#666;margin-top:4px;text-transform:uppercase;letter-spacing:.5px;text-align:center}.driver-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.driver-table{width:100%;border-collapse:collapse}.driver-table th,.driver-table td{padding:1rem;text-align:left;border-bottom:1px solid #e9ecef}.driver-table th{background-color:#f8f9fa;font-weight:600;color:#495057;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.driver-table tbody tr:hover{background-color:#f8f9fa}.driver-id{font-weight:500;color:#333;font-family:Courier New,Courier,monospace;font-size:14px}.driver-class{font-family:Courier New,Courier,monospace;font-size:12px;color:#666;max-width:300px;word-break:break-all}.driver-date{font-size:14px;color:#666}.driver-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn{border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.375rem .75rem;font-size:.8rem}.btn-primary{background-color:#007bff;color:#fff;padding:10px 20px;font-size:14px}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff;padding:10px 20px;font-size:14px}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.error-banner{background-color:#f8d7da;color:#721c24;padding:12px 16px;border-radius:4px;margin-bottom:20px;border:1px solid #f5c6cb;display:flex;justify-content:space-between;align-items:center}.btn-close{background:none;border:none;font-size:18px;cursor:pointer;color:inherit;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.loading-state,.empty-state{text-align:center;padding:40px 20px;color:#666}.empty-state p:first-child{font-size:18px;font-weight:500;margin-bottom:8px}.empty-state p:last-child{font-size:14px;color:#888}@media (max-width: 768px){.driver-stats{gap:12px}.stat-card{min-width:80px;padding:12px 16px}.stat-value{font-size:20px}.header-controls{flex-direction:column}.driver-table-container{overflow-x:auto}.driver-table{min-width:600px}}.dashboard h1{margin-bottom:2rem;color:#2c3e50}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stat-card h3{margin-bottom:1rem;color:#7f8c8d;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2rem;font-weight:700;color:#2c3e50}.status-healthy{color:#27ae60}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;overflow:hidden;max-width:400px;width:100%}.login-header{background:#2c3e50;color:#fff;padding:2rem;text-align:center}.login-header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.login-header p{margin:0;opacity:.8;font-size:.9rem}.login-content{padding:2rem;text-align:center}.login-content h2{margin:0 0 .5rem;color:#2c3e50;font-size:1.5rem}.login-content p{margin:0 0 2rem;color:#6c757d;line-height:1.5}.login-button{width:100%;padding:.875rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.login-button:hover:not(:disabled){background:#2980b9;transform:translateY(-1px)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.error-message{background:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1.5rem;font-size:.9rem}.app{display:flex;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.main-content{flex:1;padding:2rem;background-color:#f8f9fa;overflow-y:auto}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;color:#6c757d}.auth-loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
