:root{--brand-primary: #7b5cff;--brand-secondary: #5a32d6;--brand-accent: #1b8a4b;--brand-primary-soft: color-mix(in srgb, var(--brand-primary) 14%, #fff);--brand-secondary-soft: color-mix(in srgb, var(--brand-secondary) 14%, #fff)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1f2330}.split-auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.split-hero{position:relative;display:flex;align-items:flex-end;padding:3.5rem;color:#fff;background:linear-gradient(180deg,#242f5c8c,#242f5cd9),linear-gradient(135deg,#4a5db0,#2a356b);background-size:cover;background-position:center}.hero-quote{max-width:440px}.hero-quote p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;line-height:1.45;text-align:right}.hero-rule{display:block;width:120px;height:2px;background:#ffffff59;margin:1.5rem 0 1rem auto}.hero-quote cite{display:block;text-align:right;font-style:italic;opacity:.85;font-size:.95rem}.split-main{display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem}.split-form{width:100%;max-width:380px;display:flex;flex-direction:column}.split-form h1{margin:0 0 .4rem;font-size:1.9rem}.split-subtitle{margin:0 0 2rem;color:#8a90a0;line-height:1.5}.split-form .field-label{font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#4a4f5c}@media (max-width: 820px){.split-auth{grid-template-columns:1fr}.split-hero{display:none}}.center-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#ece9f7;padding:1rem}.card{width:100%;max-width:440px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 20px 60px #0000001f}.card h2{margin:0 0 1.5rem}.field{width:100%;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem}.field:focus{outline:none;border-color:var(--brand-primary)}.row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;font-size:.85rem}.button{width:100%;padding:.8rem;background:var(--brand-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.button:hover{background:color-mix(in srgb,var(--brand-primary) 86%,#000)}.button:disabled{opacity:.6;cursor:default}.button-inline{width:auto;padding:.6rem 1.1rem}.button-ghost{background:#fff;color:var(--brand-secondary);border:1px solid color-mix(in srgb,var(--brand-secondary) 24%,#fff);border-radius:8px;padding:.6rem 1.1rem;font-size:1rem;cursor:pointer}.button-ghost:hover{background:color-mix(in srgb,var(--brand-primary) 8%,#fff)}.menu-item{display:block;width:100%;text-align:left;background:none;border:none;padding:.55rem .7rem;border-radius:8px;cursor:pointer;font-size:.9rem;color:#3a3f4b}.menu-item:hover{background:#f4f5f8}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.link{color:var(--brand-primary);text-decoration:none}.link:hover{text-decoration:underline}button.link{background:none;border:none;cursor:pointer;padding:0;font:inherit}.error{color:#d33;font-size:.85rem;margin-bottom:1rem}.muted{color:#666;line-height:1.5}.alt{margin-top:1.25rem;font-size:.9rem}@media (max-width: 640px){.auth-hero{display:none}}
