:root{--bst-bg:#0f1118;--bst-panel:#181b25;--bst-panel-2:#202431;--bst-line:#303647;--bst-text:#f3f5f8;--bst-muted:#949baa;--bst-yellow:#f0b90b;--bst-green:#2ebd85;--bst-red:#f35b63}html:has(.bst_shell),body:has(.bst_shell){background:var(--bst-bg)!important}body.bst_page{margin:0;min-height:100vh;background:var(--bst-bg)!important;color:var(--bst-text)!important;font-family:Arial,sans-serif}.bst_shell{width:min(1320px,calc(100% - 40px));min-height:100vh;margin:0 auto;padding:42px 0 70px;color:var(--bst-text);font-family:Arial,sans-serif}.bst_shell h1,.bst_shell h2,.bst_shell h3,.bst_shell h4,.bst_shell strong,.bst_shell dd,.bst_shell label{color:var(--bst-text)}.bst_hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:52px 42px;background:radial-gradient(circle at 85% 10%,rgba(240,185,11,.2),transparent 32%),linear-gradient(135deg,#20293c,#181a22);border:1px solid #323849;border-radius:22px}.bst_eyebrow{margin:0 0 10px;color:var(--bst-yellow)!important;font-size:.75rem;font-weight:700;letter-spacing:.12em}.bst_hero h1{margin:0;color:var(--bst-text)!important;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.bst_subtitle{max-width:640px;margin:15px 0 0;color:var(--bst-muted)!important;font-size:1.02rem;line-height:1.55}.bst_hero_stats{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:14px;min-width:320px}.bst_hero_stats div{padding:18px;background:rgba(8,10,15,.38);border:1px solid rgba(255,255,255,.07);border-radius:12px}.bst_hero_stats span{display:block;color:var(--bst-muted)!important;font-size:.8rem}.bst_hero_stats strong{display:block;margin-top:8px;color:var(--bst-text)!important;font-size:1.22rem}.bst_notice{display:flex;align-items:center;gap:10px;margin:18px 0;padding:13px 16px;color:#d7dbe2!important;background:#1d2431;border:1px solid #313e55;border-radius:9px;font-size:.92rem}.bst_notice.is_error{color:#ffd4d7!important;background:#331e27;border-color:#7b3642}.bst_notice.is_ok{color:#c6f4df!important;background:#173527;border-color:#286845}.bst_spinner{width:14px;height:14px;border:2px solid #697386;border-top-color:var(--bst-yellow);border-radius:50%;animation:bst_spin .8s linear infinite}@keyframes bst_spin{to{transform:rotate(360deg)}}.bst_tabs{display:flex;gap:25px;overflow-x:auto;margin-top:25px;border-bottom:1px solid var(--bst-line)}.bst_tabs button{padding:16px 1px;color:var(--bst-muted)!important;white-space:nowrap;background:transparent;border:0;border-bottom:3px solid transparent;cursor:pointer;font-size:.98rem;font-weight:600}.bst_tabs button:hover,.bst_tabs button.is_active{color:var(--bst-text)!important;border-bottom-color:var(--bst-yellow)}.bst_panel{padding:30px 0}.bst_hidden{display:none!important}.bst_panel_head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.bst_panel h2{margin:0;color:var(--bst-text)!important;font-size:1.55rem}.bst_panel_head p{margin:7px 0 0;color:var(--bst-muted)!important;line-height:1.45}.bst_refresh,.bst_secondary{padding:10px 15px;color:#d8dce2!important;background:transparent;border:1px solid #495166;border-radius:7px;cursor:pointer;font-weight:600}.bst_refresh:hover,.bst_secondary:hover{color:#fff!important;border-color:#778196}.bst_product_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(278px,1fr));gap:16px}.bst_card,.bst_eth_card,.bst_eth_summary{padding:22px;color:var(--bst-text);background:var(--bst-panel);border:1px solid var(--bst-line);border-radius:14px}.bst_card_top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.bst_asset{display:inline-flex;align-items:center;justify-content:center;min-width:43px;height:29px;padding:0 8px;color:#181b25!important;background:var(--bst-yellow);border-radius:5px;font-size:.82rem;font-weight:800}.bst_card h3,.bst_eth_card h3,.bst_eth_summary h3{margin:15px 0 4px;color:var(--bst-text)!important;font-size:1.25rem}.bst_card_type,.bst_card_term{color:var(--bst-muted)!important;font-size:.85rem}.bst_rate{color:var(--bst-green)!important;font-size:1.15rem;font-weight:700;white-space:nowrap}.bst_metric{display:flex;justify-content:space-between;gap:12px;margin-top:12px;color:var(--bst-muted)!important;font-size:.86rem}.bst_metric strong{color:var(--bst-text)!important;font-weight:600;text-align:right}.bst_card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:21px;padding-top:15px;border-top:1px solid var(--bst-line)}.bst_quota{color:var(--bst-muted)!important;font-size:.78rem}.bst_primary{padding:11px 19px;color:#171717!important;background:var(--bst-yellow);border:0;border-radius:7px;cursor:pointer;font-size:.94rem;font-weight:700}.bst_primary:hover{background:#ffce3a}.bst_primary:disabled{color:#7b6b38!important;background:#5f5120;cursor:not-allowed}.bst_empty{padding:38px 20px;color:var(--bst-muted)!important;text-align:center;background:var(--bst-panel);border:1px dashed var(--bst-line);border-radius:12px}.bst_eth_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bst_eth_card dl,.bst_eth_summary dl{margin:20px 0}.bst_eth_card dl div,.bst_eth_summary dl div{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--bst-line)}.bst_eth_card dt,.bst_eth_summary dt{color:var(--bst-muted)!important;font-size:.88rem}.bst_eth_card dd,.bst_eth_summary dd{margin:0;color:var(--bst-text)!important;text-align:right;font-weight:600}.bst_eth_card .bst_primary,.bst_eth_card .bst_secondary{width:100%}.bst_position_sections{display:grid;grid-template-columns:1fr 1fr;gap:22px}.bst_position_sections h3{margin:0 0 12px;color:var(--bst-text)!important;font-size:1.1rem}.bst_positions{overflow:hidden;background:var(--bst-panel);border:1px solid var(--bst-line);border-radius:12px}.bst_position{display:grid;grid-template-columns:1.25fr 1fr 1fr auto;gap:10px;align-items:center;padding:15px;border-bottom:1px solid var(--bst-line)}.bst_position:last-child{border:0}.bst_position small{display:block;margin-top:4px;color:var(--bst-muted)!important}.bst_position strong{color:var(--bst-text)!important;font-size:.92rem}.bst_modal{position:fixed;z-index:10050;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.68)}.bst_modal_card{position:relative;width:min(460px,100%);padding:28px;color:var(--bst-text);background:#20232d;border:1px solid #454c5c;border-radius:16px;box-shadow:0 25px 70px rgba(0,0,0,.5)}.bst_modal_card h2{margin:0;color:var(--bst-text)!important;font-size:1.45rem}.bst_modal_card>p:not(.bst_eyebrow){color:var(--bst-muted)!important;line-height:1.5}.bst_modal_card label{display:block;margin:23px 0 8px;color:var(--bst-text)!important;font-size:.88rem;font-weight:600}.bst_amount_input{display:flex;align-items:center;gap:8px;padding:0 14px;background:#141720;border:1px solid #4a5161;border-radius:8px}.bst_amount_input input{width:100%;height:50px;color:#fff!important;background:transparent;border:0;outline:0;font-size:1.15rem}.bst_amount_input span{color:var(--bst-text)!important;font-weight:700}.bst_modal_terms{font-size:.82rem}.bst_modal_card .bst_primary{width:100%;margin-top:10px}.bst_modal_close{position:absolute;top:10px;right:14px;color:#b8bec9!important;background:transparent;border:0;cursor:pointer;font-size:2rem}.bst_modal_close:hover{color:#fff!important}@media(max-width:800px){.bst_shell{width:min(100% - 24px,1320px);padding-top:20px}.bst_hero{display:block;padding:29px 24px;border-radius:14px}.bst_hero_stats{min-width:0;margin-top:24px}.bst_eth_grid,.bst_position_sections{grid-template-columns:1fr}.bst_position{grid-template-columns:1fr 1fr}.bst_position button{grid-column:1/-1}.bst_panel_head{align-items:flex-start}.bst_panel_head .bst_refresh{flex:none}}@media(max-width:480px){.bst_hero_stats{grid-template-columns:1fr 1fr}.bst_tabs{gap:18px}.bst_product_grid{grid-template-columns:1fr}.bst_position{grid-template-columns:1fr}.bst_position div{display:flex;justify-content:space-between;gap:10px}.bst_position small{margin:0}.bst_panel_head{display:block}.bst_panel_head .bst_refresh{margin-top:15px}}
