:root{--ink:#102b2a;--muted:#667a77;--teal:#0d5651;--mint:#b9dfcf;--amber:#e5a84b;--line:#d5dfdb;--display:"Manrope",sans-serif;--body:"DM Sans",sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 82% 12%,#d7ebe2 0,transparent 32%),#f2f0e8;color:var(--ink);font-family:var(--body)}.account-shell{width:min(980px,100%);min-height:650px;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid #cbd8d3;border-radius:22px;background:#fff;box-shadow:0 30px 85px #153e3423}.account-intro{padding:42px 38px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(155deg,#0d5651,#102f35);color:#f4faf7}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font:800 1.05rem var(--display)}.brand span{display:grid;place-items:center;width:37px;height:37px;border-radius:10px 10px 10px 2px;background:var(--mint);color:var(--teal)}.eyebrow{margin:0 0 13px;color:var(--amber);font-size:.69rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.account-intro h1{margin:0 0 18px;font:800 2.75rem/1.04 var(--display);letter-spacing:-.05em}.account-intro p:not(.eyebrow){color:#c6ddd6;line-height:1.7}.account-intro small{color:#a9c7c0}.account-form{padding:38px 52px;position:relative}.back{color:var(--teal);font-size:.82rem;font-weight:700;text-decoration:none}.form-heading{margin:45px 0 28px}.form-heading .eyebrow{color:var(--teal);margin-bottom:7px}.form-heading h2{margin:0;font:800 1.85rem var(--display);letter-spacing:-.04em}.form-heading p{margin:7px 0 0;color:var(--muted);font-size:.88rem}.account-form label>span{display:block;margin-bottom:6px;font-size:.78rem;font-weight:700}.account-form label{display:block;margin-bottom:16px}.account-form input:not([type=checkbox]){width:100%;height:47px;padding:11px 13px;border:1px solid #bacbc6;border-radius:8px;background:#fbfcfb;color:var(--ink);font:inherit;outline:none}.account-form input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #0d565116;background:#fff}.account-form small{display:block;margin-top:4px;color:#aa3028;font-size:.72rem}.form-options{display:flex;align-items:center;justify-content:space-between;margin:2px 0 20px;font-size:.78rem}.form-options .check{display:flex;align-items:center;gap:7px;margin:0}.check span{margin:0!important}.form-options a,.switch a{color:var(--teal);font-weight:700;text-decoration:none}.account-form button{width:100%;height:48px;border:0;border-radius:8px;background:var(--teal);color:#fff;font:700 .9rem var(--body);cursor:pointer;box-shadow:0 8px 18px #0d565126}.validation{margin-bottom:15px;color:#a52e26;font-size:.79rem}.validation ul{margin:0;padding-left:18px}.switch{text-align:center;color:var(--muted);font-size:.82rem;margin-top:22px}@media(max-width:760px){body{padding:0}.account-shell{grid-template-columns:1fr;border:0;border-radius:0}.account-intro{min-height:260px;padding:30px}.account-intro h1{font-size:2.25rem}.account-intro small{display:none}.account-form{padding:32px 25px}.form-heading{margin-top:35px}}
