body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{background:#fff;min-height:100vh}.loading{align-items:center;background:#fff;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ff4c001a;border-radius:50%;border-top-color:#ff4c00;height:50px;width:50px}.loading-text{color:#1f2937;font-size:1.2rem;font-weight:500}.dark .App,.dark .loading,.dark body{background:#000}.dark .loading-text{color:#f9fafb}.dark .loading-spinner{border-color:#ff4c00 #ff4c0033 #ff4c0033}.login-container{background:#fff;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh}.login-top-banner{align-items:center;background:#f8f8f8;border-bottom:1px solid #eee;color:#1f2937;display:flex;font-size:12px;height:28px;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.login-top-banner .brand-name{color:#ff4c00;font-weight:600;margin-left:4px}.login-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:48px 20px 20px}.login-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:440px;padding:48px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff4c00,#ff6b35);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:8px}.login-header p{color:#6b7280;font-size:.95rem}.form-group{margin-bottom:24px}.form-group input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .2s}.form-group input:disabled{cursor:not-allowed;opacity:.6}.error-message{border:1px solid #fecaca;border-radius:8px;margin-bottom:20px;padding:12px 16px}.login-btn{background:linear-gradient(135deg,#ff4c00,#ff6b35);border:none;border-radius:8px;box-shadow:0 4px 12px #ff4c004d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 24px;transition:all .2s;width:100%}.login-btn:hover:not(:disabled){box-shadow:0 6px 16px #ff4c0066;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.dark .login-container{background:#000}.dark .login-top-banner{background:#000;border-bottom:1px solid #ffffff26;color:#f9fafb}.dark .login-box{background:#0f0f0fcc;border:1px solid #ffffff26;box-shadow:0 20px 25px -5px #00000080}.dark .login-header p{color:#9ca3af}.dark .form-group input::placeholder{color:#6b7280}.dark .form-group input:focus{background:#ffffff14}.dark .error-message{background:#dc26261a;border-color:#dc26264d}@media (max-width:768px){.login-box{max-width:100%;padding:32px 24px}.login-header h1{font-size:1.75rem}}.dashboard{background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh}.top-banner{align-items:center;background:#f8f8f8;border-bottom:1px solid #eee;color:#1f2937;display:flex;font-size:12px;height:28px;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.top-banner .brand-name{color:#ff4c00;font-weight:600;margin-left:4px}.dashboard-header{align-items:center;background:#f8f8f8;border-bottom:1px solid #eee;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;left:0;padding:20px 40px;position:fixed;right:0;top:28px;z-index:999}.header-content h1{color:#1f2937;font-size:1.75rem;margin-bottom:4px}.last-updated{color:#6b7280;font-size:.85rem}.refreshing-indicator{align-items:center;color:#3b82f6;display:inline-flex;font-size:.85rem;font-weight:500;gap:6px;margin-left:12px}.spinner-small{animation:spin .8s linear infinite;border:2px solid #3b82f640;border-radius:50%;border-top-color:#3b82f6;height:12px;width:12px}.header-actions{align-items:center;display:flex;gap:12px}.time-range-selector{align-items:center;display:flex;gap:.5rem}.time-range-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.time-range-select:hover{border-color:#ff4c00}.time-range-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem;text-align:center}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;padding:24px;width:90%}.modal-content h3{color:#1f2937;font-size:1.25rem;margin-bottom:20px}.form-group label{color:#6b7280}.form-group input{border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:.95rem;padding:8px 12px;width:100%}.form-group input:focus{border-color:#ff4c00;box-shadow:0 0 0 3px #ff4c001a;outline:none}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-primary{background:linear-gradient(135deg,#ff4c00,#ff6b35);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s}.btn-primary:hover{box-shadow:0 4px 12px #ff4c0066;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.resource-breakdown-mini{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.resource-breakdown-mini h4{color:#6b7280;font-size:.9rem;margin-bottom:12px}.resource-type-item{display:flex;font-size:.85rem;justify-content:space-between;padding:4px 0}.resource-type-item span{color:#6b7280}.resource-type-item strong{color:#1f2937;font-weight:600}.manage-users-btn{background:#fff;border:2px solid #ff4c00;border-radius:8px;color:#ff4c00;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .2s}.manage-users-btn:hover{background:#ff4c00;box-shadow:0 4px 12px #ff4c0066;color:#fff;transform:translateY(-2px)}.theme-toggle-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:1.25rem;padding:8px 16px;transition:all .2s}.theme-toggle-btn:hover{border-color:#ff4c00;transform:translateY(-2px)}.logout-btn{background:linear-gradient(135deg,#ff4c00,#ff6b35);border:none;border-radius:8px;box-shadow:0 2px 8px #ff4c004d;color:#fff;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s}.logout-btn:hover{box-shadow:0 4px 12px #ff4c0066;transform:translateY(-2px)}.error-banner{background-color:#fee2e2;color:#dc2626;font-weight:500;padding:16px;text-align:center}.dashboard-content{margin:108px auto 0;max-width:1400px;padding:40px}.loading-state{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #ff4c001a;border-radius:50%;border-top-color:#ff4c00;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-state p{color:#6b7280;font-size:1.1rem;font-weight:500}section{margin-bottom:40px}section h2{color:#1f2937;font-size:1.5rem;margin-bottom:20px}.cards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:24px;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-4px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.card-header h3{color:#1f2937;font-size:1.25rem}.status-badge{border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:6px 12px;text-transform:capitalize}.card-body{display:flex;flex-direction:column;gap:16px}.metric{align-items:center;display:flex;justify-content:space-between}.metric-label{color:#6b7280;font-size:.9rem}.metric-value{color:#1f2937;font-size:1.25rem;font-weight:600}.metrics-card h3{color:#1f2937;font-size:1.1rem;margin-bottom:20px}.metrics-list{gap:20px}.metric-item,.metrics-list{display:flex;flex-direction:column}.metric-item{gap:8px}.metric-item .metric-label{color:#6b7280;font-size:.85rem;font-weight:500}.metric-bar{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:100%}.metric-bar-fill{background:linear-gradient(90deg,#ff4c00,#ff6b35);height:100%;transition:width .3s ease}.metric-item .metric-value{color:#1f2937;font-size:1rem;font-weight:600}.metric-item .error-value{color:#dc2626}.costs-section{margin-bottom:40px}.costs-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.costs-history-card,.costs-summary-card{grid-column:span 1;min-height:400px}@media (max-width:1200px){.costs-grid{grid-template-columns:1fr}.costs-history-card,.costs-summary-card{grid-column:span 1}}.costs-header{margin-bottom:24px}.costs-header h3{color:#6b7280;font-size:1rem;margin-bottom:8px}.cost-granularity{margin-top:8px}.granularity-badge{background:#f3f4f6;border-radius:12px;color:#6b7280;display:inline-block;font-size:.75rem;font-weight:600;padding:4px 12px;text-transform:uppercase}.total-cost{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:8px}.currency{color:#6b7280;font-size:1.25rem;font-weight:500}.trend{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;margin-top:8px;padding:4px 12px}.trend.up{background-color:#fee2e2;color:#dc2626}.trend.down{background-color:#d1fae5;color:#059669}.costs-breakdown{border-top:2px solid #e5e7eb;padding-top:20px}.costs-breakdown h4{color:#1f2937;font-size:1rem;margin-bottom:16px}.cost-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:12px 0}.cost-item:last-child{border-bottom:none}.service-name{color:#4b5563;font-size:.95rem}.service-cost{color:#1f2937;font-size:1rem;font-weight:600}.cost-chart{-webkit-overflow-scrolling:touch;align-items:flex-end;display:flex;gap:4px;height:270px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:20px 10px;scrollbar-width:thin}.chart-bar-container{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;max-width:80px;min-width:44px}.chart-bar-wrapper{align-items:flex-end;display:flex;height:180px;justify-content:center;margin-bottom:8px;width:100%}.chart-bar{background:linear-gradient(180deg,#ff4c00,#ff6b35);border-radius:4px 4px 0 0;min-height:4px;transition:all .3s ease;width:80%}.chart-bar:hover{opacity:.8;transform:scaleY(1.02)}.chart-label{color:#6b7280;font-size:.7rem;margin-bottom:4px}.chart-label,.chart-value{text-align:center;white-space:nowrap}.chart-value{color:#1f2937;font-size:.72rem;font-weight:600}.costs-detailed-card{grid-column:1/-1}.costs-breakdown-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.cost-item-detailed{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.cost-item-detailed .service-name{color:#4b5563;font-size:.9rem}.cost-item-detailed .service-cost{color:#1f2937;font-size:.95rem;font-weight:600}.alerts-section .cards-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.alerts-card h3{color:#1f2937;font-size:1.1rem;margin-bottom:20px}.alerts-list{display:flex;flex-direction:column;gap:16px}.alert-item{background:#f9fafb;border-left:4px solid #6b7280;border-radius:8px;padding:16px}.alert-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.alert-severity{border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;text-transform:uppercase}.alert-time{color:#6b7280;font-size:.85rem}.alert-title{color:#1f2937;font-size:1rem;font-weight:600;margin-bottom:4px}.alert-description{color:#6b7280;font-size:.9rem;margin-bottom:12px}.alert-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:8px}.alert-resource{color:#4b5563;font-family:monospace;font-size:.85rem}.alert-status{border-radius:12px;font-size:.75rem;font-weight:600;padding:4px 10px;text-transform:capitalize}.alert-status.active{background-color:#fee2e2;color:#dc2626}.alert-status.resolved{background-color:#d1fae5;color:#059669}.no-alerts{color:#9ca3af;font-size:.95rem;padding:40px 20px;text-align:center}.alert-value{color:#f59e0b!important}.uptime-card h3{color:#1f2937;font-size:1.1rem;margin-bottom:20px}.uptime-stats{grid-gap:16px;border-bottom:2px solid #e5e7eb;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px;padding-bottom:20px}.uptime-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.stat-label{color:#6b7280;font-size:.85rem;margin-bottom:8px}.stat-value{color:#1f2937;font-size:1.5rem;font-weight:700}.stat-value.small{font-size:.9rem;font-weight:500}.uptime-chart{align-items:flex-end;display:flex;gap:2px;height:100px;justify-content:space-between;padding:10px 0}.uptime-bar{border-radius:2px;cursor:pointer;flex:1 1;min-width:4px;transition:all .2s}.uptime-bar:hover{opacity:.8;transform:scaleY(1.05)}.trends-section{margin-bottom:40px}.env-selector{display:flex;gap:12px;margin-bottom:24px}.env-tab{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s}.env-tab:hover{border-color:#ff4c00;color:#ff4c00}.env-tab.active{background:linear-gradient(135deg,#ff4c00,#ff6b35);border-color:#ff4c00;box-shadow:0 2px 8px #ff4c004d;color:#fff}.trends-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.trend-card h4{color:#1f2937;font-size:1rem;margin-bottom:16px}.trend-chart{align-items:flex-end;display:flex;gap:2px;height:150px;justify-content:space-between;padding:10px 0}.trend-bar-container{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:center}.trend-bar{background:linear-gradient(180deg,#ff4c00,#ff6b35);border-radius:2px 2px 0 0;cursor:pointer;min-height:2px;transition:all .2s;width:100%}.trend-bar:hover{opacity:.8;transform:scaleY(1.05)}.resources-card h3{color:#1f2937;font-size:1.1rem;margin-bottom:20px}.resource-summary{border-bottom:2px solid #e5e7eb;margin-bottom:24px;padding-bottom:20px}.resource-stat{align-items:center;display:flex;justify-content:space-between}.resource-breakdown{margin-bottom:20px}.resource-breakdown h4{color:#1f2937;font-size:.95rem;margin-bottom:12px}.resource-item{align-items:center;background:#f9fafb;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:8px;padding:10px 12px}.resource-type{color:#4b5563;font-size:.9rem}.resource-count{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#1f2937;font-size:.95rem;font-weight:600;padding:4px 12px}.dark .dashboard{background:#000;color:#f9fafb}.dark .time-range-select{background:#0f0f0f99;border-color:#ffffff26;color:#f9fafb}.dark .time-range-select:hover{border-color:#ff4c00}.dark .time-range-info{background:#0f0f0f99;border-color:#ffffff26;color:#9ca3af}.dark .modal-content{background:#0f0f0ff2;border:1px solid #ffffff26}.dark .modal-content h3{color:#f9fafb}.dark .form-group label{color:#9ca3af}.dark .form-group input{background:#ffffff0d;border-color:#ffffff26;color:#f9fafb}.dark .form-group input:focus{border-color:#ff4c00;box-shadow:0 0 0 3px #ff4c0033}.dark .btn-secondary{background:#0f0f0f99;border-color:#ffffff26;color:#9ca3af}.dark .btn-secondary:hover{background:#ffffff0d;border-color:#ffffff40}.dark .resource-breakdown-mini{border-top-color:#ffffff26}.dark .resource-breakdown-mini h4,.dark .resource-type-item span{color:#9ca3af}.dark .resource-type-item strong{color:#f9fafb}.dark .top-banner{color:#f9fafb}.dark .dashboard-header,.dark .top-banner{background:#000;border-bottom:1px solid #ffffff26}.dark .header-content h1{color:#f9fafb}.dark .last-updated{color:#9ca3af}.dark .manage-users-btn{background:#0f0f0f99;border-color:#ff4c00;color:#ff4c00}.dark .manage-users-btn:hover{background:#ff4c00;color:#fff}.dark .theme-toggle-btn{background:#0f0f0f99;border-color:#ffffff26;color:#f9fafb}.dark .theme-toggle-btn:hover{background:#ff4c0026;border-color:#ff4c00}.dark .dashboard-content{background:#000}.dark section h2{color:#f9fafb}.dark .card{background:#0f0f0f99;border:1px solid #ffffff26}.dark .card:hover{box-shadow:0 8px 12px #0000004d}.dark .alerts-card h3,.dark .card-header h3,.dark .metrics-card h3,.dark .resources-card h3,.dark .trend-card h4,.dark .uptime-card h3{color:#f9fafb}.dark .metric-label,.dark .stat-label{color:#9ca3af}.dark .metric-value,.dark .stat-value{color:#f9fafb}.dark .metric-bar{background:#ffffff1a}.dark .costs-header h3{color:#9ca3af}.dark .total-cost{color:#f9fafb}.dark .currency{color:#9ca3af}.dark .costs-breakdown{border-top-color:#ffffff26}.dark .costs-breakdown h4,.dark .resource-breakdown h4{color:#f9fafb}.dark .resource-type,.dark .service-name{color:#d1d5db}.dark .resource-count,.dark .service-cost{color:#f9fafb}.dark .cost-item{border-bottom-color:#ffffff1a}.dark .chart-label{color:#9ca3af}.dark .chart-value{color:#f9fafb}.dark .cost-item-detailed{background:#0f0f0f99;border-color:#ffffff26}.dark .alert-item{background:#0f0f0f99;border-left-color:#6b7280}.dark .alert-title{color:#f9fafb}.dark .alert-description,.dark .alert-time{color:#9ca3af}.dark .alert-footer{border-top-color:#ffffff26}.dark .alert-resource{color:#d1d5db}.dark .no-alerts{color:#6b7280}.dark .uptime-stats{border-bottom-color:#ffffff26}.dark .env-tab{background:#0f0f0f99;border-color:#ffffff26;color:#9ca3af}.dark .env-tab:hover{border-color:#ff4c00;color:#ff4c00}.dark .resource-summary{border-bottom-color:#ffffff26}.dark .resource-item{background:#0f0f0f99}.dark .resource-count{background:#ffffff0d;border-color:#ffffff26}.dark .loading-state p{color:#9ca3af}.dark .spinner{border-color:#ff4c00 #ff4c0033 #ff4c0033}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease}@media (max-width:1024px){.dashboard-header{padding:16px 20px}.header-actions{flex-wrap:wrap;justify-content:flex-end}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.alerts-section .cards-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-header{align-items:stretch;flex-direction:column;gap:16px;margin-top:28px;padding:20px;position:static}.header-content h1{font-size:1.35rem}.header-actions{flex-wrap:wrap;gap:8px;justify-content:flex-start}.logout-btn,.manage-users-btn,.theme-toggle-btn,.time-range-select{font-size:.85rem;padding:8px 14px}.dashboard-content{margin-top:0;padding:20px}.costs-grid{grid-template-columns:1fr}.cost-chart{height:220px}.chart-bar-container{min-width:40px}.costs-breakdown-grid{grid-template-columns:1fr}.card{padding:16px}.cards-grid{grid-template-columns:1fr}.total-cost{font-size:2rem}.uptime-stats{grid-template-columns:1fr}.env-selector{flex-direction:column}.alerts-section .cards-grid,.trends-grid{grid-template-columns:1fr}}.user-management-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.user-management-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:1000px;overflow:hidden;width:90%}.modal-header{align-items:center;background:#f8f8f8;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:24px 32px}.modal-header h2{color:#1f2937;font-size:1.5rem;margin:0}.close-btn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:4px 8px;transition:color .2s}.close-btn:hover{color:#ff4c00}.error-message{background:#fee2e2;color:#dc2626;font-size:.9rem;font-weight:500;padding:12px 32px}.user-management-modal .modal-content{background:#0000;border-radius:0;box-shadow:none;flex:1 1;max-width:none;overflow-y:auto;padding:24px 32px;width:100%}.actions-bar{margin-bottom:24px}.add-user-btn{background:linear-gradient(135deg,#ff4c00,#ff6b35);border:none;border-radius:8px;box-shadow:0 2px 8px #ff4c004d;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s}.add-user-btn:hover{box-shadow:0 4px 12px #ff4c0066;transform:translateY(-2px)}.add-user-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;padding:24px}.form-group{margin-bottom:16px}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;padding:10px 14px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#ff4c00;box-shadow:0 0 0 3px #ff4c001a;outline:none}.submit-btn{background:linear-gradient(135deg,#ff4c00,#ff6b35);border:none;border-radius:8px;box-shadow:0 2px 8px #ff4c004d;color:#fff;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s}.submit-btn:hover{box-shadow:0 4px 12px #ff4c0066;transform:translateY(-2px)}.users-table{overflow-x:auto}.users-table table{border-collapse:collapse;width:100%}.users-table thead{background:#f9fafb}.users-table th{border-bottom:2px solid #e5e7eb;color:#374151;font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:12px 16px;text-align:left;text-transform:uppercase}.users-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.users-table tbody tr:hover{background:#f9fafb}.users-table td{color:#1f2937;font-size:.9rem;padding:16px}.username-cell{color:#ff4c00;font-weight:600}.date-cell{color:#6b7280;font-size:.85rem}.role-select{border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 12px;transition:all .2s}.role-select:not(:disabled):hover{border-color:#ff4c00}.role-select:disabled{cursor:not-allowed;opacity:.5}.delete-btn{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 16px;transition:all .2s}.delete-btn:hover:not(:disabled){background:#fecaca;border-color:#dc2626}.delete-btn:disabled{cursor:not-allowed;opacity:.4}.dark .user-management-modal{background:#000;border:1px solid #ffffff26}.dark .user-management-modal .modal-content{background:#0000}.dark .modal-header{background:#000;border-bottom-color:#ffffff26}.dark .modal-header h2{color:#f9fafb}.dark .close-btn{color:#9ca3af}.dark .close-btn:hover{color:#ff4c00}.dark .add-user-form{background:#0f0f0f99;border-color:#ffffff26}.dark .form-group label{color:#f9fafb}.dark .form-group input,.dark .form-group select{background:#ffffff0d;border-color:#ffffff26;color:#f9fafb}.dark .form-group input:focus,.dark .form-group select:focus{border-color:#ff4c00;box-shadow:0 0 0 3px #ff4c0033}.dark .users-table thead{background:#0f0f0f99}.dark .users-table th{border-bottom-color:#ffffff26;color:#f9fafb}.dark .users-table tbody tr{border-bottom-color:#ffffff1a}.dark .users-table tbody tr:hover{background:#ff4c000d}.dark .users-table td{color:#f9fafb}.dark .date-cell{color:#9ca3af}.dark .role-select{background:#ffffff0d;border-color:#ffffff26;color:#f9fafb}.dark .role-select:not(:disabled):hover{border-color:#ff4c00}.dark .delete-btn{background:#dc26261a;border-color:#dc26264d}.dark .delete-btn:hover:not(:disabled){background:#dc262633}@media (max-width:768px){.user-management-modal{max-height:95vh;width:95%}.modal-header,.user-management-modal .modal-content{padding:20px}.users-table{font-size:.85rem}.users-table td,.users-table th{padding:10px 8px}}
/*# sourceMappingURL=main.a036b504.css.map*/