@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;color:#1a1a1a;background-color:#fafafa}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#000e40}.auth-card{background:#ffffff;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,14,64,.1),0 10px 10px -5px rgba(0,14,64,.04);padding:2rem;width:100%;max-width:24rem}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-header h1{font-size:1.875rem;font-weight:700;color:#000e40;margin-bottom:.5rem}.auth-header p{color:#64748b;font-size:.875rem}.form-container{background:#ffffff;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,14,64,.1);padding:2rem;width:100%;max-width:28rem}.form-title{text-align:center;margin-bottom:2rem}.form-title h2{font-size:1.5rem;font-weight:700;color:#000e40;margin-bottom:.5rem}.form-title p{color:#64748b;font-size:.875rem}.input-group{margin-bottom:1.5rem}.input-label{display:block;font-size:.875rem;font-weight:500;color:#000e40;margin-bottom:.5rem}.input-field{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:all .2s}.input-field:focus{outline:none;border-color:#000e40;box-shadow:0 0 0 3px rgba(0,14,64,.1)}.submit-button{width:100%;padding:.75rem;background:#000e40;color:white;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.submit-button:hover{background:rgba(0,14,64,.9)}.submit-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.alert{padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem}.alert-error{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert-success{background-color:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.layout-container{min-height:100vh;background-color:#fafafa;display:flex}.main-content{flex:1 1;margin-left:16rem;transition:margin-left .3s ease;background:#ffffff}.main-content.sidebar-closed{margin-left:0}.header{background:#ffffff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.page-content{padding:2rem}.card{background:#ffffff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,14,64,.1);padding:1.5rem;margin-bottom:1.5rem}.card-header{margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.card-description{color:#64748b;font-size:.875rem}.button-primary{background:#000e40;color:white;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.button-primary:hover{background:rgba(0,14,64,.9)}.button-secondary{background:#f8fafc;color:#64748b;padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.button-secondary:hover{background:#e2e8f0;color:#1e293b}.logout-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;color:#64748b;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%}.logout-button:hover{background:#fef2f2;color:#ef4444}@media (max-width:768px){.main-content{margin-left:0}.auth-container{padding:1rem}.auth-card,.form-container{padding:1.5rem}}.table-container{background:#ffffff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,14,64,.1);overflow:hidden}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.table th{font-weight:600;color:#374151;font-size:.875rem}.dashboard-layout,.table tbody tr:hover,.table th{background-color:#f8fafc}.dashboard-layout{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(180deg,#ffffff,#f8fafc);border-right:1px solid #e2e8f0;position:fixed;height:100vh;left:0;top:0;z-index:1000}.sidebar-header{padding:1.5rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;min-height:80px}.sidebar-title{font-size:1.5rem;font-weight:700;color:#000e40;margin:0}.sidebar-nav{flex:1 1;padding:1rem;overflow-y:auto}.nav-list{list-style:none;padding:0;margin:0}.nav-item{margin-bottom:.25rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;color:#64748b;text-decoration:none;transition:all .2s ease;font-weight:500;font-size:.875rem}.nav-link.active,.nav-link:hover{background:linear-gradient(135deg,rgba(0,14,64,.08),rgba(0,14,64,.12));color:#000e40;font-weight:600}.nav-link.active{border:1px solid rgba(0,14,64,.1)}.sidebar-footer{padding:1rem;border-top:1px solid #f1f5f9}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px;flex-direction:column;gap:1rem}.loading-spinner{width:2rem;height:2rem;border:2px solid #e2e8f0;border-top-color:#000e40;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.dashboard-layout{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}.main-content{margin-left:0}.login-container{padding:1rem}.login-card{padding:2rem 1.5rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000e40;padding:2rem}.login-card{width:100%;max-width:420px;padding:3rem 2.5rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2)}.login-header{text-align:center;margin-bottom:2.5rem}.login-title{font-size:2rem;font-weight:600;color:#000e40;margin-bottom:.5rem}.login-subtitle{font-size:.95rem;color:#6b7280;font-weight:400}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.9rem}.form-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .2s ease;background-color:#ffffff;color:#1a1a1a}.form-input:focus{outline:none;border-color:#000e40;box-shadow:0 0 0 3px rgba(0,14,64,.1)}.form-input::placeholder{color:#9ca3af}.login-button{width:100%;padding:.875rem;background:#000e40;color:white;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.login-button:hover:not(:disabled){background:rgba(0,14,64,.9);transform:translateY(-1px);box-shadow:0 10px 20px rgba(0,14,64,.3)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-footer{text-align:center}.login-link{color:#000e40;font-weight:500;transition:color .2s ease}.login-link:hover{color:rgba(0,14,64,.8)}.user-info{background:#ffffff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,14,64,.1);padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.user-info h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.user-info p{color:#64748b;font-size:.875rem;margin-bottom:.5rem}@media (max-width:1024px){.sidebar{width:280px}.main-content{margin-left:280px}}@media (max-width:768px){.sidebar{width:100%;height:auto;position:relative}.main-content{margin-left:0}.dashboard-layout{flex-direction:column}}