.success-account{display:flex;align-items:center;gap:10px;margin-top:18px;padding:13px 14px;border:1px solid rgba(124,242,184,.28);border-radius:12px;background:rgba(124,242,184,.08);color:#c9f9df;font-size:11px;line-height:1.55}
.success-account i{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--green);color:#082216;font-style:normal;font-weight:900}
.success-account b{color:var(--green);overflow-wrap:anywhere}
.split.single-action{grid-template-columns:1fr}
.header-left{display:flex;align-items:center;gap:28px;min-width:0}
.product-switch{display:flex;align-items:center;gap:5px;padding:5px;border:1px solid var(--line);border-radius:13px;background:rgba(10,14,20,.78)}
.product-switch a,.product-switch>span{position:relative;display:flex;align-items:center;gap:7px;min-height:34px;padding:8px 12px;border-radius:9px;color:#8490a0;text-decoration:none;font-size:10px;font-weight:800;white-space:nowrap}
.product-switch a:hover{color:var(--text);background:#151c25}
.product-switch a.active{color:#07120e;background:var(--green);box-shadow:0 8px 24px rgba(124,242,184,.16)}
.product-switch i{width:6px;height:6px;border-radius:50%;background:currentColor}
.product-switch small{position:absolute;top:-8px;right:-4px;padding:2px 4px;border-radius:4px;background:#252d38;color:#909baa;font-size:6px;letter-spacing:.04em}
@media(max-width:760px){header{align-items:flex-start;gap:14px}.header-left{align-items:flex-start;flex-direction:column;gap:14px}.product-switch{max-width:calc(100vw - 44px);overflow-x:auto}.product-switch a,.product-switch>span{padding:8px 10px}}
