.user-account{position:relative;display:flex;align-items:center}.primary-nav .avatar-button{width:44px;height:44px;display:grid;place-items:center;padding:0;color:#fff;background:var(--rust);border:1px solid rgba(255,255,255,.45);border-radius:50%;overflow:hidden;font-size:16px;font-weight:800}.primary-nav .avatar-button::after{display:none}.avatar-button img{width:100%;height:100%;object-fit:cover}.account-dropdown{position:absolute;z-index:35;top:52px;right:0;width:260px;padding:10px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:4px;box-shadow:0 20px 50px rgba(0,0,0,.24)}.account-dropdown[hidden]{display:none}.account-summary{padding:10px 10px 13px;border-bottom:1px solid var(--line)}.account-summary strong,.account-summary span{display:block;overflow:hidden;text-overflow:ellipsis}.account-summary span{color:var(--muted);font-size:12px}.primary-nav .account-dropdown button,.primary-nav .account-dropdown a{width:100%;display:block;padding:10px;color:var(--ink);background:transparent;border:0;border-radius:2px;text-align:left;text-decoration:none;font-size:14px}.primary-nav .account-dropdown button::after,.primary-nav .account-dropdown a::after{display:none}.primary-nav .account-dropdown button:hover,.primary-nav .account-dropdown a:hover{background:#f0f1ed}.primary-nav .account-dropdown .admin-entry{color:#fff;background:var(--rust)}.primary-nav .account-dropdown .admin-entry:hover{color:#fff;background:var(--rust-dark)}.primary-nav .account-dropdown .logout-entry{margin-top:5px;color:#8a3127;border-top:1px solid var(--line);border-radius:0}.account-profile-head{display:grid;grid-template-columns:82px 1fr;gap:18px;align-items:center;margin:18px 0 24px}.profile-avatar{width:82px;height:82px;display:grid;place-items:center;color:#fff;background:var(--rust);border-radius:50%;overflow:hidden;font-size:30px;font-weight:800}.profile-avatar img{width:100%;height:100%;object-fit:cover}.account-profile-head strong,.account-profile-head span{display:block}.account-profile-head span{color:var(--muted);font-size:13px}.profile-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:22px}.profile-detail{padding:12px;background:#e9ebe6;border-radius:3px}.profile-detail small,.profile-detail strong{display:block}.profile-detail small{color:var(--muted)}.avatar-upload-note{color:var(--muted);font-size:12px}.donation-history{display:grid;gap:12px;margin-top:22px}.donation-record{padding:16px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--sage);border-radius:3px}.donation-record header{display:flex;align-items:center;justify-content:space-between;gap:14px}.donation-record h3{margin:0;font-family:inherit;font-size:16px}.donation-record time{color:var(--muted);font-size:12px}.donation-record p{margin:10px 0 0;color:var(--muted);white-space:pre-wrap}.donation-status{display:inline-flex;margin-top:10px;padding:3px 8px;color:#fff;background:var(--sage);border-radius:2px;font-size:12px}.donation-status.reviewed{background:#315e49}.donation-status.archived{background:#6d6257}.account-empty{padding:32px;text-align:center;color:var(--muted);background:#e9ebe6}.account-toast{position:fixed;z-index:60;right:22px;bottom:22px;max-width:360px;padding:12px 16px;color:#fff;background:#315e49;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);transition:.18s;pointer-events:none}.account-toast.visible{opacity:1;transform:none}
@media(max-width:900px){.user-account{display:block;padding:8px 0}.primary-nav .avatar-button{width:44px;height:44px}.account-dropdown{position:static;width:100%;margin-top:10px;box-shadow:none}.primary-nav .account-dropdown button,.primary-nav .account-dropdown a{padding:12px 10px}}
@media(max-width:560px){.profile-details{grid-template-columns:1fr}.account-profile-head{grid-template-columns:68px 1fr}.profile-avatar{width:68px;height:68px}.donation-record header{align-items:flex-start;flex-direction:column;gap:2px}}
