*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f7f9fc;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,45%) 1fr;background:#fff}.auth-aside{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:70px;background:linear-gradient(145deg,#7892b2,#557aa8 48%,#245da4);color:#fff}.auth-aside:before,.auth-aside:after{content:"";position:absolute;border-radius:50%;background:#ffffff17}.auth-aside:before{width:230px;height:230px;right:-88px;top:-76px}.auth-aside:after{width:185px;height:185px;left:-78px;bottom:-64px}.auth-aside-inner{position:relative;z-index:1;max-width:480px}.auth-aside h1{font-size:clamp(2rem,3vw,3.1rem);line-height:1.12;letter-spacing:-.03em;margin:0 0 20px}.auth-aside p{font-size:1rem;line-height:1.7;color:#ffffffe6;margin:0}.auth-benefits{display:grid;gap:17px;margin-top:34px}.auth-benefit{display:flex;gap:11px;align-items:center;font-weight:700;font-size:.93rem}.auth-benefit i{width:20px;height:20px;border:2px solid rgba(255,255,255,.75);border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:.7rem}.auth-main{min-width:0;display:flex;align-items:center;justify-content:center;padding:48px 7vw;background:#fff}.auth-panel{width:min(100%,760px)}.auth-panel.login-panel{max-width:430px}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:22px}.auth-brand-mark{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(145deg,#2d78ff,#20cffa 62%,#ff7d23);box-shadow:0 8px 24px #2f80ff33}.auth-brand strong{display:block;font-size:1.03rem}.auth-brand small{display:block;color:#78859a;margin-top:1px;font-size:.77rem}.auth-back{display:inline-flex;align-items:center;gap:7px;color:#65748a;font-size:.82rem;margin-bottom:18px}.auth-title{font-size:1.55rem;line-height:1.2;letter-spacing:-.025em;margin:0}.auth-subtitle{color:#748197;margin:6px 0 24px;font-size:.92rem}.steps{display:grid;grid-template-columns:repeat(6,1fr);align-items:start;gap:0;margin:26px 0 30px}.step{position:relative;text-align:center;color:#98a3b3;font-size:.67rem;font-weight:750}.step:not(:last-child):after{content:"";position:absolute;top:14px;left:58%;width:84%;height:2px;background:#e1e6ee;z-index:0}.step-dot{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;margin:0 auto 6px;border:2px solid #d9e0e9;background:#fff;display:grid;place-items:center;font-size:.72rem}.step.active{color:#2e79ff}.step.active .step-dot{border-color:#2e79ff;color:#2e79ff;background:#edf4ff}.step.done{color:#15874c}.step.done .step-dot{border-color:#159557;color:#159557;background:#edf9f2}.step.done:not(:last-child):after{background:#159557}.step-section{display:none}.step-section.active{display:block}.section-title{font-size:1.12rem;margin:0}.section-copy{color:#7c899d;font-size:.82rem;margin:4px 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 18px}.form-field{display:grid;gap:6px}.form-field.full{grid-column:1/-1}.form-field label{font-size:.78rem;font-weight:750;color:#2a3446}.req{color:#e53935}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #d8e0ea;border-radius:7px;padding:11px 12px;color:#172033;background:#fff;outline:none;transition:.16s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#2e7efb;box-shadow:0 0 0 3px #2e7efb1a}.form-field textarea{min-height:88px;resize:vertical}.input-prefix{display:flex}.input-prefix span{display:flex;align-items:center;padding:0 12px;border:1px solid #d8e0ea;border-right:0;border-radius:7px 0 0 7px;color:#65748a;background:#f8fafc}.input-prefix input{border-radius:0 7px 7px 0}.hint{font-size:.69rem;color:#8794a7}.choice-row{display:flex;gap:10px;flex-wrap:wrap}.choice{position:relative}.choice input{position:absolute;opacity:0;pointer-events:none}.choice label{display:inline-flex;align-items:center;justify-content:center;min-width:84px;min-height:39px;border:1px solid #d6dee9;border-radius:7px;padding:0 15px;font-weight:750;font-size:.79rem;cursor:pointer;background:#fff}.choice input:checked+label{border-color:#2f80ff;background:#edf5ff;color:#2e75df;box-shadow:0 0 0 2px #2f80ff14}.module-row{display:flex;flex-wrap:wrap;gap:9px}.module-chip{border:1px solid #ced8e4;border-radius:999px;padding:8px 13px;font-size:.74rem;font-weight:700;color:#5b6b80;background:#fff}.module-chip.included{border-color:#87ceb0;color:#278257;background:#f0fbf6}.form-actions{display:flex;justify-content:space-between;gap:14px;margin-top:28px}.form-actions.right{justify-content:flex-end}.auth-btn{border:0;border-radius:6px;min-height:42px;padding:0 20px;font-weight:800;font-size:.82rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.auth-btn:disabled{cursor:not-allowed;opacity:.5}.auth-btn-primary{background:#1760ad;color:#fff}.auth-btn-success{background:#087c3c;color:#fff}.auth-btn-outline{background:#fff;color:#526174;border:1px solid #aeb9c8}.auth-error,.auth-success,.auth-info{border-radius:7px;padding:10px 12px;font-size:.78rem;margin-bottom:17px}.auth-error{background:#ffeaea;border:1px solid #ffb6b6;color:#9e2b2b}.auth-success{background:#ecfaf2;border:1px solid #aee0c4;color:#17784a}.auth-info{background:#eef5ff;border:1px solid #bed4fa;color:#2b5f9f}.verify-box{text-align:center;padding:18px 0 8px}.verify-icon{width:68px;height:68px;border-radius:50%;margin:0 auto 20px;display:grid;place-items:center;background:#edf4ff;color:#1766bf;font-size:2rem}.verify-email{font-weight:800;color:#1766bf}.verify-state{margin-top:18px;color:#708099;font-size:.8rem}.terms-box{border:1px solid #e0e6ed;border-radius:8px;background:#fbfcfe;padding:16px;max-height:210px;overflow:auto;color:#4c5a6e;font-size:.76rem;line-height:1.7}.terms-box h4{color:#202a39;margin:0 0 6px}.check-row{display:flex;gap:8px;align-items:flex-start;margin-top:12px;font-size:.75rem}.check-row input{margin-top:3px}.login-form{display:grid;gap:17px}.password-wrap{position:relative}.password-wrap input{padding-right:48px}.password-toggle{position:absolute;right:0;top:0;height:100%;width:44px;border:0;border-left:1px solid #d8e0ea;background:#fff;border-radius:0 7px 7px 0;cursor:pointer;color:#637086}.auth-links{text-align:center;color:#78859a;font-size:.77rem;margin-top:16px}.auth-links a{color:#1766bf;font-weight:750}.login-submit{width:100%}.status-card{width:min(100%,470px);border-radius:18px;background:#fff;box-shadow:0 18px 55px #18305024;padding:42px;text-align:center}.status-icon{width:64px;height:64px;border:2px solid #f0b33e;border-radius:18px;margin:0 auto 17px;display:grid;place-items:center;color:#e89a05;font-size:1.7rem}.status-badge{display:inline-flex;border-radius:999px;padding:5px 10px;background:#fff1cf;color:#98600b;font-size:.7rem;font-weight:800}.status-card h1{font-size:1.45rem;margin:18px 0 5px}.status-school{color:#7d8a9d;font-size:.85rem}.status-card p{color:#68768a;font-size:.84rem;line-height:1.7}.status-page{min-height:100vh;background:#eef3f9;display:grid;place-items:center;padding:30px}.auth-footer{margin-top:20px;text-align:center;font-size:.68rem;color:#a0aaba}.loading{display:inline-block;width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:980px){.auth-shell{grid-template-columns:1fr}.auth-aside{min-height:280px;padding:45px 30px}.auth-aside-inner{max-width:620px}.auth-benefits{grid-template-columns:repeat(2,1fr)}.auth-main{padding:42px 28px}.steps{overflow-x:auto;grid-template-columns:repeat(6,100px);justify-content:flex-start;padding-bottom:8px}.step:not(:last-child):after{width:75px}}@media(max-width:620px){.auth-aside{display:none}.auth-main{padding:28px 18px;align-items:flex-start}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}.auth-panel{width:100%}.steps{margin:22px 0 24px}.form-actions{position:sticky;bottom:0;background:#fff;padding:12px 0;margin-top:20px}.auth-btn{min-height:45px}.status-card{padding:30px 22px}}
