:root{--ink:#17211b;--paper:#f4f2eb;--white:#fffefa;--line:#d9d9d1;--muted:#687169;--lime:#caff45;--violet:#7357ff;--red:#b84d45}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",Arial,sans-serif}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-story{position:relative;padding:38px max(38px,8vw) 38px 5vw;display:flex;flex-direction:column;overflow:hidden;color:#fff;background:var(--ink)}.auth-story:after{content:"";position:absolute;right:-140px;bottom:-170px;width:500px;height:500px;border:90px solid #7357ff35;border-radius:50%}.brand{position:relative;z-index:2;display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.brand span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:var(--ink);background:var(--lime);font:700 .72rem "Space Grotesk"}.brand strong{font:700 .92rem "Space Grotesk"}.story-copy{position:relative;z-index:2;margin:auto 0 45px}.story-copy>span{color:var(--lime);font-size:.6rem;font-weight:800;letter-spacing:.13em}.story-copy h1{max-width:720px;margin:17px 0 25px;font:700 clamp(3rem,6vw,6.3rem)/.87 "Space Grotesk";letter-spacing:-.07em}.story-copy h1 em{color:var(--lime);font-style:normal}.story-copy p{max-width:570px;margin:0;color:#c7cec9;font-size:.88rem;line-height:1.65}.story-cards{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.story-cards>div{padding:15px;border:1px solid #ffffff20;border-radius:12px;background:#ffffff0b}.story-cards span{color:var(--lime);font-size:.52rem;font-weight:800}.story-cards strong{display:block;margin:16px 0 5px;font-size:.72rem}.story-cards p{margin:0;color:#aeb7b0;font-size:.56rem;line-height:1.4}.educator{position:relative;z-index:2;display:flex;align-items:center;gap:9px;margin-top:25px}.educator img{width:38px;height:38px;border:2px solid #fff;border-radius:50%;object-fit:cover;object-position:50% 18%}.educator strong,.educator small{display:block}.educator strong{font-size:.68rem}.educator small{margin-top:2px;color:#aeb7b0;font-size:.53rem}.auth-panel{padding:38px clamp(30px,7vw,100px);display:flex;flex-direction:column;justify-content:center;background:var(--white)}.local-notice{display:flex;align-items:flex-start;gap:9px;margin-bottom:30px;padding:10px 12px;border:1px solid #d4ccef;border-radius:10px;background:#f3f0ff}.local-notice>span{width:8px;height:8px;margin-top:4px;border-radius:50%;background:var(--violet)}.local-notice p{margin:0;color:#666078;font-size:.57rem;line-height:1.45}.local-notice strong{display:block;color:var(--ink)}.auth-heading>span{font-size:.57rem;font-weight:800;letter-spacing:.13em}.auth-heading h2{margin:8px 0 7px;font:700 clamp(1.8rem,3vw,2.8rem)/1 "Space Grotesk";letter-spacing:-.05em}.auth-heading p{margin:0;color:var(--muted);font-size:.7rem}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin:27px 0 22px;padding:4px;border-radius:10px;background:#efeee9}.auth-tabs button{padding:9px;border:0;border-radius:7px;color:#7a817b;background:transparent;font:700 .66rem "DM Sans";cursor:pointer}.auth-tabs button.active{color:#fff;background:var(--ink)}.auth-form{display:none}.auth-form.active{display:grid;gap:13px}.auth-form label{display:grid;gap:6px;font-size:.61rem;font-weight:800}.auth-form input,.auth-form select,.auth-form textarea{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:9px;outline:0;color:var(--ink);background:#faf9f5;font:500 .69rem "DM Sans"}.auth-form input:focus,.auth-form select:focus,.auth-form textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px #7357ff12}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-row{display:flex;align-items:center;justify-content:space-between}.auth-form .check{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:7px;color:#737b75;font-size:.55rem;font-weight:600}.check input{width:14px;height:14px;padding:0}.text-button{border:0;color:var(--violet);background:transparent;font:700 .55rem "DM Sans";cursor:pointer}.submit{padding:12px 15px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:9px;color:#fff;background:var(--ink);font:800 .68rem "DM Sans";cursor:pointer}.submit span{color:var(--lime);font-size:1rem}.form-message{min-height:15px;margin:0;color:var(--red);font-size:.57rem}.form-message.success{color:#267052}.auth-footer{display:flex;justify-content:space-between;margin-top:28px;padding-top:17px;border-top:1px solid var(--line);font-size:.55rem}.auth-footer a{color:var(--ink);font-weight:700;text-decoration:none}.auth-footer span{color:#919791}@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-story{min-height:540px;padding:30px}.auth-panel{padding:55px max(25px,12vw)}.story-copy{margin:80px 0 40px}.story-copy h1{font-size:clamp(3.2rem,12vw,6rem)}}@media(max-width:560px){.auth-story{min-height:500px;padding:22px}.story-copy{margin:65px 0 32px}.story-cards{grid-template-columns:1fr}.story-cards>div{display:grid;grid-template-columns:25px 80px 1fr;align-items:center}.story-cards strong{margin:0}.educator{display:none}.auth-panel{padding:42px 18px}.two-fields{grid-template-columns:1fr}.form-row{align-items:start;flex-direction:column;gap:7px}}
