body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f9fafb}.login-card{background:#ffffff;padding:2.5rem;border-radius:2rem;width:100%;max-width:480px;box-shadow:0 10px 25px #0000000d;margin:100px auto}.input-container{margin-bottom:1rem}.input-container label{display:block;margin-bottom:.5rem;color:#94a3b8;font-size:.65rem;text-transform:uppercase;font-weight:700}.input-container input{width:100%;padding:1.1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:1.2rem;box-sizing:border-box}.login-btn{width:100%;padding:1rem;background-color:#2563eb;color:#fff;border:none;border-radius:1.2rem;font-weight:600;cursor:pointer}.secondary-btn{background:none;border:none;color:#6366f1;cursor:pointer;text-decoration:underline;font-weight:600}.dashboard-container{display:flex;width:100vw;height:100vh}.sidebar{width:260px;background:white;border-right:1px solid #e5e7eb;padding:2rem 1.5rem;display:flex;flex-direction:column}.sidebar-logo{font-size:1.5rem;font-weight:800;margin-bottom:2.5rem}.nav-item{padding:.75rem 1rem;border-radius:.75rem;cursor:pointer;transition:.2s;font-weight:500;color:#4b5563}.nav-item.active,.nav-item:hover{background:#f3f4f6;color:#111827}.main-content{flex:1;padding:2.5rem;overflow-y:auto}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.user-badge{background:white;padding:.6rem 1.2rem;border-radius:2rem;border:1px solid #e5e7eb;font-weight:600}.glass-card{background:white;padding:2rem;border-radius:1.5rem;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #00000003}table{width:100%;border-collapse:collapse;margin-top:1rem}th{text-align:left;padding:12px;border-bottom:2px solid #f1f5f9;color:#64748b;font-size:12px;text-transform:uppercase}td{padding:16px 12px;border-bottom:1px solid #f1f5f9;font-size:14px}.status-badge{padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase}.onboarding-wizard{max-width:800px;margin:40px auto;min-height:80vh}.stepper-container{display:flex;justify-content:space-between;position:relative;margin-bottom:3rem}.stepper-line{position:absolute;top:15px;left:0;right:0;height:2px;background:#e5e7eb;z-index:1}.stepper-line-progress{position:absolute;top:0;left:0;height:100%;background:#2563eb;transition:width .3s ease}.step-node{position:relative;z-index:2;width:32px;height:32px;border-radius:50%;background:white;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#94a3b8;transition:.3s}.step-node.active{border-color:#2563eb;color:#2563eb;transform:scale(1.1);box-shadow:0 0 0 4px #2563eb1a}.step-node.completed{background:#2563eb;border-color:#2563eb;color:#fff}.onboarding-card{background:white;border-radius:1.5rem;box-shadow:0 4px 20px #00000008;border:1px solid #f1f5f9;padding:2.5rem;animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.error-text{color:#ef4444;font-size:.75rem;margin-top:.25rem}.input-error{border-color:#ef4444!important}.btn-loading{opacity:.7;cursor:not-allowed;position:relative}.btn-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;right:1rem;margin-top:-8px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.verification-status-banner{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fcd34d;padding:1.5rem;border-radius:1rem;color:#92400e;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}
