.account-page { background:#fff; color:#181816; }
.account-shell { width:min(1160px,calc(100% - 40px)); margin:0 auto; padding:clamp(80px,10vw,140px) 0 100px; }
.account-heading { max-width:760px; }
.account-heading h1 { margin:10px 0 16px; font:clamp(54px,8vw,108px)/.92 var(--display); letter-spacing:-.025em; }
.account-heading p { max-width:620px; color:var(--muted); font-size:15px; line-height:1.7; }
.account-message { margin:24px 0 0; padding:14px 16px; border:1px solid #bad7c1; border-radius:8px; background:#f1fbf3; color:#276c37; font-size:13px; }
.account-message.error { border-color:#efb7bc; background:#fff2f3; color:#ad1d2a; }
.auth-panel { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:42px; }
.account-card { display:grid; gap:16px; padding:clamp(22px,4vw,38px); border:1px solid var(--line); border-radius:12px; background:#fff; }
.account-card > span,.account-profile span { color:var(--accent); font-size:11px; font-weight:800; text-transform:uppercase; }
.account-card h2 { margin:0; font-size:32px; }
.account-card label { display:grid; gap:7px; color:#3e3e3b; font-size:12px; font-weight:750; }
.account-card input[type="email"],.account-card input[type="password"] { width:100%; min-height:50px; padding:0 14px; border:1px solid #cfcec8; border-radius:7px; background:#fff; font:14px var(--body); }
.account-card input:focus { outline:3px solid rgba(229,35,54,.12); border-color:var(--accent); }
.account-card label small,.privacy-note { color:var(--muted); font-size:10px; line-height:1.55; }
.consent-row { grid-template-columns:22px 1fr!important; align-items:start; font-weight:500!important; line-height:1.55; }
.consent-row input,.marketing-setting input { width:18px; height:18px; accent-color:var(--accent); }
.account-card .btn { width:100%; min-height:50px; }
.account-dashboard { margin-top:42px; }
.account-profile { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 22px; border:1px solid var(--line); border-radius:10px; background:var(--soft); }
.account-profile div { display:grid; gap:5px; }
.account-profile strong { font-size:15px; overflow-wrap:anywhere; }
.account-profile button,.account-saved-card button { min-height:42px; padding:0 14px; border:1px solid #cfcec8; border-radius:7px; background:#fff; color:var(--ink); font-weight:750; cursor:pointer; }
.marketing-setting { display:grid; grid-template-columns:24px 1fr; gap:12px; align-items:start; margin-top:14px; padding:18px 22px; border:1px solid var(--line); border-radius:10px; cursor:pointer; }
.marketing-setting span { display:grid; gap:5px; }
.marketing-setting small { color:var(--muted); line-height:1.5; }
.account-saved-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin:55px 0 20px; }
.account-saved-heading h2 { margin:8px 0 0; font:clamp(38px,6vw,70px)/.95 var(--display); }
.account-saved-heading > strong { color:var(--muted); font-size:12px; }
.account-saved-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.account-saved-card { overflow:hidden; border:1px solid var(--line); border-radius:10px; background:#fff; }
.account-saved-card > a { display:block; aspect-ratio:1/1; background:var(--soft); }
.account-saved-card img { width:100%; height:100%; object-fit:cover; }
.account-saved-card > div { display:grid; gap:8px; padding:14px; }
.account-saved-card span { color:var(--accent); font-size:10px; font-weight:800; text-transform:uppercase; }
.account-saved-card strong { display:-webkit-box; overflow:hidden; color:var(--ink); font-size:14px; line-height:1.35; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.account-saved-card small { font-size:14px; font-weight:800; }
.account-saved-card button { width:100%; margin-top:3px; }
.account-empty { grid-column:1/-1; padding:70px 20px; border:1px dashed #cfcec8; border-radius:10px; text-align:center; }
.account-empty h3 { margin:0 0 8px; font-size:26px; }
.account-empty p { margin:0 0 20px; color:var(--muted); }
@media(max-width:760px){.account-shell{width:min(100% - 28px,620px);padding:64px 0 calc(90px + env(safe-area-inset-bottom));}.auth-panel{grid-template-columns:1fr;margin-top:28px}.account-card{padding:22px 18px}.account-saved-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-profile{align-items:flex-start;flex-direction:column}.account-profile button{width:100%}.account-saved-heading{align-items:flex-start;flex-direction:column;margin-top:42px}.marketing-setting{padding:16px}.account-saved-card > div{padding:11px}.account-saved-card strong{font-size:12px}}
@media(max-width:360px){.account-saved-grid{grid-template-columns:1fr}}
