body.auth-page{min-height:100vh}.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-form-side{display:flex;flex-direction:column;padding:32px 40px}.auth-top{display:flex;align-items:center;justify-content:space-between}.auth-top .nav-logo img{height:30px}.auth-top .hint{font-size:.9rem;color:var(--muted-foreground)}.auth-top .hint a{color:var(--primary-hover);font-weight:600}.auth-form-wrap{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:400px;width:100%;margin:0 auto;padding:32px 0}.auth-form-wrap h1{font-size:1.85rem;margin-bottom:.5rem}.auth-form-wrap .sub{color:var(--muted-foreground);margin-bottom:1.8rem}.oauth{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.oauth .btn{width:100%;background:var(--surface);color:var(--foreground);border-color:var(--border-strong);height:46px;font-weight:500}.oauth .btn:hover{background:var(--muted)}.oauth .btn svg{width:18px;height:18px}.divider{display:flex;align-items:center;gap:14px;color:var(--muted-foreground);font-size:.82rem;margin:4px 0 20px}.divider:before,.divider:after{content:"";height:1px;background:var(--border);flex:1}.field{margin-bottom:16px}.field label{display:block;font-size:.88rem;font-weight:500;margin-bottom:7px}.field .label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.field .label-row label{margin-bottom:0}.field .forgot{font-size:.83rem;font-weight:500;color:var(--primary-hover)}.field .forgot:hover{text-decoration:underline}.field .control{position:relative;display:flex;align-items:center}.field .control .lead-ic{position:absolute;left:13px;width:17px;height:17px;color:var(--muted-foreground);pointer-events:none}.field input{width:100%;height:46px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 14px 0 40px;font-family:inherit;font-size:.95rem;color:var(--foreground);outline:none;transition:border-color .15s,box-shadow .15s}.field input::placeholder{color:var(--muted-foreground)}.field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in oklch,var(--primary) 16%,transparent)}.field .toggle{position:absolute;right:10px;width:30px;height:30px;border:none;background:transparent;color:var(--muted-foreground);display:grid;place-items:center;cursor:pointer;border-radius:6px}.field .toggle:hover{background:var(--muted);color:var(--foreground)}.field .toggle svg{width:17px;height:17px}.check-row{display:flex;gap:10px;align-items:center;margin:4px 0 22px}.check-row.check-row-top{align-items:flex-start;margin:4px 0 20px}.check-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:1.5px solid var(--border-strong);border-radius:5px;flex:none;cursor:pointer;position:relative;transition:.15s}.check-row.check-row-top input{margin-top:2px}.check-row input:checked{background:var(--primary);border-color:var(--primary)}.check-row input:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.check-row label{font-size:.88rem;color:var(--muted-foreground);cursor:pointer}.check-row.check-row-top label{font-size:.86rem;line-height:1.45}.check-row.check-row-top label a{color:var(--primary-hover);font-weight:500}.submit{width:100%;height:48px;font-size:1rem}.auth-foot{text-align:center;font-size:.82rem;color:var(--muted-foreground)}.auth-foot.auth-foot-login{padding-top:18px}.auth-foot.auth-foot-signup{padding-top:8px}.meter{display:flex;gap:5px;margin-top:9px}.meter span{height:4px;flex:1;border-radius:2px;background:var(--border);transition:background .2s}.meter.s1 span:nth-child(1){background:#de4f44}.meter.s2 span:nth-child(-n+2){background:#d18e35}.meter.s3 span:nth-child(-n+3){background:var(--primary)}.meter.s4 span{background:var(--primary)}.meter-label{font-size:.78rem;color:var(--muted-foreground);margin-top:6px;height:1em}.auth-brand{background:linear-gradient(160deg,var(--dark),var(--dark-2));color:#fff;padding:48px 52px;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;right:-140px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,color-mix(in oklch,var(--primary) 34%,transparent),transparent 70%);filter:blur(12px)}.auth-brand .eyebrow{background:color-mix(in oklch,var(--primary) 24%,var(--dark-2));color:#eafff5;border-color:transparent;position:relative;z-index:1}.auth-brand h2{color:#fff;font-size:1.9rem;line-height:1.15;margin:auto 0 1.4rem;position:relative;z-index:1;max-width:15ch}.benefits{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1;margin-bottom:2rem}.benefit{display:flex;gap:13px;align-items:flex-start}.benefit .ic{width:30px;height:30px;border-radius:8px;background:color-mix(in oklch,var(--primary) 26%,var(--dark-2));color:#eafff5;display:grid;place-items:center;flex:none}.benefit .ic svg{width:16px;height:16px}.benefit b{display:block;font-size:.97rem;font-weight:600;color:#fff;margin-bottom:1px}.benefit span{font-size:.88rem;color:var(--dark-muted)}.brand-quote{border-top:1px solid var(--dark-border);padding-top:22px;position:relative;z-index:1}.brand-quote p{font-size:1rem;color:var(--dark-fg);line-height:1.55;margin-bottom:14px}.brand-quote .who{display:flex;align-items:center;gap:11px}.brand-quote .who img{width:40px;height:40px;border-radius:50%;object-fit:cover}.brand-quote .who b{font-size:.9rem;font-weight:600;color:#fff;display:block}.brand-quote .who span{font-size:.82rem;color:var(--dark-muted)}.brand-stars{display:flex;gap:2px;color:var(--star);margin-bottom:10px}.brand-stars svg{width:15px;height:15px}@media (max-width:920px){.auth{grid-template-columns:1fr}.auth-brand{display:none}.auth-form-side{min-height:100vh}}@media (max-width:520px){.auth-form-side{padding:24px 22px}.auth-form-wrap{padding:24px 0}}
