@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:#fff;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:#fff;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:#fff;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:#fff}.main-content.sidebar-closed{margin-left:0}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.page-content{padding:2rem}.card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,14,64,.1);padding:1.5rem;margin-bottom:1.5rem}.button{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.button-primary{background:#000e40;color:#fff}.button-primary:hover{background:rgba(0,14,64,.9)}.button-secondary{background:#f3f4f6;color:#000e40}.button-secondary:hover{background:#e5e7eb}.logout-button{background-color:#ef4444;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-button:hover{background-color:rgba(239,68,68,.9)}@media (max-width:768px){.main-content{margin-left:0}.auth-container{padding:.5rem}.auth-card,.form-container{padding:1.5rem;background-color:#fafafa}}.table-container{overflow-x:auto;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,14,64,.1)}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.table th{font-weight:600;color:#000e40}.table tbody tr:hover,.table th{background:#f8fafc}.dashboard-layout{display:flex;min-height:100vh;background-color:#fafafa}.sidebar{width:280px;background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid #e5e7eb;padding:2rem 0;display:flex;flex-direction:column}.sidebar-header{padding:0 2rem 2rem;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.sidebar-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.sidebar-nav{flex:1 1;padding:0 1rem}.nav-list{list-style:none;padding:0;margin:0}.nav-item{margin-bottom:.5rem}.nav-link{display:flex;align-items:center;padding:.875rem 1rem;color:#6b7280;font-weight:500;border-radius:12px;transition:all .2s ease;text-decoration:none}.nav-link.active,.nav-link:hover{background-color:#f3f4f6;color:#1a1a1a}.nav-link.active{background:linear-gradient(135deg,#000e40,rgba(0,14,64,.8));color:#fff}.sidebar-footer{padding:1rem 2rem;border-top:1px solid #e5e7eb}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fafafa}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;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;border-right:none;border-bottom:1px solid #e5e7eb}.main-content{padding:1.5rem}.login-container{padding:1rem}.login-card{padding:2rem 1.5rem}}