:root{--atty-text:#111827;--atty-muted:#6b7280;--atty-accent:#0a66c2;--atty-border:#e5e7eb}.attorney-login{position:relative;min-height:100dvh;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;padding:max(1rem,env(safe-area-inset-top)) 1.25rem max(1.25rem,env(safe-area-inset-bottom));box-sizing:border-box;font-family:var(--font-inter),system-ui,sans-serif}.attorney-login-back{position:absolute;top:max(.85rem,env(safe-area-inset-top));left:1rem;font-size:.9rem;font-weight:600;color:var(--atty-text);text-decoration:none;padding:.4rem .55rem;border-radius:.5rem}.attorney-login-back:hover{background:rgba(15,23,42,.05)}.attorney-login-stack{width:min(380px,100%);display:flex;flex-direction:column;align-items:stretch}.attorney-login-title{margin:0 0 .35rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:var(--atty-text);text-align:center}.attorney-auth-form{display:flex;flex-direction:column;margin-top:1rem}.attorney-auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:1.15rem;border-bottom:1px solid #e2e8f0}.attorney-auth-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:var(--atty-muted);font-size:.95rem;font-weight:600;padding:.7rem .5rem;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.attorney-auth-tab:hover{color:var(--atty-text)}.attorney-auth-tab.is-active{color:var(--atty-text);border-bottom-color:var(--atty-accent)}.attorney-auth-lead{margin:0 0 1.15rem;font-size:.9rem;color:var(--atty-muted);line-height:1.45;text-align:center}.attorney-label{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.9rem;font-size:.85rem;font-weight:600;color:#334155}.attorney-input{width:100%;border:1px solid #cbd5e1;border-radius:.65rem;padding:.75rem .85rem;font-size:1rem;background:#fff;box-sizing:border-box}.attorney-input:focus{outline:none;border-color:var(--atty-accent);box-shadow:0 0 0 3px rgba(10,102,194,.15)}.attorney-auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:.65rem;padding:.7rem .8rem;margin:0 0 1rem;font-size:.85rem;line-height:1.4}.attorney-auth-submit,.attorney-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:.35rem;padding:.85rem 1rem;font-size:.95rem;font-weight:650;border-radius:.65rem;border:none;background:var(--atty-accent);color:#fff;cursor:pointer;text-decoration:none;box-sizing:border-box}.attorney-auth-submit:hover,.attorney-btn:hover{filter:brightness(1.05)}.attorney-auth-submit:disabled,.attorney-btn:disabled{opacity:.7;cursor:wait}.attorney-btn-secondary{background:#fff;color:var(--atty-text);border:1px solid var(--atty-border)}.attorney-auth-switch{margin:1.15rem 0 0;text-align:center;font-size:.875rem;color:var(--atty-muted)}.attorney-auth-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;color:var(--atty-accent);font:inherit;font-weight:650;cursor:pointer}.attorney-auth-link:hover{text-decoration:underline}@media (max-width:640px){.attorney-login{justify-content:flex-start;padding:max(3.25rem,calc(env(safe-area-inset-top) + 2.75rem)) 1.15rem max(1rem,env(safe-area-inset-bottom))}.attorney-login-back{left:.65rem}.attorney-login-stack{margin-top:0}.attorney-auth-form{margin-top:.75rem}}.atty-onboard-page{background:radial-gradient(1200px 600px at 10% -10%,rgba(10,102,194,.08),transparent 55%),radial-gradient(900px 500px at 100% 0,rgba(15,23,42,.04),transparent 50%),#f8fafc}.atty-onboard-stack{width:min(520px,100%)}.atty-onboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.35rem 1.25rem 1.5rem;box-shadow:0 10px 30px rgba(15,23,42,.04)}.atty-onboard-card-wide{width:100%}.atty-onboard-brand{font-family:var(--font-attorney-display),Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:700;letter-spacing:-.03em;color:#0a66c2;margin-bottom:.85rem}.atty-onboard-title{margin:.35rem 0;font-size:1.45rem;font-weight:700;letter-spacing:-.02em;color:var(--atty-text);text-align:center}.atty-onboard-section{margin:1.1rem 0 .55rem;font-size:.95rem;font-weight:700;color:var(--atty-text)}.atty-onboard-section--compact{margin:1rem 0 .5rem}.atty-firm-fields{display:grid;gap:.85rem}.atty-firm-fields--compact{display:grid;gap:.75rem}.atty-firm-fields .attorney-label,.atty-firm-fields--compact .attorney-label{margin-bottom:0}.atty-onboard-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.atty-field-error{color:#b91c1c;font-size:.8rem;font-weight:500}.atty-field-hint{color:var(--atty-muted);font-size:.78rem;font-weight:500}.attorney-input.is-invalid{border-color:#f87171}.atty-onboard-progress{list-style:none;display:flex;gap:.5rem;margin:0 0 1rem;padding:0;justify-content:space-between}.atty-onboard-progress-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;color:var(--atty-muted);font-size:.75rem;font-weight:600}.atty-onboard-progress-mark{width:1.65rem;height:1.65rem;border-radius:999px;border:1.5px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-size:.75rem}.atty-onboard-progress-item.is-current{color:var(--atty-text)}.atty-onboard-progress-item.is-current .atty-onboard-progress-mark{border-color:var(--atty-accent);background:#e8f1fb;color:var(--atty-accent)}.atty-onboard-progress-item.is-done .atty-onboard-progress-mark{border-color:#15803d;background:#dcfce7;color:#15803d}.atty-checkbox{display:flex;align-items:center;gap:.55rem;margin:.35rem 0 .85rem;font-size:.9rem;font-weight:600;color:#334155}.atty-checkbox input{width:1.05rem;height:1.05rem}.atty-plan-card{border:1px solid #e2e8f0;border-radius:.85rem;padding:1rem 1.05rem;margin:.5rem 0 1rem;background:#f8fafc}.atty-plan-eyebrow{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--atty-muted)}.atty-plan-name{margin:.35rem 0 0;font-size:1.15rem}.atty-plan-price{margin:.35rem 0 0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.atty-plan-price span{font-size:1rem;font-weight:500;color:var(--atty-muted)}.atty-plan-features{margin:.75rem 0 0;padding-left:1.1rem;color:#475569;line-height:1.55;font-size:.9rem}.atty-plan-note{margin:.85rem 0 0;font-size:.85rem;color:var(--atty-muted);line-height:1.45}.atty-status-ok{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.65rem;padding:.7rem .8rem;margin:0 0 1rem;font-size:.85rem}.atty-reminder-backdrop{position:fixed;inset:0;z-index:200;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:auto}.atty-reminder-modal{width:min(560px,100%);max-height:min(90dvh,900px);overflow:auto;background:#fff;border-radius:1rem;padding:1.5rem 1.45rem 1.4rem;box-shadow:0 20px 50px rgba(15,23,42,.25)}.atty-reminder-header{margin-bottom:.25rem}.atty-reminder-title{margin:0;font-size:1.35rem;font-weight:700;line-height:1.25;color:var(--atty-text)}.atty-reminder-lead{margin:.55rem 0 0;font-size:.95rem;line-height:1.55;color:var(--atty-muted)}.atty-reminder-form{display:grid;gap:0}.atty-reminder-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.25rem;padding-top:.25rem}@media (min-width:720px){.atty-reminder-backdrop{padding:2rem}}.atty-billing-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin:.75rem 0 1rem;padding:.25rem;border-radius:.75rem;background:#f1f5f9;border:1px solid #e2e8f0}.atty-billing-toggle-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;border-radius:.55rem;padding:.65rem .5rem;font-size:.9rem;font-weight:650;color:#475569;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.15rem}.atty-billing-toggle-btn.is-active{background:#fff;color:var(--atty-text);box-shadow:0 1px 3px rgba(15,23,42,.08)}.atty-billing-toggle-save{font-size:.68rem;font-weight:600;color:#15803d}.atty-plan-savings{margin:.35rem 0 0;text-align:center;font-size:.85rem;font-weight:650;color:#15803d}.atty-plan-trial-line{margin:.85rem 0 0;text-align:center;font-size:.88rem;line-height:1.5;color:#475569}.atty-billing-dl{margin:.85rem 0 0;display:grid;gap:.45rem}.atty-billing-dl div{display:grid;grid-template-columns:9.5rem 1fr;gap:.5rem;font-size:.9rem}.atty-billing-dl dt{margin:0;color:var(--atty-muted);font-weight:600}.atty-billing-dl dd{margin:0;color:var(--atty-text);font-weight:600}@media (max-width:520px){.atty-onboard-row,.atty-reminder-actions{grid-template-columns:1fr}.atty-onboard-card{padding:1.15rem 1rem 1.25rem}}