.profile-plan-badge{font-size:.85rem;color:#6b7280;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.profile-plan-badge .badge{display:inline-block;padding:.15rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}.profile-plan-badge .badge-free{background:#f0f1f5;color:#6b7080}.profile-plan-badge .badge-pro{background:#eef0f8;color:#4f46e5}.profile-plan-badge .badge-business{background:#fef3c7;color:#92400e}.profile-plan-badge .badge-max{background:#1a1a1a;color:#fff}.profile-plan-badge a{font-size:.8rem;color:#4f46e5;text-decoration:none}.profile-plan-badge a:hover{text-decoration:underline}main>section.auth-form{max-width:580px}section>h1,.row>div>h1{font-size:1.4rem;font-weight:700;color:#1e2230;margin-bottom:1.5rem;text-align:center}.auth-error{background:#fef2f2;color:#c03030;border:1px solid #fecaca;border-radius:8px;padding:.6rem .85rem;font-size:.82rem;margin-bottom:1rem}.auth-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:8px;padding:.6rem .85rem;font-size:.82rem;margin-bottom:1rem}.auth-label{display:block;font-size:.82rem;font-weight:600;color:#1e2230;margin-bottom:1rem}.auth-input{display:block;width:100%;margin-top:.3rem;padding:.55rem .75rem;border:1px solid #d8dae0;border-radius:8px;font-size:.88rem;font-family:inherit;color:#2a2e3a;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.auth-input:focus{outline:none;border-color:#5b6abf;box-shadow:0 0 0 3px rgba(91,106,191,.1)}.auth-input.auth-textarea{min-height:10rem;resize:vertical}.auth-hint{display:block;font-size:.75rem;font-weight:400;color:#7a8498;margin-top:.25rem}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.auth-input-prefix{display:flex;align-items:stretch;margin-top:.3rem;border:1px solid #d8dae0;border-radius:8px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.auth-input-prefix:focus-within{border-color:#5b6abf;box-shadow:0 0 0 3px rgba(91,106,191,.1)}.auth-prefix{padding:.55rem .6rem;background:#f4f5f8;border-right:1px solid #d8dae0;font-size:.8rem;color:#7a8498;white-space:nowrap;display:flex;align-items:center}.auth-input-prefix .auth-input{margin-top:0;border:none;border-radius:0;box-shadow:none}.auth-input-prefix .auth-input:focus{box-shadow:none;border-color:transparent}.auth-checkbox{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;font-size:.82rem;color:#4a5068;cursor:pointer}.auth-checkbox input[type=checkbox]{flex-shrink:0;margin-top:.15rem;width:1rem;height:1rem;cursor:pointer;accent-color:#5b6abf}.auth-checkbox a{color:#5b6abf;text-decoration:none}.auth-checkbox a:hover{text-decoration:underline}.auth-btn{width:100%;margin-top:.5rem}.auth-divider{height:1px;background:#eef0f4;margin:1.5rem 0}.auth-section{font-size:1rem;font-weight:600;color:#1e2230;margin-bottom:1.25rem}.auth-alt{text-align:center;font-size:.82rem;color:#7a8498;margin-top:1.25rem}.auth-alt a{color:#5b6abf;font-weight:600;text-decoration:none}.auth-alt a:hover{text-decoration:underline}.plan-page{max-width:520px;margin:0 auto}.plan-page h1{text-align:left}.plan-section{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#7a7e90;margin:1.25rem 0 .5rem;padding-bottom:.3rem;border-bottom:1px solid #eef0f4}.plan-usage-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.85rem}.plan-usage-label{color:#4a4e5a}.plan-usage-value{font-weight:600;color:#1e2230}.plan-usage-limit{font-weight:400;color:#7a8498}.plan-upgrade-cta{margin-top:1.5rem;text-align:center}.ai-loading{padding:1rem 0 .5rem}.ai-skeleton{display:flex;flex-direction:column;gap:.75rem}.ai-sk-title{height:1.4rem;width:55%;margin:0 auto .5rem;border-radius:8px;background:linear-gradient(90deg,#eef0f5 25%,#dfe2ea 50%,#eef0f5 75%);background-size:200% 100%;animation:ai-shimmer 1.5s ease-in-out infinite,ai-fade-in .4s ease-out both}.ai-sk-row{display:flex;gap:.6rem}.ai-sk-field{flex:1;height:2.4rem;border-radius:8px;background:linear-gradient(90deg,#eef0f5 25%,#dfe2ea 50%,#eef0f5 75%);background-size:200% 100%;animation:ai-shimmer 1.5s ease-in-out infinite,ai-fade-in .5s ease-out both}.ai-sk-field.ai-sk-tall{height:4.5rem}.ai-sk-row:nth-child(2) .ai-sk-field{animation-delay:.15s}.ai-sk-row:nth-child(3) .ai-sk-field{animation-delay:.3s}.ai-sk-row:nth-child(4) .ai-sk-field{animation-delay:.45s}.ai-sk-row:nth-child(5) .ai-sk-field{animation-delay:.6s}.ai-sk-row:nth-child(6) .ai-sk-field{animation-delay:.75s}@keyframes ai-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes ai-fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-loading-text{text-align:center;font-size:.85rem;color:#7a8498;margin-top:1.25rem;animation:ai-pulse 2s ease-in-out infinite}@keyframes ai-pulse{0%,100%{opacity:.5}50%{opacity:1}}