.account-dashboard{display:none;position:fixed;inset:0;background:#09271f99;z-index:80;padding:18px;align-items:center;justify-content:center}
.account-dashboard.open{display:flex}
.account-panel{width:min(900px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:24px;box-shadow:0 18px 60px #09271f44}
.account-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}
.account-head h2{margin:0;font-family:Manrope}
.account-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}
.account-tabs button{border:1px solid #dbe8e3;background:#eef7f3;color:#075c43;border-radius:10px;padding:9px 13px;font-weight:700}
.account-tabs button.active{background:#07845a;color:#fff}
.account-list{display:grid;gap:12px}
.account-item{border:1px solid #dbe8e3;border-radius:14px;padding:15px}
.account-item h3{margin:0 0 5px}
.account-item p{margin:4px 0;color:#667b74}
.status-pill{display:inline-block;border-radius:20px;padding:5px 9px;background:#e8f7f1;color:#075c43;font-size:12px;font-weight:800}
.profile-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.profile-form label{display:grid;gap:6px;font-size:14px;font-weight:700}
.profile-form input{border:1px solid #dbe8e3;border-radius:10px;padding:11px;font:inherit}
.profile-form button{grid-column:1/-1}
.favorite-action{border:1px solid #07845a;background:#fff;color:#07845a;border-radius:10px;padding:10px 13px;font-weight:700}
.app-message{border-radius:10px;padding:11px 13px;background:#e8f7f1;color:#075c43;margin-bottom:12px}
.danger{color:#a6332a}
.forgot-link{display:block;text-align:center;margin-top:12px;color:#07845a;font-weight:700;background:none;border:0;width:100%}
.account-tabs .account-logout{margin-left:auto;background:#fff0ee;color:#a6332a;border-color:#efc7c2}
.account-tabs .account-logout:hover{background:#a6332a;color:#fff}
@media(max-width:620px){.profile-form{grid-template-columns:1fr}
.profile-form button{grid-column:1}
.account-panel{padding:18px}
}
