body.account-page{min-height:100vh;background:radial-gradient(circle at 14% 18%,rgba(37,200,223,.12) 0,rgba(37,200,223,0) 28%),radial-gradient(circle at 82% 12%,rgba(255,177,0,.16) 0,rgba(255,177,0,0) 24%),linear-gradient(180deg,#eef5fc 0,#f7fbff 48%,#edf4fb 100%)}.account-page-shell{padding:2rem 1rem 3rem}.account-page-main{width:min(52rem,100%);margin:0 auto;display:grid;gap:1.25rem}.account-card,.account-hero{background:rgba(255,255,255,.96);border:1px solid rgba(12,23,39,.08);border-radius:1.5rem;box-shadow:0 24px 48px rgba(12,23,39,.08)}.account-hero{padding:1.6rem}.account-kicker,.account-section-title{margin:0;font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#355274}.account-title{margin:.4rem 0 0;font-size:clamp(1.9rem, 1.4rem + 1vw, 2.5rem);line-height:1.05;color:#07192f}.account-copy,.account-section-copy{margin:.65rem 0 0;max-width:34rem;color:#4d6078;line-height:1.6}.account-identity{display:flex;align-items:center;gap:1rem;margin-top:1.4rem}.account-identity-avatar{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:999px;background:linear-gradient(135deg,#ffb100 0,#25c8df 100%);color:#07192f;font-size:1rem;font-weight:800;letter-spacing:.04em;box-shadow:0 16px 30px rgba(37,200,223,.24)}.account-identity-name{margin:0;font-size:1.15rem;font-weight:700;color:#07192f}.account-identity-email{margin:.25rem 0 0;color:#5f7087}.account-card{padding:1.5rem}.account-status{margin:1rem 0 0;padding:.85rem 1rem;border-radius:1rem;border:1px solid rgba(7,25,47,.08);background:rgba(237,244,251,.95);color:#24415e}.account-status[data-tone=success]{border-color:rgba(16,185,129,.18);background:rgba(236,253,245,.94);color:#065f46}.account-status[data-tone=error]{border-color:rgba(239,68,68,.18);background:rgba(254,242,242,.94);color:#991b1b}.account-form{display:grid;gap:1rem;margin-top:1.2rem}.account-password-form{display:grid;gap:1rem;margin-top:1.2rem}.account-form-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.account-field{display:grid;gap:.45rem}.account-field label{font-size:.82rem;font-weight:700;color:#355274}.account-field input{width:100%;min-height:3rem;padding:.8rem .95rem;border-radius:.95rem;border:1px solid rgba(53,82,116,.2);background:#f9fbff;color:#07192f;font:inherit;transition:border-color 140ms ease,box-shadow 140ms ease,background-color 140ms ease}.account-field input:focus,.account-field input:focus-visible{outline:0;border-color:rgba(37,200,223,.48);background:#fff;box-shadow:0 0 0 4px rgba(37,200,223,.14)}.account-form-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.4rem}.account-save-button.button{background:linear-gradient(135deg,#07192f 0,#10325b 100%);border-color:transparent;color:#f7faff}.account-save-button.button:focus-visible,.account-save-button.button:hover{color:#f7faff}.account-back-button.button,.account-signout-button.button{background:#f4f8fc;border-color:rgba(53,82,116,.16);color:#153050}@media screen and (max-width:768px){.account-page-shell{padding:1rem .85rem 2rem}.account-card,.account-hero{border-radius:1.2rem}.account-form-grid{grid-template-columns:minmax(0,1fr)}.account-form-actions .button{width:100%;justify-content:center}}