:root{--primary-color:#0c2c65;--bg-color:#eef2f6;--text-dark:#000;--text-gray:#718096;--border-color:#e2e8f0}body{background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.relative{position:relative}.absolute{position:absolute}.cursor-pointer{cursor:pointer}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative}.login-card{border:1px solid var(--border-color);z-index:10;background-color:#fff;border-radius:6px;width:100%;max-width:440px;padding:3rem 2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.logo-container{justify-content:center;margin-bottom:2rem;display:flex}.logo-placeholder{color:#fff;text-align:center;background:linear-gradient(135deg,#4f46e5,#3b82f6);border:4px solid #ccdcff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 4px 10px #00000026}.logo-title{letter-spacing:-.5px;margin:0;font-size:1.1rem;font-weight:700;line-height:1}.logo-subtitle{letter-spacing:1px;margin-top:2px;font-size:.6rem;font-weight:600}.logo-tagline{opacity:.8;margin-top:4px;font-size:.45rem}h1{text-align:center;color:var(--primary-color);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.subtitle{text-align:center;color:var(--text-gray);margin:0 0 2rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.input-container{align-items:center;display:flex;position:relative}input[type=text],input[type=password]{border:1px solid var(--border-color);width:100%;color:var(--text-dark);background-color:#f8fafc;border-radius:4px;padding:.85rem 1rem;font-size:.95rem;transition:all .2s}input[type=text]:focus,input[type=password]:focus{background-color:#fff;border-color:#cbd5e1;outline:none;box-shadow:0 0 0 3px #0c2c651a}input::placeholder{color:#a0aec0}.toggle-password{color:#a0aec0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;right:1rem}.toggle-password:hover{color:#4a5568}.options-row{justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.9rem;display:flex}.checkbox-group{cursor:pointer;align-items:center;display:flex}.checkbox-group input{cursor:pointer;accent-color:var(--primary-color);width:16px;height:16px;margin-right:.5rem}.forgot-password{color:var(--primary-color);font-size:.85rem;font-weight:600;text-decoration:none}.forgot-password:hover{text-decoration:underline}.btn-primary{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:.85rem;font-size:1rem;font-weight:600;transition:background-color .2s}.btn-primary:hover{background-color:#081d43}.page-footer{color:#a0aec0;justify-content:space-between;width:100%;padding:1.5rem;font-size:.8rem;display:flex;position:absolute;bottom:0;left:0}.footer-link{color:#a0aec0;text-decoration:none}.footer-link:hover{color:var(--primary-color)}
