.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0000001a;max-width:400px;padding:40px;width:100%}.login-header h1{color:#333;font-size:24px;margin-bottom:10px;text-align:center}.login-header h2{color:#666;font-size:18px;font-weight:400;margin-bottom:30px;text-align:center}.login-form{display:flex;flex-direction:column}.form-group label{color:#333;font-size:14px}.form-group input{border:1px solid #ddd;border-radius:5px;box-sizing:border-box;font-size:14px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{border-radius:5px;color:#c33;margin-bottom:15px;padding:10px}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:opacity .3s;width:100%}.login-button:hover:not(:disabled){opacity:.9}.login-button:disabled{cursor:not-allowed;opacity:.6}.register-link{color:#666;font-size:14px;margin-top:20px;text-align:center}.register-link a{color:#667eea;font-weight:600;text-decoration:none}.register-link a:hover{text-decoration:underline}.otp-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.otp-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:420px;padding:40px;width:100%}.otp-header{margin-bottom:20px;text-align:center}.otp-header h1{color:#667eea;font-size:24px;margin-bottom:8px}.otp-header h2{color:#333;font-size:20px;font-weight:500}.otp-description{color:#666;line-height:1.6;margin-bottom:24px;text-align:center}.otp-description strong{color:#333}.otp-form{margin-bottom:20px}.otp-inputs{display:flex;gap:10px;justify-content:center;margin-bottom:24px}.otp-input{border:2px solid #ddd;border-radius:8px;color:#333;font-size:24px;font-weight:600;height:56px;text-align:center;transition:all .3s ease;width:48px}.otp-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.otp-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;border-radius:8px;color:#c00}.success-message{background-color:#efe;border-radius:8px;color:#0a0;text-align:center}.verify-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:all .3s ease;width:100%}.verify-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.verify-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.resend-section{margin-bottom:16px;text-align:center}.resend-section p{color:#666;font-size:14px;margin-bottom:8px}.resend-button{background:none;border:none;border-radius:4px;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s ease}.resend-button:hover:not(:disabled){background-color:#667eea1a}.resend-button:disabled{color:#999;cursor:not-allowed}.back-button{background:none;border:1px solid #ddd;border-radius:8px;color:#666;cursor:pointer;font-size:14px;padding:12px;transition:all .3s ease;width:100%}.back-button:hover{background-color:#f5f5f5;border-color:#ccc}@media (max-width:480px){.otp-card{padding:24px}.otp-input{font-size:20px;height:48px;width:40px}.otp-inputs{gap:6px}}.user-alert-group{padding:20px}.alert-group-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.alert-group-header h3{color:#333;margin:0}.create-group-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s ease}.create-group-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.alert-group-error{background-color:#fee;color:#c00}.alert-group-error,.alert-group-success{border-radius:6px;margin-bottom:16px;padding:12px}.alert-group-success{background-color:#efe;color:#0a0}.alert-group-loading{color:#666;padding:40px;text-align:center}.alert-group-form-container{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:20px}.alert-group-form h4{color:#333;margin:0 0 20px}.alert-group-form .form-field{margin-bottom:16px}.alert-group-form label{color:#444;display:block;font-weight:500;margin-bottom:6px}.alert-group-form input,.alert-group-form select{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:14px;padding:10px 12px;width:100%}.alert-group-form input:focus,.alert-group-form select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33;outline:none}.selected-users{margin-top:16px}.selected-users label{color:#444;display:block;font-weight:500;margin-bottom:8px}.user-list{list-style:none;margin:0;padding:0}.user-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:6px;padding:8px 12px}.user-name{color:#333;font-size:14px}.remove-user-btn{background:none;border:none;color:#999;cursor:pointer;font-size:18px;line-height:1;padding:0 4px}.remove-user-btn:hover{color:#c00}.form-actions{gap:10px;margin-top:20px}.cancel-btn{background:#f0f0f0;border:1px solid #ddd;color:#666;font-weight:500}.cancel-btn:hover{background:#e0e0e0}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px}.save-btn:hover{box-shadow:0 4px 12px #667eea66}.alert-groups-list{display:flex;flex-direction:column;gap:12px}.no-groups{background:#f8f9fa;border-radius:8px;color:#666;padding:40px;text-align:center}.no-groups p{margin:8px 0}.alert-group-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:16px 20px;transition:all .2s ease}.alert-group-card:hover{border-color:#667eea;box-shadow:0 2px 8px #0000001a}.group-info{align-items:center;display:flex;gap:12px}.group-name{color:#333;font-size:16px;margin:0}.member-count{background:#f0f0f0;border-radius:12px;color:#666;font-size:12px;padding:4px 8px}.group-actions{display:flex;gap:8px}.delete-btn,.edit-btn{border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s ease}.edit-btn{background:#f0f0f0;border:1px solid #ddd;color:#333}.edit-btn:hover{background:#e0e0e0}.delete-btn{background:#fff0f0;border:1px solid #fcc;color:#c00}.delete-btn:hover{background:#fee}.tab-container{margin-bottom:20px}.tab-buttons{border-bottom:2px solid #e0e0e0;display:flex;gap:0}.tab-btn{background:none;border:none;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;position:relative;transition:all .3s ease}.tab-btn:hover{background-color:#f5f5f5;color:#667eea}.tab-btn.active{color:#667eea;font-weight:600}.tab-btn.active:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.alert-groups-checkboxes{display:flex;flex-direction:column;gap:8px;margin-top:8px}.alert-group-checkbox{align-items:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:all .2s ease}.alert-group-checkbox:hover{background:#f0f4ff;border-color:#667eea}.alert-group-checkbox input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.alert-group-checkbox .group-label{align-items:center;color:#333;display:flex;font-size:14px;gap:8px}.alert-group-checkbox .group-member-count{background:#e0e0e0;border-radius:10px;color:#666;font-size:12px;padding:2px 6px}.modal-overlay{animation:fadeIn .2s ease-out;background:#000000b3}.modal-content{animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #e5e7eb;padding:20px 25px}.modal-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-form{padding:25px}.form-group{margin-bottom:20px}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:8px}.form-group .required{color:#ef4444;margin-left:2px}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:.9375rem;padding:10px 12px;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#295299;box-shadow:0 0 0 3px #2952991a;outline:none}.form-group input:disabled,.form-group select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.input-readonly{background:#f9fafb!important;color:#6b7280!important;cursor:not-allowed!important}.form-help{color:#6b7280;display:block;font-size:.8125rem;margin-top:6px}.form-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin:25px 0;padding:20px}.form-section h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 8px}.section-description{color:#6b7280;font-size:.875rem;margin:0 0 15px}.modal-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:8px;margin-bottom:20px;padding:12px 16px}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:25px;padding-top:20px}.btn-cancel,.btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:.9375rem;font-weight:500;padding:10px 20px;transition:all .2s}.btn-cancel{background:#295299;border:1px solid #295299;color:#fff}.btn-cancel:hover:not(:disabled){background:#1f3d73;border-color:#1f3d73}.btn-submit{background:#295299;border:none;color:#fff}.btn-submit:hover:not(:disabled){background:#1f3d73;box-shadow:0 4px 12px #2952994d}.btn-cancel:disabled,.btn-submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:600px){.modal-content{max-height:95vh;width:95%}.modal-header{padding:15px 20px}.modal-header h2{font-size:1.25rem}.modal-form{padding:20px}.modal-footer{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.user-management-page{margin:0 auto;max-width:1400px;padding:30px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.page-header h2{font-size:2rem;margin:0}.add-user-section{display:flex;justify-content:flex-start;margin-bottom:20px}.btn-add-user{align-items:center;background:#295299;border:none;border-radius:10px;box-shadow:0 4px 12px #2952994d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.btn-add-user:hover{background:#1f3d73;box-shadow:0 6px 16px #29529966;transform:translateY(-2px)}.btn-add-user span{font-size:1.2rem}.alert{align-items:center;animation:slideDown .3s ease-out;border-radius:10px;display:flex;font-size:.9375rem;gap:8px;margin-bottom:20px;padding:14px 18px}.alert-success{background:#f0fdf4;border:1px solid #86efac;color:#166534}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.users-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea33;padding:25px;text-align:center}.stat-card:hover{box-shadow:0 8px 20px #667eea4d}.stat-card h3{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 8px}.stat-card p{color:#ffffffe6;font-size:1rem;font-weight:500;margin:0}.users-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#295299}.users-table thead th{color:#fff;font-size:.9375rem;font-weight:600;letter-spacing:.5px;padding:16px 20px;text-align:left}.users-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.users-table tbody tr:hover{background:#f9fafb}.users-table tbody tr:last-child{border-bottom:none}.users-table tbody td{background:#0000;color:#000;font-size:.9375rem;padding:16px 20px}.user-email,table .user-email{align-items:center;background:#0000!important;color:#000!important;display:flex;font-weight:400;gap:10px}.user-management-page .user-email,td .user-email{color:#000!important}.badge-you{background:#dbeafe;color:#1e40af;font-size:.75rem;padding:3px 10px}.badge-role,.badge-you{border-radius:12px;display:inline-block;font-weight:600}.badge-role{font-size:.8125rem;padding:5px 12px;text-transform:capitalize}.badge-admin{background:#fef3c7;color:#92400e}.badge-user{background:#dbeafe;color:#1e40af}.action-buttons{flex-wrap:wrap;gap:6px;justify-content:flex-start}.btn-delete,.btn-edit{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:4px;padding:6px 10px;transition:all .2s;white-space:nowrap}.btn-edit{background:#295299;border:1px solid #295299;color:#fff}.btn-edit:hover{background:#1f3d73;border-color:#1f3d73}.btn-delete{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.btn-delete:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.btn-delete:disabled{cursor:not-allowed;opacity:.5}.loading-container{align-items:center;color:#6b7280;display:flex;font-size:1.125rem;justify-content:center;min-height:400px}@media (max-width:1024px){.users-table-container{overflow-x:auto}.users-table{min-width:800px}}@media (max-width:768px){.user-management-page{padding:20px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.page-header h2{font-size:1.5rem}.btn-add-user{justify-content:center;width:100%}.users-stats{grid-template-columns:1fr}.action-buttons{flex-direction:column;gap:8px}.btn-delete,.btn-edit{justify-content:center;width:100%}}:root{--bg:#fff;--card:#fff;--muted:#6b7280;--accent:#e25d24;--text-primary:#1f2937;--text-secondary:#6b7280;--border:#e5e7eb;--hover:#f3f4f6;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{color:#1f2937;color:var(--text-primary);line-height:1.6;margin:0}.app,body{background:#f8fafc}.app{overflow-x:hidden;width:100%}.sidebar{background:#295299;border-right:1px solid #ffffff1a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0000001a;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:14.5rem;z-index:100}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:24px 20px}.logo{align-items:center;display:flex;gap:12px}.logo-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e25d24,#1d4ed8);background:linear-gradient(135deg,var(--accent),#1d4ed8);background-clip:text;-webkit-background-clip:text;font-size:28px}.logo-icon-img{height:28px;object-fit:contain;width:28px}.logo-text{color:#fff;font-size:20px;font-weight:700;letter-spacing:-.025em;margin:0}.sidebar-menu{flex:1 1;padding:20px 16px}.sidebar-link{align-items:center;background:#0000;border:none;border-radius:8px;color:#fffc;cursor:pointer;display:flex;font-size:14px;gap:12px;margin-bottom:4px;padding:12px 16px;text-align:left;transition:all .3s ease;width:100%}.sidebar-link:hover{background:#ffffff1a;border-radius:10px;box-shadow:0 4px 12px #0000004d;color:#fff}.sidebar-link.active{background:#ffffff26;border:1px solid #fff3;border-radius:10px;box-shadow:0 4px 14px #0006;color:#fff}.sidebar-icon{font-size:18px;opacity:.9;text-align:center;transition:all .2s ease;width:20px}.sidebar-text{font-weight:500}.sidebar-link:hover .sidebar-icon{opacity:1;transform:scale(1.1)}.sidebar-link.active .sidebar-icon{opacity:1}.sidebar-link:active{transform:translateX(2px) scale(.98)}.sidebar-user-info{align-items:center;background:#ffffff0d;border-radius:10px;display:flex;gap:12px;margin:10px 15px;padding:15px 20px}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.avatar-icon{font-size:20px}.user-details{display:flex;flex-direction:column;gap:2px;overflow:hidden}.sidebar .user-email{color:#fff!important;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#fff9;font-size:11px;letter-spacing:.5px;text-transform:uppercase}.sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding:20px}.logout-btn{background:#ef44441a;border:1px solid #ef44444d;margin-bottom:15px;width:100%}.logout-btn:hover{background:#ef444433;border-color:#ef444480}.sidebar-info{text-align:center}.info-text{color:#ffffffb3;font-size:12px;opacity:1}.main-content{background:#f8fafc;display:flex;flex-direction:column;margin-left:17.5rem;min-height:100vh;overflow-x:auto;width:calc(100% - 17.5rem)}.top-header{background:#0000;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);box-shadow:none;display:none;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.api-error-banner{align-items:center;animation:slideDown .3s ease;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #f87171;color:#b91c1c;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:12px 24px}.api-url{font-family:Monaco,Menlo,monospace;font-size:12px;opacity:.8}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.status-indicator{transition:all .3s ease}.status-indicator.success{color:#10b981;color:var(--success)}.status-indicator.error{color:#ef4444;color:var(--error)}.status-indicator.error .status-dot{animation:errorPulse 1s infinite;background:#ef4444;background:var(--error)}@keyframes errorPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.header-content{align-items:center;display:flex;justify-content:space-between;padding:20px 32px;width:100%}.page-title{color:#1f2937;color:var(--text-primary);font-size:24px;font-weight:700;letter-spacing:-.025em;margin:0}.header-actions{align-items:center;display:flex;gap:16px}.status-indicator{align-items:center;color:#10b981;color:var(--success);display:flex;font-size:14px;font-weight:500;gap:8px}.status-dot{animation:pulse 2s infinite;background:#10b981;background:var(--success);border-radius:50%;height:8px;width:8px}.page-content{box-sizing:border-box;flex:1 1;max-width:calc(100vw - 21.5rem);padding:1.5rem 3rem 1.5rem 2rem;width:100%}.card{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);overflow:hidden}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1000px;min-height:70px;padding:0 20px}.nav-brand h1{color:#e25d24;color:var(--accent);font-size:24px;font-weight:700;margin:0}.nav-links{display:flex;gap:12px}.nav-link{align-items:center;background:#0000;border:none;border-radius:10px;color:#6b7280;color:var(--muted);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ffffff14;color:#e6eef6;transform:translateY(-1px)}.nav-link.active{background:linear-gradient(135deg,#e25d24,#0891b2);background:linear-gradient(135deg,var(--accent) 0,#0891b2 100%);box-shadow:0 4px 12px #06b6d44d;color:#042022;font-weight:600}.nav-icon{font-size:16px}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{box-sizing:border-box;flex:1 1;max-width:calc(100vw - 21.5rem);padding:1.5rem 3rem 1.5rem 2rem;width:100%}.page{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-header{display:none}.page-header h2{color:#1f2937;color:var(--text-primary);font-size:32px;font-weight:700;margin:0 0 8px}.page-header p{color:#6b7280;color:var(--muted);font-size:16px;line-height:1.6;margin:0 auto 24px;max-width:600px}.stats-summary{display:flex;gap:24px;justify-content:center;margin-top:24px}.stat-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;padding:16px 24px}.stat-number{color:#e25d24;color:var(--accent);font-size:24px}.stat-label{color:var(--muted);font-size:12px;letter-spacing:.5px}.add-site{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);flex:1 1;padding:24px}.add-site .form-field{margin-bottom:20px}.add-site .form-field label{color:#1f2937;color:var(--text-primary);display:block;font-size:14px;font-weight:600;margin-bottom:8px}.field-hint{color:var(--muted);font-size:12px;font-style:italic;margin-top:4px}.add-site input,.add-site select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-size:14px;margin:0;padding:12px 16px;transition:all .2s ease;width:100%}.add-site input:focus,.add-site select:focus{border-color:#e25d24;border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61a;outline:none}.add-site .interval-dropdown{cursor:pointer;height:48px;padding-right:16px}.add-site button{background:#295299;border:none;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.add-site button:hover{background:#1e3a6f;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-1px)}.interval-selector{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.interval-option{background:#0000;border:1px solid #ffffff0f;border-radius:6px;color:inherit;cursor:pointer;font-size:14px;min-width:60px;padding:8px 16px;text-align:center;transition:all .2s ease}.interval-option:hover{background:#06b6d41a;border-color:#e25d24;border-color:var(--accent)}.interval-option.selected{background:#e25d24;background:var(--accent);border-color:#e25d24;border-color:var(--accent);color:#042022;font-weight:600}.stakeholder-section{margin:8px 0 16px}.stakeholder-input{align-items:center;display:flex;gap:8px;margin-bottom:8px}.stakeholder-input input{flex:1 1;margin:0}.remove-btn{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;min-width:32px;padding:8px 10px}.remove-btn:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}.add-btn{background:#295299;border:1px solid #295299;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;margin-top:8px;padding:8px 16px;transition:all .2s ease}.add-btn:hover{background:#1e3a6f;border-color:#1e3a6f;transform:translateY(-1px)}.add-btn.inline-add{flex-shrink:0;margin-left:8px;margin-top:0;white-space:nowrap}.site-list ul{padding:0}.site{align-items:center;border:1px solid #ffffff08;border-radius:8px;justify-content:space-between;margin:8px 0;padding:12px}.site.up{box-shadow:0 4px 14px #06b6d414}.site.down{box-shadow:0 4px 14px #ff32320f}.name{font-weight:600}.url{font-size:13px}.meta,.url{color:#6b7280;font-weight:500}.meta,.stakeholders{font-size:12px}.stakeholders{color:#374151;font-weight:500;margin-top:4px}.status{font-weight:700;margin-bottom:6px}.right button{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-weight:500;padding:8px 12px;transition:all .2s ease}.right button:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}footer{background:#ffffff05;border-top:1px solid #ffffff0f;color:#6b7280;color:var(--muted);font-size:13px;margin-top:auto;padding:20px;text-align:center}@media (prefers-color-scheme:light){:root{--bg:#f8fafc;--card:#fff;--muted:#64748b;--accent:#0ea5e9}body{background:linear-gradient(180deg,#f1f5f9,#e2e8f0);color:#1e293b}.interval-option:hover{background:#0ea5e91a}.interval-option.selected{color:#fff}.add-btn{background:#0000000d;border:1px solid #0000001a;color:#6b7280;color:var(--muted)}.add-btn:hover{background:#0000001a;color:#1e293b}.remove-btn{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.remove-btn:hover{background:#ef444433}}.email-tester{background:#ffffff08;border:2px dashed #06b6d44d;border-radius:10px;margin:20px 0;padding:16px}.email-tester h3{color:#e25d24;color:var(--accent);font-size:18px;margin:0 0 16px}.test-form{display:flex;gap:12px;margin-bottom:16px}.test-form input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#111827;flex:1 1;font-size:14px;padding:10px}.test-form button{background:#e25d24;background:var(--accent);border:none;border-radius:8px;color:#042022;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease;white-space:nowrap}.test-form button:hover:not(:disabled){background:#0891b2;transform:translateY(-1px)}.test-form button:disabled{cursor:not-allowed;opacity:.6;transform:none}.test-form button.testing{animation:pulse 1.5s infinite;background:#fbbf24}.test-result{border-radius:8px;margin-top:16px;padding:16px}.test-result.success{background:#22c55e1a;border:1px solid #22c55e4d}.test-result.error{background:#ef44441a;border:1px solid #ef44444d}.test-result h4{font-size:16px;margin:0 0 8px}.test-result.success h4{color:#22c55e}.test-result.error h4{color:#ef4444}.instructions{margin:12px 0}.instructions h5{color:#e25d24;color:var(--accent);font-size:14px;margin:0 0 8px}.instructions ul{margin:0;padding-left:20px}.instructions li{color:#6b7280;color:var(--muted);font-size:13px;margin:4px 0}.error-details{background:#ef44441a;border-radius:4px;font-size:13px;margin:8px 0;padding:8px}.timestamp{border-top:1px solid #ffffff0f;margin-top:12px;padding-top:8px}.timestamp small{color:#6b7280;color:var(--muted);font-size:11px}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;background:var(--card);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.user-management-modal .modal-content{max-width:800px;width:95%}.user-management-modal .modal-header{background:linear-gradient(135deg,#7e96b426,#7e96b414);border-bottom:3px solid #7e96b4;box-shadow:0 2px 8px #7e96b41a}.user-management-modal .modal-header h2{color:#7e96b4;font-weight:800;text-shadow:0 1px 3px #0003}.modal-header{align-items:center;background:#295299;border-bottom:2px solid #295299;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:24px 28px}.modal-header h2,.modal-header h3{color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;font-size:20px;font-weight:700;margin:0;text-shadow:0 1px 2px #0003}.close-button{background:none;border:none;border-radius:6px;color:#fffc;font-size:24px;height:30px;padding:0;width:30px}.close-btn,.close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;transition:all .2s ease}.close-btn{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;font-size:18px;font-weight:700;height:36px;padding:8px;width:36px}.close-btn:hover{background:#fff3;border-color:#fff;transform:scale(1.05)}.close-button:hover{background:#fff3;border-radius:50%;color:#fff;transition:all .2s ease}.add-user-form{padding:24px}.form-section{margin-bottom:24px}.form-section label{color:#295299;display:block;font-size:14px;font-weight:500;margin-bottom:12px}.input-group{align-items:center;display:flex;gap:8px;margin-bottom:8px}.input-group input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#111827;flex:1 1;font-size:14px;padding:10px 12px}.input-group input:focus{border-color:#295299;box-shadow:0 0 0 2px #2952991a;outline:none}.remove-btn{background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;color:#ef4444;font-size:12px;height:32px;padding:8px;transition:all .2s ease;width:32px}.remove-btn:hover{background:#ef444433}.add-field-btn{background:#0000;border:1px dashed #29529980;border-radius:6px;color:#295299;cursor:pointer;font-size:13px;padding:8px 12px;transition:all .2s ease}.add-field-btn:hover{background:#2952991a;border-color:#295299;border-style:solid}.form-actions{border-top:1px solid #ffffff0f;gap:12px;padding-top:20px}.cancel-btn{border:1px solid #295299;border-radius:6px;padding:10px 20px;transition:all .2s ease}.submit-btn{background:#295299;border:none;border-radius:8px;box-shadow:0 2px 8px #29529933;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.submit-btn:hover{background:#1e3a6f;box-shadow:0 4px 12px #2952994d;transform:translateY(-1px)}.submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;color:#ef4444;margin-bottom:16px;padding:12px}.success-message{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:6px;color:#22c55e;font-size:14px;margin-bottom:16px;padding:12px}.site .right{gap:8px}.site .right .status{margin-bottom:8px}@media (max-width:768px){.modal-content{margin:20px;width:95%}.form-actions{flex-direction:column}.action-buttons{flex-direction:row}}.site-list{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);flex:1 1;padding:0}.site-list h2{color:#1f2937;color:var(--text-primary);font-size:24px;font-weight:700;letter-spacing:-.025em;margin:0;padding:24px 24px 0}.site-list ul{flex-direction:column;gap:16px;list-style:none;margin:0}.site,.site-list ul{display:flex;padding:24px}.site{align-items:flex-start;background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);gap:20px;min-width:600px;overflow:visible;position:relative;transition:all .3s ease}.site:hover{border-color:#e25d24;border-color:var(--accent);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.site-list .site.up,.site-list li.site.up,.site-overview-item.site.up{background:#22c55e05!important;border-left:4px solid #22c55e!important}.site-list .site.down,.site-list li.site.down,.site-overview-item.site.down{background:#ef444405!important;border-left:4px solid #ef4444!important}.site .left{flex:1 1;min-width:0}.site .name{color:#1f2937;font-size:20px;font-weight:700;margin-bottom:4px;text-shadow:none}.site .url{color:#e25d24;color:var(--accent);font-size:13px;font-weight:500;margin-bottom:8px;opacity:.9;text-decoration:none;word-break:break-all}.site .meta{color:#6b7280;color:var(--muted);font-size:12px;margin-bottom:12px}.site .right{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:12px;min-width:260px}.site .status{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:24px;display:flex;font-size:12px;font-weight:600;gap:4px;justify-content:center;letter-spacing:.5px;min-width:100px;padding:8px 14px;text-transform:uppercase}.site .status.status-up{background:#22c55e33;border-color:#22c55e4d;color:#22c55e}.site .status.status-down{background:#ef444433;border-color:#ef44444d;color:#ef4444}.site.up .status{background:#22c55e33;border-color:#22c55e4d;color:#22c55e}.site.down .status{background:#ef444433;border-color:#ef44444d;color:#ef4444}.stakeholders-summary{color:#374151;font-size:14px;font-weight:500;margin:4px 0 8px}.stakeholders-preview{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.user-preview{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;color:#374151;display:inline-block;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s ease}.user-preview:hover{background:#e5e7eb;transform:translateY(-1px)}.more-users{background:#06b6d433;border:1px solid #06b6d44d;border-radius:16px;color:#e25d24;color:var(--accent);display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.action-buttons{align-items:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:8px;min-width:240px;width:240px}.add-user-btn,.edit-site-btn,.manage-users-btn,.remove-btn.site-remove{align-items:center;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;font-size:13px!important;font-weight:700!important;gap:8px;justify-content:center;letter-spacing:.3px;min-height:44px!important;overflow:visible;padding:12px 16px!important;position:relative;text-align:center;text-decoration:none;text-shadow:0 1px 2px #0000001a!important;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:100%}.add-user-btn{background:#295299!important;border:2px solid #1e3a6f!important;box-shadow:0 3px 10px #29529966!important;color:#fff!important;font-weight:700!important}.add-user-btn:hover{background:#1e3a6f!important;border-color:#152850!important;box-shadow:0 5px 15px #29529980!important;transform:translateY(-2px)}.manage-users-btn{background:#295299!important;border:2px solid #1e3a6f!important;box-shadow:0 3px 10px #29529966!important;color:#fff!important;font-weight:700!important}.manage-users-btn:hover{background:#1e3a6f!important;border-color:#152850!important;box-shadow:0 5px 15px #29529980!important;transform:translateY(-2px)}.edit-site-btn{background:#295299!important;border:2px solid #1e3a6f!important;box-shadow:0 3px 10px #29529966!important;color:#fff!important;font-weight:700!important}.edit-site-btn:hover{background:#1e3a6f!important;border-color:#152850!important;box-shadow:0 5px 15px #29529980!important;transform:translateY(-2px)}.remove-btn.site-remove{background:#e53e3e!important;border:2px solid #c53030!important;box-shadow:0 3px 10px #e53e3e66!important;color:#fff!important;font-weight:700!important}.remove-btn.site-remove:hover{background:#c53030!important;border-color:#9c1c1c!important;box-shadow:0 5px 15px #c5303080!important;transform:translateY(-2px)}.add-user-btn:active,.edit-site-btn:active,.manage-users-btn:active,.remove-btn.site-remove:active{box-shadow:0 2px 6px #0003;transform:translateY(0)}.site{animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.add-user-btn:disabled,.edit-site-btn:disabled,.manage-users-btn:disabled,.remove-btn.site-remove:disabled{cursor:not-allowed;opacity:.6;transform:none}.add-user-btn span,.edit-site-btn span,.manage-users-btn span,.remove-btn.site-remove span{align-items:center;display:inline-flex;justify-content:center;width:100%}.empty{background:#ffffff05;border:2px dashed #ffffff1a;border-radius:12px;color:#6b7280;color:var(--muted);font-size:16px;margin:20px 0;padding:60px 20px;text-align:center}.empty:before{content:"🔍";display:block;font-size:48px;margin-bottom:16px;opacity:.5}.user-management-modal{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:85vh;max-width:900px;overflow:hidden;width:95vw}.user-management-modal .modal-header{background:#295299;border-bottom:1px solid #295299;border-radius:20px 20px 0 0;padding:28px 36px 24px;position:relative}.user-management-modal .modal-header h2{align-items:center;color:#fff;display:flex;font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:22px;font-weight:700;gap:12px;margin:0;padding-right:50px;text-shadow:0 1px 2px #0003}.user-management-modal .close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:10px;color:#fffc;cursor:pointer;display:flex;font-size:18px;font-weight:600;height:40px;justify-content:center;position:absolute;right:32px;top:24px;transition:all .2s ease;width:40px}.user-management-modal .close-btn:hover{background:#fff3;color:#fff;transform:scale(1.05)}.user-management-modal .modal-content{background:#fff;background:var(--card);flex:1 1;overflow-y:auto;padding:32px 36px}.site-info{background:linear-gradient(135deg,#22c55e0d,#22c55e05);border:1px solid #22c55e26;border-radius:16px;margin-bottom:32px;padding:24px;position:relative}.site-info:before{border-radius:16px 0 0 16px;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.site-info p{align-items:center;display:flex;font-size:15px;gap:12px;line-height:1.5;margin:12px 0 12px 16px}.site-info strong{color:#1f2937;color:var(--text-primary);font-weight:600;min-width:60px}.site-info a{color:#7e96b4;font-weight:500;text-decoration:none;transition:color .2s ease}.site-info a:hover{color:#6b84a3;text-decoration:underline}.status.up{background:#22c55e1a;color:#22c55e}.status.down,.status.up{border-radius:20px;font-size:14px;font-weight:600;padding:4px 12px}.status.down{background:#ef44441a;color:#ef4444}.users-summary{background:linear-gradient(135deg,#3b82f60d,#3b82f605);border:1px solid #3b82f626;border-radius:16px;margin:32px 0;padding:24px;position:relative}.users-summary:before{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px 0 0 16px;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.users-summary h3{align-items:center;color:#1f2937;color:var(--text-primary);display:flex;font-size:18px;font-weight:700;gap:10px;margin:0 0 20px 16px}.summary-stats{display:flex;flex-wrap:wrap;gap:20px;margin:16px 0 0 16px}.stat{background:#fff;background:var(--card);border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #0000000d;color:#1f2937;color:var(--text-primary);font-size:14px;font-weight:600;min-width:120px;padding:16px 20px;text-align:center;transition:all .2s ease}.stat:hover{border-color:#7e96b4;box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.stat strong{color:#7e96b4;display:block;font-size:24px;margin-bottom:4px}.users-list{display:flex;flex:1 1;flex-direction:column;margin-top:8px;overflow:hidden}.users-list h3{align-items:center;color:#1f2937;color:var(--text-primary);display:flex;font-size:18px;font-weight:700;gap:10px;margin:0 0 20px}.no-users{background:linear-gradient(135deg,#6b72800d,#6b728005);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;color:#6b7280;color:var(--text-secondary);margin:20px 0;padding:60px 20px;text-align:center}.no-users p{font-size:15px;line-height:1.6;margin:12px 0}.no-users p:first-child{color:#1f2937;color:var(--text-primary);font-size:18px;font-weight:600}.user-table{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 16px #0000000d;display:flex;flex:1 1;flex-direction:column;margin-top:20px;overflow:hidden}.user-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--border);color:#1f2937;color:var(--text-primary);font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.user-header,.user-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:100px 2fr 180px 120px;padding:20px 24px}.user-row{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);min-height:72px;position:relative;transition:all .3s ease}.user-row:hover{background:linear-gradient(135deg,#7e96b408,#7e96b403);transform:translateX(4px)}.user-row:last-child{border-bottom:none}.user-row:before{background:#0000;content:"";height:100%;left:0;position:absolute;top:0;transition:background .3s ease;width:4px}.user-row:hover:before{background:linear-gradient(135deg,#7e96b4,#6b84a3)}.user-type{align-items:center;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border:1px solid #3b82f633;border-radius:20px;color:#6b7280;color:var(--text-secondary);display:flex;font-size:14px;font-weight:600;justify-content:center;padding:8px 12px;text-align:center}.user-value{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;color:#1f2937;color:var(--text-primary);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.5;max-width:100%;overflow-wrap:break-word;padding:12px 16px;word-break:break-word}.user-added,.user-value{background:#f8fafc;font-weight:500}.user-added{border-radius:8px;color:#6b7280;color:var(--text-secondary);font-size:13px;line-height:1.4;padding:8px 12px;text-align:center}.remove-btn{align-items:center;background:linear-gradient(135deg,#ff63631a,#ff63630d);border:2px solid #ff63634d;border-radius:10px;color:#ff6363;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;min-width:100px;padding:12px 16px;transition:all .3s ease}.remove-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff636326,#ff636314);border-color:#f44;box-shadow:0 4px 16px #ff636340;color:#f44;transform:translateY(-2px)}.remove-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.user-management-modal .modal-footer{background:#f8fafc;border-radius:0 0 20px 20px;border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;justify-content:flex-end;padding:24px 36px}.cancel-btn{background:#295299;border:2px solid #295299;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-width:120px;padding:14px 28px;transition:all .3s ease}.cancel-btn:hover{background:#1e3a6f;border-color:#1e3a6f;color:#fff;transform:translateY(-1px)}.spinner{border:2px solid #7e96b44d;border-radius:50%;border-top-color:#7e96b4;height:20px;margin:0 auto;width:20px}.spinner.small{border-width:2px;height:14px;width:14px}.loading{align-items:center;color:#6b7280;color:var(--text-secondary);display:flex;flex-direction:column;gap:20px;padding:60px 20px;text-align:center}.loading p{font-size:16px;font-weight:500;margin:0}.error-message{border-radius:12px;margin:20px 0;padding:20px;text-align:center}.error-message:before{border-radius:12px 0 0 12px}.error-message p{font-size:15px;font-weight:600;margin:0 0 12px}.retry-btn{background:linear-gradient(135deg,#7e96b4,#6b84a3);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:12px;padding:12px 24px;transition:all .3s ease}.retry-btn:hover{background:linear-gradient(135deg,#6b84a3,#587291);box-shadow:0 4px 16px #7e96b44d;transform:translateY(-2px)}@media (max-width:768px){.user-management-modal{border-radius:16px;margin:10px;max-height:92vh;width:96vw}.user-management-modal .modal-header{padding:20px 24px 16px}.user-management-modal .modal-header h2{font-size:18px;padding-right:45px}.user-management-modal .close-btn{height:36px;right:20px;top:18px;width:36px}.user-management-modal .modal-content{padding:24px 20px}.user-management-modal .modal-footer{padding:20px 24px}.site-info{margin-bottom:24px;padding:20px}.site-info p{align-items:flex-start;flex-direction:column;font-size:14px;gap:6px;margin:10px 0 10px 12px}.users-summary{margin:24px 0;padding:20px}.users-summary h3{font-size:16px;margin:0 0 16px 12px}.summary-stats{flex-direction:column;gap:12px;margin:12px 0 0 12px}.stat{min-width:auto;padding:14px 16px;width:100%}.user-header{display:none}.user-row{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:12px;margin-bottom:12px;min-height:auto;padding:20px}.user-row:hover{transform:none}.user-row:before{display:none}.user-type{align-self:flex-start;font-size:12px;padding:6px 10px}.user-value{font-size:14px;padding:10px 14px}.user-added,.user-value{text-align:center;width:100%}.user-added{font-size:12px;padding:6px 10px}.remove-btn{align-self:center;font-size:14px;height:auto;max-width:200px;padding:14px 20px;width:100%}.cancel-btn{font-size:16px;padding:16px 24px;width:100%}.site{flex-direction:column;gap:16px;padding:16px}.site .right{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.action-buttons{flex-direction:column;gap:8px;min-width:240px;width:240px}.add-user-btn,.manage-users-btn,.remove-btn.site-remove{font-size:12px;min-height:40px;min-width:auto;padding:10px 16px;width:100%}.site .status{margin-bottom:8px;order:-1}}@media (max-width:480px){.site{padding:12px}.action-buttons{flex-direction:column;gap:6px;width:100%}.add-user-btn,.manage-users-btn,.remove-btn.site-remove{min-width:auto;width:100%}.stakeholders-preview{flex-direction:column;gap:4px}.site .right{align-items:stretch;flex-direction:column}.site .status{align-self:center;margin-bottom:12px}.nav-container{flex-direction:column;gap:16px;min-height:auto;padding:16px 20px}.nav-brand h1{font-size:20px}.nav-links{width:100%}.nav-link,.nav-links{justify-content:center}.nav-link{flex:1 1;font-size:13px;padding:10px 16px}.main-content{padding:20px 16px}.edit-site-modal{margin:10px;max-height:85vh;max-width:none;width:96%}.edit-site-modal .modal-header{padding:20px 24px 16px}.edit-site-modal .modal-header h2{font-size:18px;padding-right:40px}.edit-site-modal .close-btn{height:32px;right:20px;top:16px;width:32px}.edit-site-form{gap:20px;padding:24px 20px}.edit-site-form input{font-size:16px;padding:12px 14px}.form-actions{flex-direction:column-reverse;gap:12px}.btn-primary,.btn-secondary{justify-content:center;padding:14px 20px;width:100%}.modal-info{margin:0 20px 24px;padding:16px}.info-item{font-size:13px}}.edit-site-modal{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:520px;overflow-y:auto;width:95%}.edit-site-modal .modal-header{background:#295299;border-bottom:1px solid #295299;border-radius:16px 16px 0 0;padding:24px 32px 20px}.edit-site-modal .modal-header h2{align-items:center;color:#fff;display:flex;font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:20px;font-weight:700;gap:10px;margin:0;text-shadow:0 1px 2px #0003}.edit-site-modal .close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fffc;cursor:pointer;display:flex;font-size:18px;font-weight:600;height:36px;justify-content:center;position:absolute;right:24px;top:20px;transition:all .2s ease;width:36px}.edit-site-modal .close-btn:hover{background:#fff3;color:#fff;transform:scale(1.05)}.edit-site-form{display:flex;flex-direction:column;gap:24px;padding:32px}.edit-site-form .form-group{display:flex;flex-direction:column;gap:8px}.edit-site-form label{align-items:center;color:#1f2937;color:var(--text-primary);display:flex;font-size:15px;font-weight:600;gap:6px;margin-bottom:4px}.edit-site-form .required{color:#ef4444;font-size:14px;font-weight:500}.edit-site-form input{background:#fff;background:var(--card);border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:10px;color:#1f2937;color:var(--text-primary);font-size:15px;font-weight:500;outline:none;padding:14px 16px;transition:all .3s ease}.edit-site-form input:focus{background:#fefefe;border-color:#295299;box-shadow:0 0 0 4px #2952991a;transform:translateY(-1px)}.edit-site-form input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.edit-site-form small{color:#6b7280;color:var(--text-secondary);font-size:13px;font-weight:500;line-height:1.4;margin-top:6px}.form-actions{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;gap:16px;justify-content:flex-end;margin-top:8px;padding-top:24px}.btn-secondary{background:#295299;border:2px solid #295299;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-width:100px;padding:14px 24px;transition:all .3s ease}.btn-secondary:hover:not(:disabled){background:#1e3a6f;border-color:#1e3a6f;color:#fff;transform:translateY(-1px)}.btn-primary{align-items:center;background:#295299;border:none;border-radius:10px;box-shadow:0 4px 14px #29529940;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;min-width:140px;padding:14px 28px;transition:all .3s ease}.btn-primary:hover:not(:disabled){background:#1e3a6f;box-shadow:0 8px 20px #29529959;transform:translateY(-2px)}.btn-primary:disabled{box-shadow:0 2px 8px #29529926;cursor:not-allowed;opacity:.6;transform:none}.spinner{animation:spin 1s linear infinite}.modal-info{background:linear-gradient(135deg,#22c55e0d,#22c55e05);border:1px solid #22c55e26;border-radius:12px;margin:0 32px 32px;padding:20px;position:relative}.modal-info:before{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px 0 0 12px;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.info-item{color:#6b7280;color:var(--text-secondary);line-height:1.6;margin-left:8px}.error-message,.info-item{font-size:14px;font-weight:500}.error-message{align-items:center;background:linear-gradient(135deg,#ef444414,#ef44440a);border:1px solid #ef444433;border-radius:10px;color:#dc2626;display:flex;gap:10px;margin-bottom:20px;padding:16px 20px;position:relative}.error-message:before{background:#ef4444;border-radius:10px 0 0 10px;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.error-icon{flex-shrink:0;font-size:16px}.dashboard-stats{margin-bottom:32px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:24px;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.stat-icon{background:#f9fafb;font-size:32px;height:60px;width:60px}.stat-card.total .stat-icon{background:#3b82f61a}.stat-card.up .stat-icon{background:#22c55e1a}.stat-card.down .stat-icon{background:#ef44441a}.stat-number{color:#111827;display:block;font-size:28px;margin-bottom:4px}.stat-label{color:#6b7280;display:block;font-size:14px;font-weight:500}.sites-overview h3{color:#111827;font-size:20px;font-weight:600;margin-bottom:16px}.sites-list-simple{background:#fff;border-radius:12px;overflow:hidden}.site-overview-item{border-bottom:1px solid #f3f4f6;border-left:4px solid #e5e7eb;padding:16px 20px;transition:background-color .2s ease}.site-overview-item:last-child{border-bottom:none}.site-overview-item:hover{background:#f9fafb}.site-name{color:#111827;font-size:14px}.status-arrow{align-items:center;border-radius:2px;display:inline-flex;font-weight:700;height:16px;justify-content:center;width:16px}.status-arrow.arrow-up{background:#10b9811a}.status-arrow.arrow-down{background:#ef44441a}.site-status-badge{letter-spacing:.5px;padding:6px 12px}.site-status-badge.status-up{background:#22c55e1a;border:1px solid #22c55e33;color:#16a34a}.site-status-badge.status-down{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.empty-state{padding:48px 20px}.site-list .table-wrapper{border:1px solid #e5e7eb;border-radius:12px;margin:24px;max-height:600px;overflow-y:auto}.site-list .table-wrapper::-webkit-scrollbar{width:10px}.site-list .table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.site-list .table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f1f5f9;border-radius:10px}.site-list .table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.site-list .sites-table{background:#fff;border-collapse:initial;border-spacing:0;width:100%}.site-list .sites-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-list .sites-table th{border-bottom:2px solid #e2e8f0;color:#475569;font-size:11px;font-weight:700;letter-spacing:.08em;padding:20px 18px;text-align:left;text-transform:uppercase}.site-list .sites-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .3s ease}.site-list .sites-table tbody tr:hover{background:#f9fafb;transform:translateX(2px)}.site-list .sites-table td{color:#334155;font-size:14px;font-weight:500;padding:18px}.site-list .actions-cell{text-align:center;width:120px}.action-icons{gap:8px}.action-icons,.icon-btn{align-items:center;display:flex;justify-content:center}.icon-btn{background:none;border:none;border-radius:6px;cursor:pointer;font-size:20px;padding:8px;transition:all .2s ease}.icon-btn:hover{background:#0000000d;transform:scale(1.2)}.edit-btn:hover{background:#3b82f61a}.delete-btn:hover{background:#ef44441a}.icon-btn:active{transform:scale(1.1)}:root{--primary-blue:#3b82f6;--primary-blue-dark:#2563eb;--success-green:#10b981;--success-bg:#d1fae5;--error-red:#ef4444;--error-bg:#fee2e2;--neutral-gray:#6b7280;--neutral-bg:#f3f4f6;--border-radius-lg:16px;--border-radius-xl:20px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.sidebar{background:#172333!important;border-right:1px solid #ffffff1a!important;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0000001a!important}.sidebar,.sidebar-link{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.sidebar-link{color:#fffc!important;font-weight:500;overflow:hidden;position:relative}.sidebar-link:before{background:#0000;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:3px}.sidebar-link:hover{background:#ffffff1a!important;border-radius:10px!important;box-shadow:0 4px 12px #0000004d!important;color:#fff!important;transform:translateX(4px)}.sidebar-link.active{background:#ffffff26!important;border:1px solid #fff3!important;border-radius:10px!important;box-shadow:0 4px 14px #0006!important;color:#fff!important;font-weight:600}.sidebar-link.active:before{background:#fff6;box-shadow:0 0 8px #ffffff4d;width:4px}.sidebar-link.active .sidebar-icon{color:#fff!important;transform:scale(1.05)}.dashboard-page{animation:fadeIn .5s ease-out;background:#0000;box-sizing:border-box;margin:0;max-width:calc(100vw - 21.5rem);padding:1.5rem 3rem 1.5rem 2rem;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-stats{margin:1rem 0 1.5rem}.stats-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:1.5rem;max-width:100%;width:100%}.stat-card{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);display:flex;flex:0 1 auto;gap:16px;max-width:280px;min-width:200px;overflow:hidden;padding:24px 28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.stat-card:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,currentColor,#0000);content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.stat-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.stat-card.total{background:linear-gradient(135deg,#f9fafb,#e5e7eb);color:#6b7280;color:var(--neutral-gray)}.stat-card.total:before{background:linear-gradient(90deg,#0000,#6b7280,#0000)}.stat-card.up{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#10b981;color:var(--success-green)}.stat-card.up:before{background:linear-gradient(90deg,#0000,#10b981,#0000)}.stat-card.down{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#ef4444;color:var(--error-red)}.stat-card.down:before{background:linear-gradient(90deg,#0000,#ef4444,#0000)}.stat-icon{align-items:center;background:#fffc;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);display:flex;flex-shrink:0;font-size:28px;height:56px;justify-content:center;width:56px}.stat-content{display:flex;flex:1 1;flex-direction:column;gap:2px}.stat-number{font-size:32px;font-weight:700;letter-spacing:-.025em;line-height:1}.stat-label{font-size:13px;font-weight:600;letter-spacing:.05em;opacity:.75;text-transform:uppercase}.dashboard-content{box-sizing:border-box;display:block;margin-bottom:2rem;max-width:100%;width:100%}.sites-overview{background:#fff;border:1px solid #0000000d;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);box-sizing:border-box;padding:28px;width:100%}.sites-overview h3{border-bottom:3px solid #e5e7eb;color:#1f2937;font-size:24px;font-weight:700;margin:0 0 24px;padding-bottom:16px}.table-wrapper{border:1px solid #e5e7eb;border-radius:12px;max-height:600px;overflow-y:auto}.table-wrapper::-webkit-scrollbar{width:10px}.table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f1f5f9;border-radius:10px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sites-table{background:#fff;border-collapse:initial;border-spacing:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;width:100%}.sites-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:-webkit-sticky;position:sticky;top:0;z-index:10}.sites-table thead:after{background:linear-gradient(90deg,#3b82f6,#10b981 50%,#ef4444);background:linear-gradient(90deg,var(--primary-blue) 0,var(--success-green) 50%,var(--error-red) 100%);bottom:0;content:"";height:3px;left:0;opacity:.6;position:absolute;right:0}.sites-table th{background:#fffc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:11px;font-weight:700;letter-spacing:.08em;padding:20px 18px;position:relative;text-align:left;text-transform:uppercase;z-index:1}.sites-table th:first-child{border-radius:16px 0 0 0;border-radius:var(--border-radius-lg) 0 0 0}.sites-table th:last-child{border-radius:0 16px 0 0;border-radius:0 var(--border-radius-lg) 0 0}.sites-table tbody tr{background:#fff;border-bottom:1px solid #f1f5f9;border-left:4px solid #0000;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.sites-table tbody tr.site-up{background:linear-gradient(90deg,#10b98108,#fffc 15%,#fff);border-left:4px solid #10b981;border-left:4px solid var(--success-green)}.sites-table tbody tr.site-up:hover{background:linear-gradient(90deg,#10b98114,#10b98105 15%,#fafffe);border-left:5px solid #10b981;border-left:5px solid var(--success-green);box-shadow:0 4px 12px #10b98126;transform:translateX(2px)}.sites-table tbody tr.site-down{background:linear-gradient(90deg,#ef444408,#fffc 15%,#fff);border-left:4px solid #ef4444;border-left:4px solid var(--error-red)}.sites-table tbody tr.site-down:hover{background:linear-gradient(90deg,#ef444414,#ef444405 15%,snow);border-left:5px solid #ef4444;border-left:5px solid var(--error-red);box-shadow:0 4px 12px #ef444426;transform:translateX(2px)}.sites-table tbody tr:hover{z-index:2}.sites-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:14px;font-weight:500;padding:18px;vertical-align:middle}.site-name-cell{color:#1e293b;font-size:15px;font-weight:700;letter-spacing:-.01em}.sites-table td:first-child{font-weight:600;padding-left:24px}.sites-table td:last-child{padding-right:24px}.status-badge{align-items:center;border-radius:24px;display:inline-flex;font-size:11px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.05em;min-width:80px;overflow:hidden;padding:8px 16px;position:relative;text-transform:uppercase;transition:all .2s ease}.status-badge:before{animation:statusPulse 2s infinite;left:12px;position:absolute;top:50%;transform:translateY(-50%)}@keyframes statusPulse{0%,to{opacity:1;transform:translateY(-50%) scale(1)}50%{opacity:.6;transform:translateY(-50%) scale(1.2)}}.status-badge.status-up{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10b9814d;box-shadow:0 2px 8px #10b98133;color:#065f46}.status-badge.status-up:hover{background:linear-gradient(135deg,#a7f3d0,#6ee7b7);border-color:#10b98180;box-shadow:0 4px 12px #10b9814d;transform:scale(1.05)}.status-badge.status-down{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #ef44444d;box-shadow:0 2px 8px #ef444433;color:#7f1d1d}.status-badge.status-down:hover{background:linear-gradient(135deg,#fecaca,#fca5a5);border-color:#ef444480;box-shadow:0 4px 12px #ef44444d;transform:scale(1.05)}.status-badge:before{animation:pulse 2s infinite;background:currentColor;border-radius:50%;content:"";height:6px;width:6px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.uptime-percentage{background:linear-gradient(135deg,#10b9811a,#10b9810d);border:1px solid #10b98133;border-radius:12px;color:#065f46;font-weight:700}.response-time,.uptime-percentage{display:inline-block;font-size:14px;min-width:60px;padding:6px 12px;text-align:center}.response-time{border-radius:12px;font-weight:600;transition:all .2s ease}.response-time.fast{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid #22c55e33;color:#15803d}.response-time.medium{background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border:1px solid #f59e0b33;color:#a16207}.response-time.slow{background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid #ef444433;color:#b91c1c}.response-time:hover{transform:scale(1.05)}.response-time:not(.fast):not(.medium):not(.slow){background:linear-gradient(135deg,#6b72801a,#6b72800d);border:1px solid #6b728033;color:#6b7280;font-style:italic}.sites-list-simple{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:8px}.sites-list-simple::-webkit-scrollbar{width:6px}.sites-list-simple::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.sites-list-simple::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.sites-list-simple::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.site-overview-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;border-radius:var(--border-radius-lg);display:flex;justify-content:space-between;overflow:hidden;padding:16px;position:relative}.site-overview-item,.site-overview-item:after{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.site-overview-item:after{bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.site-overview-item.up:after{background:#10b981;background:var(--success-green)}.site-overview-item.down:after{background:#ef4444;background:var(--error-red)}.site-overview-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);transform:translateX(4px)}.site-info{flex:1 1}.site-name{align-items:center;color:#1f2937;display:flex;font-size:16px;font-weight:600;gap:8px;margin-bottom:4px}.status-arrow{font-size:12px}.status-arrow.arrow-up{animation:bounceUp 2s infinite;color:#10b981;color:var(--success-green)}.status-arrow.arrow-down{animation:bounceDown 2s infinite;color:#ef4444;color:var(--error-red)}@keyframes bounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.site-url{color:#6b7280;color:var(--neutral-gray);font-size:13px}.site-status-badge{align-items:center;border-radius:20px;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.025em;padding:6px 14px;text-transform:uppercase}.site-status-badge.status-up{background:#d1fae5;background:var(--success-bg);color:#10b981;color:var(--success-green)}.site-status-badge.status-down{background:#fee2e2;background:var(--error-bg);color:#ef4444;color:var(--error-red)}.charts-container{display:flex;flex-direction:column;gap:24px}.status-chart-section{background:#fff;border:1px solid #0000000d;border-radius:20px;border-radius:var(--border-radius-xl);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);padding:24px}.status-chart-section h3{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:20px;font-weight:600;margin:0 0 20px;padding-bottom:12px}.chart-container{align-items:center;display:flex;flex-direction:column;gap:20px}.pie-chart-wrapper{height:200px;position:relative;width:200px}.pie-chart{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));height:100%;width:100%}.chart-legend{display:flex;gap:24px;justify-content:center}.legend-item{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px}.legend-color{border-radius:3px;height:12px;width:12px}.legend-color.up{background:#10b981;background:var(--success-green)}.legend-color.down{background:#ef4444;background:var(--error-red)}.chart-placeholder{font-size:14px}.chart-placeholder,.empty-state{color:#6b7280;color:var(--neutral-gray);text-align:center}.empty-state{padding:60px 20px}.empty-state p{font-size:16px;margin:8px 0}.empty-state p:first-child{color:#374151;font-size:18px;font-weight:600}@media (max-width:64rem){.dashboard-content{grid-template-columns:1fr}.stats-grid{gap:.75rem}.stat-card{max-width:180px;min-width:140px;padding:14px 16px}.dashboard-page{padding:1.5rem}}@media (max-width:768px){.sidebar{flex-direction:row;height:auto;overflow-x:auto;position:relative;width:100%}.sidebar-menu{display:flex;flex-direction:row;padding:12px}.main-content{margin-left:0;margin-top:60px}.dashboard-page{padding:12px 16px}.page-header h2{font-size:24px}.stats-grid{gap:.5rem}.stat-card{max-width:150px;min-width:120px;padding:12px 14px}.stat-icon{font-size:16px;height:32px;width:32px}.stat-number{font-size:20px}.stat-label{font-size:10px}.sites-table{border:1px solid #e5e7eb;font-size:12px}.sites-table th{font-size:10px;padding:16px 12px}.sites-table td{padding:14px 12px}.sites-table td:first-child{padding-left:16px}.sites-table td:last-child{padding-right:16px}.status-badge{font-size:10px;min-width:70px;padding:6px 12px}.response-time{font-size:12px;min-width:50px;padding:4px 8px}.dashboard-content{gap:16px}.sites-overview,.status-chart-section{padding:16px}.pie-chart-wrapper{height:160px;width:160px}}@media (max-width:480px){.page-header{padding:16px}.page-header h2{font-size:20px}.page-header p{font-size:14px}.stat-icon{height:48px;width:48px}.stat-icon,.stat-number{font-size:24px}.stat-label{font-size:12px}.sites-overview h3,.status-chart-section h3{font-size:18px}.site-name{font-size:14px}.site-url{font-size:12px}.chart-legend{flex-direction:column;gap:12px}.sites-table{font-size:11px}.sites-table th{font-size:9px}.sites-table td,.sites-table th{padding:12px 8px}.sites-table td:first-child{padding-left:12px}.sites-table td:last-child{padding-right:12px}.site-name-cell{font-size:13px}.status-badge{font-size:9px;gap:4px;min-width:60px;padding:4px 8px}.status-badge:before{height:4px;left:8px;width:4px}.response-time{font-size:11px;min-width:45px;padding:3px 6px}}.interactive-element{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.interactive-element:hover{filter:brightness(1.05);transform:scale(1.05)}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;border-top:4px solid var(--primary-blue);height:40px;margin:20px auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-content::-webkit-scrollbar{width:10px}.main-content::-webkit-scrollbar-track{background:#f1f1f1}.main-content::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.main-content::-webkit-scrollbar-thumb:hover{background:#555}.sites-overview .sites-table{background:#fff!important;border:2px solid #e5e7eb!important;border-collapse:initial!important;border-radius:16px!important;border-spacing:0!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;margin:0!important;overflow:hidden!important;width:100%!important}.sites-overview .sites-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;position:relative!important}.sites-overview .sites-table thead:after{background:linear-gradient(90deg,#3b82f6,#10b981 50%,#ef4444)!important;bottom:0!important;content:""!important;height:3px!important;left:0!important;opacity:.6!important;position:absolute!important;right:0!important}.sites-overview .sites-table th{background:#fffc!important;border-bottom:2px solid #e2e8f0!important;color:#475569!important;font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;padding:20px 18px!important;position:relative!important;text-align:left!important;text-transform:uppercase!important;z-index:1!important}.sites-overview .sites-table th:first-child{border-radius:16px 0 0 0!important}.sites-overview .sites-table th:last-child{border-radius:0 16px 0 0!important}.sites-overview .sites-table tbody tr{background:#fff!important;border-bottom:1px solid #f1f5f9!important;border-left:4px solid #0000!important;position:relative!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.sites-overview .sites-table tbody tr.site-up{background:linear-gradient(90deg,#10b98108,#fffc 15%,#fff)!important;border-left:4px solid #10b981!important}.sites-overview .sites-table tbody tr.site-up:hover{background:linear-gradient(90deg,#10b98114,#10b98105 15%,#fafffe)!important;border-left:5px solid #10b981!important;box-shadow:0 4px 12px #10b98126!important;transform:translateX(2px)!important}.sites-overview .sites-table tbody tr.site-down{background:linear-gradient(90deg,#ef444408,#fffc 15%,#fff)!important;border-left:4px solid #ef4444!important}.sites-overview .sites-table tbody tr.site-down:hover{background:linear-gradient(90deg,#ef444414,#ef444405 15%,snow)!important;border-left:5px solid #ef4444!important;box-shadow:0 4px 12px #ef444426!important;transform:translateX(2px)!important}.sites-overview .sites-table tbody tr:hover{z-index:2!important}.sites-overview .sites-table td{border-bottom:1px solid #f1f5f9!important;color:#334155!important;font-size:14px!important;font-weight:500!important;padding:18px!important;vertical-align:middle!important}.sites-overview .sites-table td:first-child{font-weight:600!important;padding-left:24px!important}.sites-overview .sites-table td:last-child{padding-right:24px!important}.sites-overview .sites-table .status-badge{align-items:center!important;border-radius:24px!important;display:inline-flex!important;font-size:11px!important;font-weight:700!important;gap:8px!important;justify-content:center!important;letter-spacing:.05em!important;min-width:80px!important;overflow:hidden!important;padding:8px 16px!important;position:relative!important;text-transform:uppercase!important;transition:all .2s ease!important}.sites-overview .sites-table .status-badge:before{animation:statusPulseEnhanced 2s infinite!important;background:currentColor!important;border-radius:50%!important;content:""!important;height:6px!important;left:12px!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:6px!important}@keyframes statusPulseEnhanced{0%,to{opacity:1;transform:translateY(-50%) scale(1)}50%{opacity:.6;transform:translateY(-50%) scale(1.2)}}.sites-overview .sites-table .status-badge.status-up{background:linear-gradient(135deg,#d1fae5,#a7f3d0)!important;border:2px solid #10b9814d!important;box-shadow:0 2px 8px #10b98133!important;color:#065f46!important}.sites-overview .sites-table .status-badge.status-up:hover{background:linear-gradient(135deg,#a7f3d0,#6ee7b7)!important;border-color:#10b98180!important;box-shadow:0 4px 12px #10b9814d!important;transform:scale(1.05)!important}.sites-overview .sites-table .status-badge.status-down{background:linear-gradient(135deg,#fee2e2,#fecaca)!important;border:2px solid #ef44444d!important;box-shadow:0 2px 8px #ef444433!important;color:#7f1d1d!important}.sites-overview .sites-table .status-badge.status-down:hover{background:linear-gradient(135deg,#fecaca,#fca5a5)!important;border-color:#ef444480!important;box-shadow:0 4px 12px #ef44444d!important;transform:scale(1.05)!important}.sites-overview .sites-table .uptime-percentage{background:linear-gradient(135deg,#10b9811a,#10b9810d)!important;border:1px solid #10b98133!important;color:#065f46!important;min-width:60px!important;padding:6px 12px!important}.sites-overview .sites-table .response-time{border-radius:12px!important;display:inline-block!important;font-size:14px!important;font-weight:600!important;min-width:60px!important;padding:6px 12px!important;text-align:center!important;transition:all .2s ease!important}.sites-overview .sites-table .response-time.fast{background:linear-gradient(135deg,#22c55e1a,#22c55e0d)!important;border:1px solid #22c55e33!important;color:#15803d!important}.sites-overview .sites-table .response-time.medium{background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d)!important;border:1px solid #f59e0b33!important;color:#a16207!important}.sites-overview .sites-table .response-time.slow{background:linear-gradient(135deg,#ef44441a,#ef44440d)!important;border:1px solid #ef444433!important;color:#b91c1c!important}.sites-overview .sites-table .response-time:hover{transform:scale(1.05)!important}.sites-overview .sites-table .response-time:not(.fast):not(.medium):not(.slow){background:linear-gradient(135deg,#6b72801a,#6b72800d)!important;border:1px solid #6b728033!important;color:#6b7280!important;font-style:italic!important}.sites-overview .sites-table .site-name-cell{color:#1e293b!important;font-size:15px!important;font-weight:700!important;letter-spacing:-.01em!important;min-width:120px!important;padding:18px 24px!important;white-space:nowrap!important}.sites-overview .sites-table .site-url-cell{color:#475569!important;font-size:13px!important;font-weight:400!important;max-width:300px!important;overflow:hidden!important;padding:18px 16px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sites-overview .sites-table .status-cell{min-width:100px!important;padding:18px 20px!important;text-align:center!important}.sites-overview .sites-table .uptime-cell{min-width:80px!important;padding:18px 20px!important;text-align:center!important}.sites-overview .sites-table .response-cell{min-width:90px!important;padding:18px 24px!important;text-align:center!important}.sites-overview .sites-table .uptime-percentage{border-radius:12px!important;display:inline-block!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important;min-width:65px!important;padding:8px 14px!important;text-align:center!important;transition:all .2s ease!important}.sites-overview .sites-table tr.site-up .uptime-percentage{background:linear-gradient(135deg,#10b9811f,#10b9810f)!important;border:1px solid #10b98140!important;box-shadow:0 2px 6px #10b9811a!important;color:#065f46!important}.sites-overview .sites-table tr.site-down .uptime-percentage{background:linear-gradient(135deg,#f59e0b1f,#f59e0b0f)!important;border:1px solid #f59e0b40!important;box-shadow:0 2px 6px #f59e0b1a!important;color:#a16207!important}.sites-overview .sites-table .uptime-percentage:hover{box-shadow:0 4px 12px #00000026!important;transform:scale(1.05)!important}.sites-overview .sites-table .response-time:contains("-"),.sites-overview .sites-table .response-time:empty{background:linear-gradient(135deg,#6b728014,#6b72800a)!important;border:1px solid #6b728026!important;color:#9ca3af!important;font-style:italic!important;font-weight:400!important}.sites-overview .sites-table th:first-child{padding-left:24px!important;text-align:left!important}.sites-overview .sites-table th:nth-child(2){text-align:left!important}.sites-overview .sites-table th:nth-child(3){text-align:center!important}.sites-overview .sites-table th:nth-child(4){padding-right:24px!important;text-align:center!important}@media (max-width:768px){.sites-overview .sites-table .site-url-cell{font-size:12px!important;max-width:200px!important}.sites-overview .sites-table .site-name-cell{font-size:14px!important;min-width:100px!important}.sites-overview .sites-table .response-cell{min-width:70px!important}.sites-overview .sites-table .response-time{font-size:12px!important;min-width:55px!important;padding:6px 10px!important}}@media (max-width:480px){.sites-overview .sites-table .site-url-cell,.sites-overview .sites-table th:nth-child(2){display:none!important}.sites-overview .sites-table .site-name-cell{max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important}}.email-cell{max-width:300px;padding:12px 16px}.email-list{gap:8px}.email-item,.email-list{display:flex;flex-direction:column}.email-item{background:#f8fafc;border-left:3px solid #295299;border-radius:6px;gap:4px;padding:6px 10px}.email-value{color:#1f2937;font-size:13px;font-weight:500;word-break:break-word}.email-timestamp{color:#64748b;font-size:11px;font-weight:400}.no-emails{color:#94a3b8;font-size:13px;font-style:italic}.stakeholder-input-with-timestamp{margin-bottom:12px}.email-timestamp-info{background:#f0f9ff;border-left:3px solid #295299;border-radius:4px;color:#64748b;font-size:12px;font-style:italic;margin-left:4px;margin-top:6px;padding:6px 10px}.form-field-header,.form-group-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.form-field-header label,.form-group-header label{margin-bottom:0}.add-btn-header{align-items:center;background:#295299;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.add-btn-header:hover:not(:disabled){background:#1f3d73;box-shadow:0 4px 8px #2952994d;transform:translateY(-1px)}.add-btn-header:disabled{cursor:not-allowed;opacity:.6}.location-selector{display:flex;flex-direction:column;gap:12px}.location-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:.9375rem;padding:12px 16px;transition:all .2s;width:100%}.location-dropdown:hover{border-color:#295299}.location-dropdown:focus{border-color:#295299;box-shadow:0 0 0 3px #2952991a;outline:none}.location-dropdown optgroup{color:#295299;font-weight:600;padding:8px 0}.location-dropdown option{color:#1f2937;font-weight:400;padding:8px}.location-search{position:relative}.search-input{border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:10px 16px;transition:all .2s;width:100%}.search-input:focus{border-color:#295299;box-shadow:0 0 0 3px #2952991a;outline:none}.info-icon{cursor:help;display:inline-block;margin-left:6px}.field-hint,.info-icon{color:#6b7280;font-size:.875rem}.field-hint{display:block;margin-top:6px}
/*# sourceMappingURL=main.a17d0655.css.map*/