.form-home{min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(0,0,0,.05),transparent 35%),radial-gradient(circle at 80% 0,rgba(0,0,0,.04),transparent 25%),linear-gradient(160deg,var(--secondary,#f5f5f5) 0,#fafafa 40%,#f5f5f5 100%);color:#111}.form-home-shell{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem}.home-user{font-size:.95rem;color:#444}.home-hero{position:relative;border-radius:18px;overflow:hidden;min-height:240px;box-shadow:0 20px 60px rgba(0,0,0,.18);background:linear-gradient(140deg,rgba(0,0,0,.24),rgba(0,0,0,.16)),linear-gradient(140deg,var(--primary,#333),var(--primary,#333))}.home-hero-image{position:absolute;inset:0;background-size:cover;background-position:50%;filter:brightness(.5)}.home-hero-overlay{position:relative;z-index:1;height:100%;display:flex;align-items:flex-end;padding:1.5rem}.home-hero-copy{color:#fff;max-width:640px}.home-hero-copy .home-subtitle{letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;opacity:.85;margin-bottom:.35rem}.home-hero-copy h1{font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 .35rem}.home-hero-copy p{margin:0;font-size:1rem;opacity:.92}.home-card{background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.08);padding:1.25rem;border:1px solid rgba(0,0,0,.06)}.edit-account-form .form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.edit-account-form label{font-size:.9rem;color:#444}.edit-account-form input,.edit-account-form select,.edit-account-form textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;font-size:.95rem;color:#111;outline:none;transition:box-shadow .12s ease,border-color .12s ease}.edit-account-form input:focus,.edit-account-form select:focus,.edit-account-form textarea:focus{border-color:var(--primary,#333);box-shadow:0 6px 18px rgba(0,0,0,.06)}.home-card-header{text-align:center;margin-bottom:1rem;background:var(--primary,var(--color-primary,#333));border:1px solid var(--primary,var(--color-primary,#333));color:#fff;border-radius:12px;padding:.85rem 1rem 1rem;opacity:.8}.home-greeting{font-weight:700;font-size:1.05rem;color:#fff}.home-helper{color:rgba(255,255,255,.9);margin-top:.35rem}.home-buttons{display:flex;flex-direction:column;gap:.6rem}.home-page-content{background:transparent}.home-button{width:100%;background:var(--primary,#333);color:#fff;border:none;border-radius:10px;padding:.9rem 1rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;text-transform:uppercase}.home-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.18)}.home-button.logout{background:#d40000}.form-home-error,.form-home-loading{min-height:60vh;display:grid;place-items:center;font-weight:600;color:#333}@media (max-width:640px){.form-home-shell{padding:1rem .75rem 1.5rem}.home-hero-overlay{align-items:flex-end;padding:1.1rem}.home-hero-copy h1{font-size:1.6rem}}.edit-account-form .form-auth-button{width:100%;border:none;background:var(--color-primary,#333);color:#fff;border-radius:12px;padding:.85rem 1rem;font-size:1rem;font-weight:800;letter-spacing:.01em;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.18);transition:transform .15s ease,box-shadow .2s ease}@supports (background:color-mix(in srgb,black,white)){.edit-account-form .form-auth-button{background:var(--primary,var(--color-primary,#333))}}.edit-account-form .form-auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 40px rgba(0,0,0,.22)}.edit-account-form .form-auth-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}