/*
 * Designed & Developed by HiiLSE Global Sdn Bhd
 * Brand: The HiiLSE Drone Malaysia
 * Core Author: Mr. Elanggovan Thanggavilo
 * Created: 2026-09-14 18:25:42 MYT
 * Last Edited: 2026-09-14 18:25:42 MYT
 * File Coding Attribute: Global HDcmsRw 1.23.2 My Account gateway presentation. Keeps one public My Account control in header/footer, indicates authenticated state, and styles account-workspace shortcuts without changing existing account authentication logic.
 */

html[data-hd1180-login="1"] [data-account-gateway]{position:relative}
html[data-hd1180-login="1"] [data-account-gateway]::after{content:"";width:7px;height:7px;border-radius:50%;background:#2aa568;position:absolute;right:5px;top:5px;box-shadow:0 0 0 2px #fff}
.account-profile-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.account-profile-shortcuts a,.account-profile-shortcuts button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 11px;border-radius:8px;text-decoration:none;font-weight:750;font-size:12px}
.account-profile-shortcuts a{background:#eef2ff;color:#3e3488;border:1px solid #d9ddf7}
