:root{--ink:#10183a;--paper:#fffaf2;--orange:#ff5a1f;--blue:#2747d9;--line:#d8d8e5}.account-page{background:var(--paper);color:var(--ink)}.account-header{display:flex;align-items:center;justify-content:space-between;padding:1rem clamp(1rem,4vw,4rem);border-bottom:1px solid var(--line);background:#fff}.account-header img{width:64px;height:64px}.account-header nav,.account-footer{display:flex;gap:1.25rem}.account-shell{width:min(1050px,calc(100% - 2rem));margin:auto;padding:clamp(2rem,6vw,5rem) 0}.account-intro{max-width:800px;margin-bottom:2rem}.account-intro h1{font-size:clamp(3rem,8vw,6.5rem);line-height:.85;margin:.4rem 0 1rem}.account-intro em{color:var(--orange);font-style:normal}.account-panel{background:#fff;border:1px solid var(--line);box-shadow:8px 8px 0 var(--ink);padding:clamp(1.2rem,3vw,2.5rem);margin:0 0 2rem}.account-panel h2{font-size:clamp(1.7rem,4vw,2.7rem);margin:.2rem 0 1rem}.member-summary,.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.account-tabs{display:flex;gap:.5rem;overflow:auto;margin:0 0 2rem;padding:.35rem}.account-tabs a{white-space:nowrap;background:var(--ink);color:#fff;padding:.65rem .9rem;text-decoration:none}.account-panel form{display:grid;gap:1rem}.account-panel label{display:grid;gap:.4rem;font-weight:700}.account-panel input,.account-panel textarea,.account-panel select{width:100%;padding:.8rem;border:2px solid var(--ink);font:inherit;background:#fff}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.status-pill{background:#e8edff;color:var(--blue);padding:.45rem .7rem;font-weight:800;text-transform:uppercase;font-size:.75rem}.form-status{min-height:1.4em;margin:0;font-weight:700}.form-status.is-error{color:#a32116}.inline-form{grid-template-columns:2fr 1fr auto;align-items:end}.inline-form .form-status{grid-column:1/-1}.status-list{display:grid;gap:.7rem;margin-top:1rem}.status-item{border-left:5px solid var(--blue);background:#f4f5fb;padding:.8rem 1rem}.status-item strong{display:block}.notice{margin-top:1rem;padding:1rem;background:#fff2dc;border-left:5px solid var(--orange)}.notice p{margin:.35rem 0 0}.choice{grid-template-columns:auto 1fr!important;align-items:start}.choice input{width:auto;margin-top:.3rem}.membership-actions{display:flex;flex-wrap:wrap;gap:1rem}.account-footer{padding:2rem clamp(1rem,4vw,4rem);background:var(--ink);color:#fff;flex-wrap:wrap}.account-footer a{color:#fff}@media(max-width:680px){.field-grid,.inline-form{grid-template-columns:1fr}.member-summary,.panel-heading{display:block}.account-header nav{gap:.7rem;font-size:.9rem}.account-intro h1{font-size:3.4rem}}
