/* INVESTKING R5.2 Account Navigation — Golden Design */
.ik-account-menu-btn{
  width:46px;height:46px;padding:0;border:1px solid #dedede;border-radius:999px;
  background:#fff;color:#171717;display:inline-flex;align-items:center;justify-content:center;
  cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  font-family:'SUIT',Arial,sans-serif
}
.ik-account-menu-btn:hover{transform:translateY(-1px);border-color:#10c500;box-shadow:0 0 0 3px rgba(16,197,0,.08)}
.ik-account-menu-icon{width:18px;height:13px;display:grid;align-content:space-between}
.ik-account-menu-icon i{display:block;height:1.5px;border-radius:99px;background:#171717}
.ik-account-drawer{position:fixed;inset:0;z-index:100000;display:none;font-family:'SUIT',Arial,sans-serif}
.ik-account-drawer.open{display:block}
.ik-account-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.28);backdrop-filter:blur(2px);border:0}
.ik-account-panel{
  position:absolute;top:14px;right:14px;bottom:14px;width:min(390px,calc(100vw - 28px));
  display:flex;flex-direction:column;padding:26px;background:#fff;border:1px solid #e7e7e7;
  border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.18);overflow:auto
}
.ik-account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.ik-account-panel-brand{font:700 18px 'Unbounded',sans-serif;letter-spacing:-.04em}
.ik-account-panel-brand span{font-weight:400}
.ik-account-close{width:42px;height:42px;border:1px solid #e3e3e3;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;color:#555}
.ik-account-profile{margin-top:26px;padding:20px;border-radius:20px;background:#f5f5f5}
.ik-account-profile small{display:block;color:#929292;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ik-account-profile strong{display:block;margin-top:8px;font:600 20px 'Unbounded',sans-serif;letter-spacing:-.03em;word-break:break-all}
.ik-account-profile span{display:block;margin-top:7px;color:#777;font-size:12px}
.ik-account-links{display:grid;gap:4px;margin-top:18px}
.ik-account-links a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 14px;border-radius:14px;color:#343434;font-size:14px;font-weight:750;transition:.18s}
.ik-account-links a:hover,.ik-account-links a.active{background:#f5fff2;color:#10c500}
.ik-account-links a::after{content:'›';color:#aaa;font-size:20px;font-weight:400}
.ik-account-links a:hover::after{color:#10c500}
.ik-account-footer{margin-top:auto;padding-top:22px;color:#a0a0a0;font-size:11px;line-height:1.6}
.ik-account-name-link{cursor:pointer}
.ik-account-name-link:hover{color:#10c500!important}
.ik-account-nav-ready .ik-nav{display:none!important}
@media(max-width:700px){
  .ik-account-menu-btn{display:none!important}
  .ik-account-drawer{display:none!important}
}