.account-body { min-height: 100vh; padding-bottom: 96px; color: #183d30; background: radial-gradient(circle at 8% -4%, rgba(188,222,205,.72), transparent 34rem), radial-gradient(circle at 94% 38%, rgba(239,225,181,.34), transparent 30rem), linear-gradient(145deg,#f8fbf8,#edf5f0 56%,#f7f3e9); }
.account-topbar { position: sticky; z-index: 20; top: 10px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; width: min(1080px, calc(100% - 24px)); margin: 10px auto; padding: 8px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: rgba(250,253,250,.84); box-shadow: 0 12px 38px rgba(14,48,36,.1); backdrop-filter: blur(22px); }
.account-topbar .brand { justify-self: center; gap: 8px; text-decoration: none; }
.account-topbar .brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.account-topbar svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-shell { width: min(1120px, calc(100% - 28px)); margin: 54px auto; }
.account-welcome { max-width: 700px; margin: 0 auto 28px; text-align: center; }
.account-welcome h1 { margin: 5px 0 12px; font: 700 clamp(2.2rem, 6vw, 4.5rem)/.98 var(--font-serif); }
.account-welcome > p:last-child { max-width: 570px; margin: 0 auto; color: #60766c; font-size: 1.02rem; }
.account-welcome-mark { display: grid; width: 76px; height: 76px; margin: 0 auto 17px; place-items: center; border: 1px solid rgba(255,255,255,.86); border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: 0 18px 45px rgba(14,48,36,.13); rotate: -3deg; }
.account-welcome-mark img { width: 61px; height: 61px; border-radius: 50%; object-fit: cover; }
.glass-card,.account-dashboard { border: 1px solid rgba(255,255,255,.76); border-radius: 28px; background: rgba(255,255,255,.76); box-shadow: 0 22px 70px rgba(13,46,34,.11); backdrop-filter: blur(24px); }
.account-auth { width: min(520px, 100%); margin: auto; padding: clamp(20px,4vw,38px); }
.account-tabs,.account-nav { display: flex; gap: 7px; padding: 6px; border-radius: 17px; background: #eaf2ed; }
.account-tabs { margin-bottom: 25px; }
.account-tabs button,.account-nav button { flex: 1; min-height: 43px; padding: 8px 14px; border: 0; border-radius: 13px; color: #365b4b; background: transparent; font-weight: 850; cursor: pointer; }
.account-tabs button.is-active,.account-nav button.is-active { color: #fff; background: #245943; box-shadow: 0 8px 20px rgba(36,89,67,.2); }
.account-auth form { display: grid; gap: 15px; }
.account-auth form[hidden] { display: none !important; }
.account-auth label,.account-form label { display: grid; gap: 7px; font-size: .78rem; font-weight: 850; }
.account-auth input,.account-form input,.account-form textarea,.account-form select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cbddd2; border-radius: 13px; color: inherit; background: rgba(255,255,255,.9); font: inherit; }
.text-button { border: 0; color: #326a50; background: none; font-weight: 800; cursor: pointer; }
.account-status { min-height: 22px; margin: 15px 0 0; text-align: center; }
.account-admin-route { margin: 8px 0 0; color: #60766c; text-align: center; font-size: .72rem; }
.account-admin-route a { color: #245943; font-weight: 850; text-underline-offset: 3px; }
.password-rules { display: flex; flex-wrap: wrap; gap: 6px; }
.password-rules span { padding: 5px 8px; border-radius: 99px; color: #715344; background: #f3e9e3; font-size: .68rem; font-weight: 800; }
.password-rules span.is-valid { color: #20593d; background: #dceee3; }
.account-dashboard { overflow: hidden; }
.account-dashboard.is-recovery { width: min(680px,100%); margin: 0 auto; }
.account-dashboard.is-recovery .account-dashboard-head,
.account-dashboard.is-recovery .account-nav { display: none; }
.account-dashboard.is-recovery .account-panel { min-height: 0; }
.account-dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: clamp(22px,4vw,38px); border-bottom: 1px solid #dce8e0; background: linear-gradient(135deg,rgba(255,255,255,.88),rgba(232,244,237,.72)); }
.account-dashboard-head h2 { margin: 3px 0 0; font: 650 clamp(1.8rem,4vw,3rem)/1 var(--font-serif); }
.account-dashboard-head a { padding: 10px 15px; border: 1px solid #c8ded2; border-radius: 999px; color: #205b42; font-size: .76rem; font-weight: 850; text-decoration: none; background: rgba(255,255,255,.75); }
.account-nav { position: sticky; top: 88px; z-index: 5; overflow-x: auto; border-radius: 0; padding: 10px; }
.account-nav button { display: flex; align-items: center; justify-content: center; gap: 7px; }
.account-nav .wos-icon { width: 18px; height: 18px; }
.account-panel { min-height: 360px; padding: clamp(18px,4vw,38px); }
.account-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(260px,100%),1fr)); gap: 15px; }
.account-card { padding: 20px; border: 1px solid #dce8e0; border-radius: 21px; background: rgba(255,255,255,.82); box-shadow: 0 12px 34px rgba(21,62,46,.055); transition: transform .2s ease, box-shadow .2s ease; }
.account-card:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(21,62,46,.1); }
.account-card h3 { margin: 2px 0 7px; font-family: var(--font-serif); }
.account-card p { color: #587065; }
.account-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.account-card-top .eyebrow { margin: 0; }
.order-state { padding: 6px 9px; border-radius: 999px; color: #245943; background: #dff0e7; font-size: .65rem; font-weight: 900; }
.order-state-delivered { color: #fff; background: #245943; }
.order-state-issue,.order-state-cancelled { color: #85422f; background: #f4dfd7; }
.order-account-card .account-card-footer a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 999px; text-decoration: none; background: #edf6f1; }
.account-card-footer,.account-profile-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; }
.account-card a { color: #1f6548; font-weight: 850; }
.account-empty { padding: 50px 20px; text-align: center; }
.account-form { display: grid; gap: 15px; max-width: 620px; }
.avatar-preview { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; background: #dfece4; box-shadow: 0 8px 25px rgba(15,55,40,.14); }
.account-role-notice { width: min(680px,100%); margin: 42px auto; padding: 18px; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 24px 70px rgba(13,46,34,.13); }
.account-role-notice:not([hidden]) { display: flex; }
.account-role-notice > div { display: flex; align-items: center; gap: 13px; }
.account-role-notice .wos-icon { width: 28px; height: 28px; color: #245943; }
.account-role-notice p,.account-role-notice strong,.account-role-notice small { display: block; margin: 0; }
.account-role-notice small { margin-top: 3px; color: #60766c; }
.account-bottom-bar { position: fixed; z-index: 30; left: 50%; bottom: max(8px,env(safe-area-inset-bottom)); transform: translateX(-50%); display: grid; grid-template-columns: repeat(4,1fr); width: min(520px,calc(100% - 16px)); padding: 7px; border: 1px solid rgba(255,255,255,.7); border-radius: 21px; background: rgba(245,250,247,.9); box-shadow: 0 18px 45px rgba(12,39,29,.2); backdrop-filter: blur(22px); }
.account-bottom-bar a { display: grid; place-items: center; gap: 2px; min-height: 52px; border-radius: 15px; color: #315746; text-decoration: none; }
.account-bottom-bar a.is-active,.account-bottom-bar a:hover { color: #fff; background: #245943; }
.account-bottom-bar .wos-icon { width: 21px; height: 21px; }
.account-bottom-bar em { font-size: .67rem; font-style: normal; font-weight: 850; }
@media(max-width:600px){.account-shell{margin-top:28px}.account-nav button{min-width:105px}.account-welcome h1{font-size:2.45rem}.account-card-footer{align-items:flex-start;flex-direction:column}.account-dashboard-head,.account-role-notice{align-items:flex-start;flex-direction:column}.account-dashboard-head>a,.account-role-notice>a{width:100%;text-align:center}}
