.auth-shell{--primary:#2e7d32;--primary-hover:#1b5e20;--primary-foreground:#ffffff;--foreground:#0f172a;--muted-foreground:#64748b;--border:#e2e8f0;--background:#ffffff;--destructive:#dc2626;--destructive-bg:#fef2f2;--destructive-border:#fecaca;--radius-sm:6px;display:grid;grid-template-columns:minmax(0,1fr);min-height:100vh;background:var(--background)}@media (min-width:960px){.auth-shell{grid-template-columns:1fr 1fr}}.auth-form-col{display:flex;flex-direction:column;justify-content:space-between;padding:32px 24px;min-height:100vh}.auth-brand-mark{display:flex;align-items:center;gap:10px}.auth-brand-mark .auth-logo-square{width:28px;height:28px;border-radius:6px;background:var(--primary);display:grid;place-items:center;color:white;font-weight:700;font-size:14px}.auth-brand-mark .auth-logo-text{font-size:16px;font-weight:600;color:var(--foreground)}.auth-form-main{flex:1;display:grid;place-items:center;padding:24px 0}.auth-form-container{width:100%;max-width:360px}.auth-footer{font-size:12px;color:var(--muted-foreground);text-align:center}.auth-heading{margin-bottom:24px}.auth-heading h1{font-size:24px;font-weight:600;color:var(--foreground);margin:0 0 8px;letter-spacing:-.02em}.auth-heading p{font-size:14px;color:var(--muted-foreground);margin:0;line-height:1.5}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.auth-field-label-row{display:flex;align-items:center;justify-content:space-between}.auth-label{font-weight:500;line-height:1.25rem}.auth-input,.auth-label{font-size:14px;color:var(--foreground)}.auth-input{height:40px;width:100%;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--border);outline:none;background:var(--background);font-family:inherit;box-sizing:border-box;transition:border-color .12s,box-shadow .12s}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgb(46 125 50/12%)}.auth-input:disabled{background:#f8fafc;cursor:not-allowed;opacity:.7}.auth-hint{font-size:12px;color:var(--muted-foreground);margin:4px 0 0}.auth-input-otp{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px;letter-spacing:.15em;text-align:center}.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted-foreground);margin:0 0 16px;cursor:pointer}.auth-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.auth-button{height:40px;width:100%;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .12s;margin-top:8px}.auth-button:hover:not(:disabled){background:var(--primary-hover)}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-link{color:var(--primary);font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-link-inline{color:var(--primary);font-size:12px;text-decoration:none}.auth-link-inline:hover{text-decoration:underline}.auth-link-button{background:none;border:none;padding:0;font:inherit;cursor:pointer}.auth-error{background:var(--destructive-bg);color:var(--destructive);padding:10px 12px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:16px;border:1px solid var(--destructive-border)}.auth-form-bottom-text{font-size:14px}.auth-form-bottom-text,.auth-form-bottom-text-sm{margin-top:24px;color:var(--muted-foreground);text-align:center}.auth-form-bottom-text-sm{font-size:13px;line-height:1.5}.auth-form-bottom-text-tight{margin-top:16px}.auth-brand-panel{display:none;position:relative;overflow:hidden;background:#1b5e20;color:white}@media (min-width:960px){.auth-brand-panel{display:flex;flex-direction:column;justify-content:space-between;padding:48px}}.auth-brand-pattern{position:absolute;inset:0;width:100%;height:100%;opacity:.28}.auth-brand-eyebrow{position:relative;font-size:14px;opacity:.85}.auth-brand-content{position:relative;max-width:440px}.auth-brand-content h2{font-size:28px;font-weight:600;line-height:1.25;margin:0 0 16px}.auth-brand-content p{font-size:15px;opacity:.85;margin:0;line-height:1.55}.auth-brand-meta{position:relative;font-size:13px;opacity:.7}