.aq-market-btn{
  border:1px solid rgba(74,222,128,.35);
  background:#06231f;
  color:#effff6;
  border-radius:18px;
  min-height:48px;
  padding:8px 12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  cursor:pointer;
}
.aq-market-btn small{display:block;font-size:10px;color:#8ff5b6;line-height:1;text-transform:uppercase}
.aq-market-btn span{display:block;font-size:13px;line-height:1.1}
.aq-market-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.72);backdrop-filter:blur(8px)}
.aq-market-modal.hidden{display:none}
.aq-market-card{width:min(760px,100%);max-height:calc(100dvh - 36px);display:flex;flex-direction:column;background:#071f1d;border:1px solid rgba(74,222,128,.32);border-radius:20px;box-shadow:0 28px 90px rgba(0,0,0,.55);padding:22px;color:#fff}
.aq-market-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}
.aq-market-head small{display:block;color:#65e897;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:11px;margin-bottom:6px}
.aq-market-head h2{margin:0;font-size:clamp(1.35rem,4vw,2rem);line-height:1.1}
.aq-market-head p{margin:8px 0 0;color:#c9ddd8;line-height:1.45}
.aq-market-close{background:#123a35;color:#fff;border:0;border-radius:12px;width:36px;height:36px;font-size:22px;cursor:pointer}
.aq-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow-y:auto;max-height:min(430px,52dvh);padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(74,222,128,.6) rgba(255,255,255,.06)}
.aq-market-grid::-webkit-scrollbar{width:8px}
.aq-market-grid::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}
.aq-market-grid::-webkit-scrollbar-thumb{background:rgba(74,222,128,.62);border-radius:999px}
.aq-market-option{border:1px solid rgba(255,255,255,.1);background:#0a2c28;color:#fff;border-radius:14px;padding:11px 12px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;gap:10px;align-items:center;min-height:58px}
.aq-market-option strong,.aq-market-option span{display:block}
.aq-market-option span{color:#b8d8d1;font-size:12px;margin-top:3px}
.aq-market-option .aq-market-country{display:flex;align-items:center;gap:9px;min-width:0;margin-top:0}
.aq-market-option .aq-market-country em{font-style:normal;font-size:18px;line-height:1;flex:0 0 auto}
.aq-market-option .aq-market-country span{min-width:0;margin-top:0}
.aq-market-option .aq-market-country strong{color:#effff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.aq-market-option .aq-market-country small{display:block;color:#b8d8d1;font-size:11px;margin-top:3px}
.aq-market-option b{color:#67eb97;font-size:12px}
.aq-market-option.active,.aq-market-option:hover{border-color:#4ade80;background:#0f3b31}
.aq-market-note{margin:14px 0 0;color:#a9c9c2;font-size:13px;line-height:1.45}
.aq-market-account{margin:14px 0;padding:15px;border:1px solid rgba(74,222,128,.22);background:#092723;border-radius:16px;color:#fff}
.aq-market-account-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:11px}
.aq-market-account-head strong{display:block}
.aq-market-account-head span{display:block;color:#b8d8d1;font-size:13px;margin-top:3px}
.aq-market-account-grid{display:flex;flex-wrap:wrap;gap:8px}
.aq-market-account-grid button{border:1px solid rgba(255,255,255,.12);background:#123a35;color:#fff;border-radius:999px;padding:9px 12px;font-weight:900;cursor:pointer}
.aq-market-account-grid button.active{background:#4ade80;color:#052018;border-color:#4ade80}
@media(max-width:640px){
  .aq-market-btn{min-height:42px;padding:7px 10px;border-radius:15px}
  .aq-market-btn small{display:none}
  .aq-market-grid{grid-template-columns:1fr}
  .aq-market-card{padding:18px;border-radius:18px}
}
