:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f3554;background:#f4f7fa;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:#f4f7fa}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.auth-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:36px 24px;background:radial-gradient(circle at 10% 10%,rgba(53,106,195,.12),transparent 30%),radial-gradient(circle at 90% 90%,rgba(15,53,84,.08),transparent 32%),#f4f7fa}.auth-layout{width:min(1080px,100%);display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);min-height:650px;overflow:hidden;border:1px solid #d9e2ec;border-radius:26px;background:#fff;box-shadow:0 28px 70px #0f355424}.auth-intro{position:relative;display:flex;flex-direction:column;justify-content:center;padding:58px 54px;color:#fff;background:linear-gradient(145deg,#0f3554,#16558a 55%,#356ac3);overflow:hidden}.auth-intro:before{content:"";position:absolute;width:360px;height:360px;right:-180px;top:-150px;border-radius:50%;background:#ffffff14}.auth-intro:after{content:"";position:absolute;width:260px;height:260px;left:-130px;bottom:-130px;border-radius:50%;background:#ffffff0f}.auth-intro>*{position:relative;z-index:1}.brand-logo{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:#0f3554;color:#fff;font-size:16px;font-weight:800;letter-spacing:.04em;box-shadow:0 10px 28px #0f35542e}.large-logo{width:66px;height:66px;border-radius:19px;background:#fff;color:#0f3554;font-size:18px;box-shadow:0 14px 35px #00000024}.brand-name{margin:24px 0 8px;font-size:16px;font-weight:750;letter-spacing:.01em}.auth-intro .brand-name{color:#ffffffe0}.auth-intro h1{margin:0 0 18px;color:#fff;font-size:clamp(38px,5vw,58px);line-height:1.02;letter-spacing:-.045em}.intro-copy{max-width:460px;margin:0 0 34px;color:#fffc;font-size:17px;line-height:1.75}.intro-feature{display:flex;align-items:center;gap:12px;margin-top:14px;color:#ffffffe6;font-size:15px;font-weight:600}.feature-check{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border-radius:50%;background:#ffffff24;color:#fff;font-size:13px;font-weight:800}.auth-panel{display:flex;flex-direction:column;padding:42px 48px;background:#fff}.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin-bottom:34px;border-radius:14px;background:#f1f7fd}.mode-button{min-height:44px;border:0;border-radius:10px;background:transparent;color:#60758a;font-size:14px;font-weight:700;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.mode-button.active{background:#fff;color:#0f3554;box-shadow:0 4px 14px #0f355414}.auth-form{display:flex;flex-direction:column;gap:20px}.form-heading{margin-bottom:4px}.form-eyebrow{display:block;margin-bottom:6px;color:#356ac3;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.form-heading h2{margin:0 0 8px;color:#0f3554;font-size:30px;line-height:1.15;letter-spacing:-.025em}.form-heading p{margin:0;color:#60758a;font-size:15px;line-height:1.6}.field{display:flex;flex-direction:column;gap:8px}.field>span{color:#0f3554;font-size:14px;font-weight:700}.field input{width:100%;height:50px;padding:0 15px;border:1px solid #d9e2ec;border-radius:11px;outline:none;background:#fff;color:#0f3554;font-size:15px;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.field input::placeholder{color:#91a1b1}.field input:hover{border-color:#b8c8d8}.field input:focus{border-color:#356ac3;box-shadow:0 0 0 4px #356ac31f}.field input:disabled{background:#f4f7fa;color:#8a98a7}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:52px}.password-toggle{position:absolute;top:50%;right:10px;width:36px;height:36px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:8px;background:transparent;color:#60758a;transition:background-color .18s ease,color .18s ease}.password-toggle:hover:not(:disabled){background:#f1f7fd;color:#356ac3}.password-toggle:focus-visible{outline:2px solid rgba(53,106,195,.35);outline-offset:2px}.password-eye-icon{width:21px;height:21px}.password-rules{display:flex;flex-direction:column;gap:8px;padding:14px 15px;margin-top:-6px;border:1px solid #e1e8ef;border-radius:11px;background:#f8fafc}.password-rule{display:flex;align-items:flex-start;gap:9px;color:#60758a;font-size:13px;line-height:1.4;transition:color .18s ease}.password-rule.passed{color:#138a45;font-weight:650}.password-rule.info-rule{margin-top:4px;padding-top:10px;border-top:1px solid #e1e8ef;color:#356ac3}.rule-icon{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;margin-top:1px;border-radius:50%;font-size:11px;font-weight:800}.password-match{margin-top:-8px;font-size:13px;font-weight:700}.password-match.passed{color:#138a45}.password-match.failed{color:#c62828}.form-message{padding:12px 14px;border-radius:10px;font-size:14px;line-height:1.5;font-weight:600}.form-message.error{border:1px solid rgba(198,40,40,.18);background:#c6282812;color:#c62828}.form-message.success{border:1px solid rgba(19,138,69,.18);background:#138a4512;color:#138a45}.primary-button{width:100%;min-height:50px;margin-top:4px;border:0;border-radius:11px;background:#356ac3;color:#fff;font-size:15px;font-weight:750;box-shadow:0 10px 24px #356ac338;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.primary-button:hover:not(:disabled){transform:translateY(-1px);background:#285aad;box-shadow:0 14px 28px #356ac347}.primary-button:active:not(:disabled){transform:translateY(0)}.primary-button:disabled{opacity:.65}.text-button{align-self:center;border:0;padding:7px 10px;background:transparent;color:#356ac3;font-size:14px;font-weight:700;transition:color .18s ease}.text-button:hover:not(:disabled){color:#16558a}.loading-card{width:min(440px,100%);display:flex;flex-direction:column;align-items:center;gap:20px;padding:42px;border:1px solid #d9e2ec;border-radius:22px;background:#fff;box-shadow:0 20px 50px #0f35541f}.loading-spinner{width:40px;height:40px;margin-top:10px;border:4px solid #e2eaf2;border-top-color:#356ac3;border-radius:50%;animation:asq-spin .8s linear infinite}@keyframes asq-spin{to{transform:rotate(360deg)}}.loading-text{margin:0;color:#60758a;font-size:14px;font-weight:600}.dashboard-card{width:min(900px,100%);padding:36px 38px;border:1px solid #d9e2ec;border-radius:24px;background:#fff;box-shadow:0 22px 55px #0f35541f}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:26px;border-bottom:1px solid #e7edf3}.dashboard-header .brand-name{margin:14px 0 0;color:#356ac3}.logout-button{min-height:40px;padding:0 16px;border:1px solid #d9e2ec;border-radius:10px;background:#fff;color:#60758a;font-size:14px;font-weight:700;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.logout-button:hover:not(:disabled){border-color:#b7c6d5;background:#f4f7fa;color:#0f3554}.welcome-section{padding:34px 0 26px}.success-badge{display:inline-flex;padding:7px 11px;margin-bottom:14px;border-radius:999px;background:#138a4514;color:#138a45;font-size:12px;font-weight:800}.welcome-section h1{margin:0 0 10px;color:#0f3554;font-size:clamp(32px,4vw,46px);line-height:1.1;letter-spacing:-.035em}.welcome-section p{margin:0;color:#60758a;font-size:16px;line-height:1.65}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-item{display:flex;flex-direction:column;gap:7px;min-height:90px;padding:17px 18px;border:1px solid #e1e8ef;border-radius:13px;background:#f8fafc}.profile-item span{color:#60758a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.profile-item strong{color:#0f3554;font-size:15px;line-height:1.45}.capitalize{text-transform:capitalize}.next-milestone{display:flex;flex-direction:column;gap:6px;margin-top:20px;padding:17px 18px;border:1px dashed #c9d6e2;border-radius:13px;background:#f1f7fd}.next-milestone span{color:#60758a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.next-milestone strong{color:#0f3554;font-size:15px}@media(max-width:900px){.auth-layout{grid-template-columns:1fr;max-width:620px}.auth-intro{padding:42px 38px}.auth-intro h1{font-size:42px}.intro-copy{margin-bottom:22px}.auth-panel{padding:36px 38px}}@media(max-width:600px){.auth-page{align-items:flex-start;padding:18px 14px}.auth-layout{border-radius:18px}.auth-intro{padding:32px 24px}.large-logo{width:56px;height:56px;border-radius:16px}.auth-intro h1{font-size:36px}.intro-copy{font-size:15px}.auth-panel{padding:28px 22px}.form-heading h2{font-size:26px}.dashboard-card{padding:24px 20px;border-radius:18px}.dashboard-header{flex-direction:column}.logout-button{width:100%}.profile-grid{grid-template-columns:1fr}}
