:root{--ink:#343047;--muted:#827b91;--lav:#eee8ff;--line:#ece6f0;--violet:#8067c7}*{box-sizing:border-box}body{margin:0;font-family:"DM Sans","Noto Sans TC",sans-serif;background:#fffafd;color:var(--ink)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.welcome{padding:56px max(6vw,40px);background:linear-gradient(135deg,#eee8ff 0%,#ffe5ed 55%,#fff1df 100%);display:flex;flex-direction:column;justify-content:space-between}.brand{display:grid;grid-template-columns:36px auto;line-height:1;text-decoration:none;color:var(--ink)}.brand span{grid-row:span 2;width:29px;height:29px;display:grid;place-items:center;border:1px solid #967ec8;border-radius:9px;color:#765aae;font-family:serif;font-size:19px}.brand b{letter-spacing:2px;font-size:16px}.brand small{font-size:8px;letter-spacing:2px;margin-top:5px;color:#75698a}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:700;color:#8e819f;margin:0 0 10px}h1{font-size:42px;letter-spacing:-2px;line-height:1.22;margin:0 0 18px}.welcome>div>p:last-child{max-width:410px;line-height:1.8;color:#635b6f;font-size:14px}.welcome ul{padding:0;list-style:none;font-size:12px;line-height:2.4;color:#50475d}.auth-card{width:min(100%,500px);align-self:center;justify-self:center;padding:45px}.auth-top h2{margin:0;font-size:26px}.auth-top p:last-child{font-size:12px;color:var(--muted);margin:8px 0 25px}form{display:grid;gap:13px}label{display:grid;gap:7px;font-size:11px;font-weight:600}input,select{border:1px solid #ded7e5;border-radius:8px;padding:12px;font:inherit;font-size:13px;outline-color:var(--violet)}.terms{display:flex;align-items:flex-start;gap:7px;color:#777081;font-size:10px;line-height:1.6;font-weight:400}.terms input{margin:1px 0;padding:0}.primary{border:0;background:var(--violet);color:#fff;border-radius:8px;padding:13px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.switch{text-align:center;font-size:12px;color:var(--muted)}.switch button{border:0;background:none;color:#7560b1;font:inherit;font-weight:600;cursor:pointer}#auth-message{min-height:18px;text-align:center;font-size:11px;color:#a04e65}@media(max-width:760px){.auth-shell{grid-template-columns:1fr}.welcome{min-height:300px;padding:32px}.welcome ul{display:none}h1{font-size:31px}.auth-card{padding:34px 25px}.welcome>div>p:last-child{font-size:12px}.auth-card{margin-top:-20px;background:#fff;border-radius:18px 18px 0 0;width:100%}}
