.bb-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:#000;animation:bb-splash-exit .42s cubic-bezier(.4,0,.2,1) 1.58s forwards}.bb-splash__logo-frame{position:relative;width:clamp(108px,9vw,132px);display:grid;place-items:center;overflow:visible;opacity:0;transform:scale(.92);filter:blur(7px);animation:bb-splash-mark-enter .68s cubic-bezier(.16,1,.3,1) .18s forwards}.bb-splash__logo-frame:before{content:"";position:absolute;top:24%;right:24%;bottom:24%;left:24%;border-radius:50%;background:#85ff0013;filter:blur(32px);opacity:0;animation:bb-splash-soft-light .9s ease .36s forwards}.bb-splash__logo{position:relative;z-index:2;display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;mix-blend-mode:screen;filter:contrast(1.72) brightness(1.04) saturate(1.04) drop-shadow(0 0 5px rgba(167,225,26,.16));animation:bb-splash-mark-settle 1.05s ease .28s both}.bb-splash__light-pass{position:absolute;z-index:3;top:7%;bottom:7%;left:-34%;width:13%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(236,255,205,.55),transparent);filter:blur(3px);opacity:0;transform:skew(-15deg);animation:bb-splash-light-pass .62s cubic-bezier(.22,1,.36,1) .39s forwards}@keyframes bb-splash-mark-enter{0%{opacity:0;transform:scale(.92);filter:blur(7px)}55%{opacity:.82}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes bb-splash-mark-settle{0%{filter:contrast(1.72) brightness(.92) saturate(1.04) drop-shadow(0 0 0 rgba(167,225,26,0))}55%{filter:contrast(1.72) brightness(1.08) saturate(1.04) drop-shadow(0 0 7px rgba(167,225,26,.2))}to{filter:contrast(1.72) brightness(1.02) saturate(1.02) drop-shadow(0 0 4px rgba(167,225,26,.12))}}@keyframes bb-splash-soft-light{0%{opacity:0;transform:scale(.72)}50%{opacity:1}to{opacity:.38;transform:scale(1)}}@keyframes bb-splash-light-pass{0%{left:-34%;opacity:0}32%{opacity:.45}to{left:122%;opacity:0}}@keyframes bb-splash-exit{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion: reduce){.bb-splash,.bb-splash__logo-frame,.bb-splash__logo,.bb-splash__light-pass,.bb-splash__logo-frame:before{animation:none}.bb-splash__logo-frame{opacity:1;transform:none;filter:none}.bb-splash__light-pass{display:none}}.bb-splash{background:#000}.bb-splash__ambient{display:none}.bb-splash__logo-frame{width:clamp(104px,9vw,132px);overflow:visible}.bb-splash__logo{width:100%;mix-blend-mode:normal;filter:drop-shadow(0 0 5px rgba(167,225,26,.16)) drop-shadow(0 0 16px rgba(167,225,26,.05))}.bb-splash__light-pass{width:11%;opacity:0}.bb-splash__logo{filter:drop-shadow(0 0 5px rgba(167,225,26,.16)) drop-shadow(0 0 16px rgba(167,225,26,.06))}.bb-landing{--bb-landing-bg: #030504;--bb-landing-surface: rgba(255, 255, 255, .03);--bb-landing-border: rgba(255, 255, 255, .08);--bb-landing-text: #f4f7f5;--bb-landing-muted: rgba(235, 243, 238, .56);--bb-landing-faint: rgba(235, 243, 238, .34);--bb-landing-green: #A7E11A;position:relative;min-height:100svh;color:var(--bb-landing-text);background:var(--bb-landing-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bb-landing *,.bb-landing *:before,.bb-landing *:after{box-sizing:border-box}.bb-landing button{font:inherit}.bb-landing :focus-visible{outline:2px solid rgba(167,225,26,.6);outline-offset:3px;border-radius:8px}body.bb-landing-active:before{display:none!important}body.bb-landing-active{background-attachment:scroll!important}.bb-landing__background{position:absolute;inset:0 0 auto 0;height:100vh;z-index:0;overflow:hidden;pointer-events:none}.bb-landing__glow{position:absolute;top:-240px;right:-190px;width:660px;height:660px;border-radius:50%;background:radial-gradient(circle,rgba(167,225,26,.055),rgba(167,225,26,.018) 45%,transparent 70%)}.bb-landing__grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:76px 76px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 72%);mask-image:linear-gradient(to bottom,black,transparent 72%)}@media (min-width: 861px){.bb-landing__background{height:160vh}}@media (max-width: 760px){.bb-landing__background{display:none}.bb-landing{background-image:radial-gradient(120% 42% at 78% 0%,rgba(167,225,26,.05),transparent 62%);background-repeat:no-repeat;background-attachment:scroll}.bb-landing__brand-logo{filter:none}}.bb-landing__header,.bb-landing__hero,.bb-landing__facts,.bb-landing__trust,.bb-landing__faq,.bb-landing__footer{position:relative;z-index:1;width:min(1280px,calc(100% - 96px));margin-inline:auto}.bb-landing__header{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.055)}.bb-landing__brand{display:inline-flex;align-items:center;width:78px;flex:none}.bb-landing__brand-logo{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 0 7px rgba(167,225,26,.045))}.bb-landing__nav{display:flex;align-items:center;gap:30px}.bb-landing__nav-link{padding:10px 0;border:0;color:var(--bb-landing-faint);background:transparent;font-size:13px;letter-spacing:.01em;cursor:pointer;transition:color .18s ease}.bb-landing__nav-link:hover{color:#f5f8f6e6}.bb-landing__hero{display:block;padding:clamp(64px,9vw,128px) 0 clamp(56px,7vw,104px)}.bb-landing__copy{position:relative;z-index:2;max-width:820px;min-width:0}.bb-landing__eyebrow{margin:0 0 26px;color:#a7e11a9e;font-size:11.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.bb-landing__title{margin:0;font-size:clamp(38px,5.4vw,78px);font-weight:560;line-height:1.02;letter-spacing:-.045em;text-wrap:balance}.bb-landing__title-lead{display:block;color:#f5f8f666;font-weight:400}.bb-landing__title-main{display:block;margin-top:.08em;color:#f7faf8}.bb-landing__description{max-width:560px;margin:30px 0 0;color:var(--bb-landing-muted);font-size:clamp(15px,1.2vw,17.5px);line-height:1.7;letter-spacing:-.011em}.bb-landing__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.bb-landing__button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 22px;border-radius:999px;font-size:14.5px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.bb-landing__button--primary{border:1px solid rgba(167,225,26,.5);color:#0a1004;background:var(--bb-landing-green);box-shadow:0 10px 30px #a7e11a1f}.bb-landing__button--primary:hover{transform:translateY(-1px);background:#b4ec2a;box-shadow:0 14px 34px #a7e11a2e}.bb-landing__button--secondary{border:1px solid rgba(255,255,255,.15);color:#fff;background:#ffffff05}.bb-landing__button--secondary:hover{transform:translateY(-1px);border-color:#ffffff42;background:#ffffff0d}.bb-landing__gmark{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:none;border-radius:50%;background:#fff}.bb-landing__gmark svg{display:block}.bb-landing__button-arrow{color:#0a10048c;transition:transform .18s ease}.bb-landing__button--primary:hover .bb-landing__button-arrow{transform:translate(2px)}.bb-landing__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--bb-landing-border)}.bb-landing__fact{padding:44px 40px 46px;border-right:1px solid var(--bb-landing-border);min-width:0}.bb-landing__fact:first-child{padding-left:0}.bb-landing__fact:last-child{padding-right:0;border-right:0}.bb-landing__fact-stat{display:block;color:var(--bb-landing-text);font-size:clamp(22px,2.2vw,30px);font-weight:560;line-height:1.1;letter-spacing:-.035em;text-wrap:balance}.bb-landing__fact-title{margin:16px 0 0;color:#f5f8f6d1;font-size:14.5px;font-weight:550;line-height:1.4;letter-spacing:-.012em}.bb-landing__fact-detail{margin:8px 0 0;color:var(--bb-landing-faint);font-size:13px;line-height:1.6}@media (max-width: 760px){.bb-landing__facts,.bb-landing__fact,.bb-landing__fact-stat,.bb-landing__fact-title,.bb-landing__fact-detail{opacity:1!important;visibility:visible!important;transform:none!important;filter:none!important;animation:none!important;animation-delay:0s!important;transition:none!important;transition-delay:0s!important;will-change:auto!important}}.bb-landing__trust{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,5vw,88px);align-items:start;padding:clamp(56px,7vw,96px) 0;border-top:1px solid var(--bb-landing-border)}.bb-landing__trust-label{margin:0 0 14px;color:#a7e11a8c;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.bb-landing__trust-title{margin:0;color:#f7faf8;font-size:clamp(28px,3.4vw,46px);font-weight:560;line-height:1.1;letter-spacing:-.04em}.bb-landing__trust-lede{margin:16px 0 0;color:var(--bb-landing-muted);font-size:clamp(14.5px,1.15vw,16.5px);line-height:1.6;letter-spacing:-.01em}.bb-landing__trust-list{margin:0;padding:0;list-style:none}.bb-landing__trust-item{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:baseline;gap:14px;padding:18px 0;color:#ebf3eeb8;font-size:clamp(14.5px,1.15vw,16.5px);line-height:1.62;letter-spacing:-.01em;border-bottom:1px solid rgba(255,255,255,.055)}.bb-landing__trust-item:first-child{padding-top:0}.bb-landing__trust-item:last-child{border-bottom:0;padding-bottom:0}.bb-landing__trust-rule{width:18px;height:1px;transform:translateY(-5px);background:#a7e11a80}.bb-landing__faq{padding:clamp(56px,7vw,96px) 0;border-top:1px solid var(--bb-landing-border)}.bb-landing__faq-title{margin:0 0 clamp(24px,3vw,40px);color:#f7faf8;font-size:clamp(24px,2.8vw,38px);font-weight:560;line-height:1.14;letter-spacing:-.04em}.bb-landing__faq-list{border-top:1px solid rgba(255,255,255,.055)}.bb-landing__faq-item{border-bottom:1px solid rgba(255,255,255,.055)}.bb-landing__faq-q{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;color:#f5f8f6e6;font-size:clamp(15px,1.2vw,17px);font-weight:550;letter-spacing:-.014em;cursor:pointer;list-style:none;transition:color .18s ease}.bb-landing__faq-q::-webkit-details-marker{display:none}.bb-landing__faq-q:hover{color:#fff}.bb-landing__faq-sign{position:relative;width:13px;height:13px;flex:none}.bb-landing__faq-sign:before,.bb-landing__faq-sign:after{content:"";position:absolute;inset:50% 0 auto 0;height:1px;background:#a7e11ab3;transition:transform .22s ease,opacity .22s ease}.bb-landing__faq-sign:after{transform:rotate(90deg)}.bb-landing__faq-item[open] .bb-landing__faq-sign:after{transform:rotate(0);opacity:0}.bb-landing__faq-a{padding:0 0 22px;max-width:720px;color:var(--bb-landing-muted);font-size:clamp(14px,1.1vw,16px);line-height:1.68;letter-spacing:-.01em;animation:bb-landing-faq-in .26s ease both}.bb-landing__faq-lead{color:#f5f8f6f0;font-weight:550}@keyframes bb-landing-faq-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.bb-landing__footer{display:flex;flex-direction:column;gap:14px;padding:30px 0 34px;border-top:1px solid rgba(255,255,255,.06)}.bb-landing__footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#ebf3ee47;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.bb-landing__disclaimer{margin:0;max-width:640px;color:#ebf3ee4d;font-size:11.5px;line-height:1.6;letter-spacing:0}@media (max-width: 1080px){.bb-landing__header,.bb-landing__hero,.bb-landing__facts,.bb-landing__trust,.bb-landing__faq,.bb-landing__footer{width:min(100% - 56px,1280px)}.bb-landing__hero{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:28px}.bb-landing__fact{padding:36px 28px 38px}}@media (max-width: 860px){.bb-landing__facts{grid-template-columns:minmax(0,1fr)}.bb-landing__fact{padding:26px 0;border-right:0;border-bottom:1px solid var(--bb-landing-border)}.bb-landing__fact:last-child{border-bottom:0;padding-bottom:0}.bb-landing__trust{grid-template-columns:minmax(0,1fr);gap:26px}}@media (max-width: 760px){.bb-landing__header,.bb-landing__hero,.bb-landing__facts,.bb-landing__trust,.bb-landing__faq,.bb-landing__footer{width:min(100% - 36px,1280px)}.bb-landing__header{min-height:72px}.bb-landing__brand{width:72px}.bb-landing__nav{gap:20px}.bb-landing__nav-link{font-size:12.5px}.bb-landing__hero{min-height:auto;grid-template-columns:minmax(0,1fr);gap:36px;padding:56px 0 60px}.bb-landing__title{font-size:clamp(34px,9.2vw,54px);letter-spacing:-.038em}.bb-landing__eyebrow{margin-bottom:20px;letter-spacing:.16em}.bb-landing__description{font-size:15px;margin-top:22px}.bb-landing__actions{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-top:30px}.bb-landing__button{width:100%}}@media (max-width: 480px){.bb-landing__header,.bb-landing__hero,.bb-landing__facts,.bb-landing__trust,.bb-landing__faq,.bb-landing__footer{width:min(100% - 28px,1280px)}.bb-landing__brand{width:64px}.bb-landing__title{font-size:clamp(30px,9.4vw,44px)}.bb-landing__button{min-height:50px;font-size:14px;padding:0 16px}.bb-landing__gmark{width:24px;height:24px}.bb-landing__trust-item{grid-template-columns:16px minmax(0,1fr);gap:11px;font-size:14.5px}.bb-landing__trust-rule{width:12px}.bb-landing__footer-row{font-size:10px}.bb-landing__disclaimer{font-size:11px}.bb-landing__faq-q{gap:14px;padding:18px 0}}@media (prefers-reduced-motion: reduce){.bb-landing *,.bb-landing *:before,.bb-landing *:after{animation:none!important;transition:none!important;animation-delay:0s!important;transition-delay:0s!important}.bb-landing__facts,.bb-landing__fact,.bb-landing__trust,.bb-landing__faq,.bb-landing__faq-a{opacity:1!important;visibility:visible!important;transform:none!important}}.bb-login{position:relative;min-height:100vh;overflow:hidden;display:grid;place-items:center;padding:32px;color:#f5f7f2;background:#070806}.bb-login__background,.bb-login__glow,.bb-login__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.bb-login__glow{background:radial-gradient(circle at 50% 42%,rgba(167,225,26,.11),transparent 30%),radial-gradient(circle at 50% 100%,rgba(167,225,26,.04),transparent 40%)}.bb-login__grid{opacity:.18;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 25%,black 75%,transparent);mask-image:linear-gradient(to bottom,transparent,black 25%,black 75%,transparent)}.bb-login__back{position:absolute;top:28px;left:32px;z-index:2;display:inline-flex;align-items:center;gap:9px;border:0;padding:10px 14px;color:#ffffffa8;background:transparent;font:inherit;cursor:pointer;transition:color .18s ease}.bb-login__back:hover{color:#fff}.bb-login__card{position:relative;z-index:1;width:min(100%,460px);padding:48px 48px 42px;text-align:center;border:1px solid rgba(255,255,255,.09);border-radius:28px;background:linear-gradient(145deg,#ffffff0e,#ffffff05),#0a0c09e0;box-shadow:0 34px 90px #00000085,inset 0 1px #ffffff0e;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.bb-login__logo{width:82px;height:82px;object-fit:contain;margin-bottom:28px;filter:drop-shadow(0 0 28px rgba(167,225,26,.15))}.bb-login__eyebrow{margin:0 0 12px;color:#a7e11a;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.bb-login__card h1{margin:0;font-size:clamp(30px,5vw,42px);line-height:1.06;letter-spacing:-.045em}.bb-login__description{max-width:330px;margin:18px auto 30px;color:#ffffff8f;font-size:14px;line-height:1.65}.bb-login__google{min-height:44px;display:flex;justify-content:center;align-items:center}.bb-login__status{min-height:20px;margin:18px 0 0;color:#ffffff75;font-size:12px;line-height:1.5}.bb-login__status--error{color:#ff8a8a}.bb-login__security{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.07);color:#ffffff5c;font-size:11px}.bb-login__security-dot{width:6px;height:6px;border-radius:999px;background:#a7e11a;box-shadow:0 0 12px #a7e11a8c}@media (max-width: 600px){.bb-login{padding:20px}.bb-login__back{top:16px;left:12px}.bb-login__card{padding:42px 24px 34px;border-radius:22px}.bb-login__logo{width:70px;height:70px}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:#f2f5f3;font-family:Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:radial-gradient(1300px 640px at 22% -10%,rgba(138,224,20,.11),transparent 62%),radial-gradient(1000px 560px at 88% 0%,rgba(80,180,150,.07),transparent 62%),radial-gradient(800px 460px at 45% 42%,rgba(138,224,20,.04),transparent 70%),linear-gradient(180deg,#0d1114,#090b0d 55%,#070809);background-attachment:fixed}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(90deg,transparent 14%,rgba(138,224,20,.03) 28%,transparent 46%,transparent 56%,rgba(110,180,155,.025) 72%,transparent 90%),radial-gradient(700px 420px at 38% 24%,rgba(138,224,20,.05),transparent 70%),radial-gradient(140% 110% at 50% 0%,transparent 52%,rgba(0,0,0,.5) 100%)}#root{position:relative;z-index:2}a{color:#8ae014;text-decoration:none}a:hover{color:#a5f235}button{font-family:Manrope,system-ui,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}::-webkit-scrollbar-track{background:transparent}@keyframes bbPulse{0%{opacity:1}50%{opacity:.35}to{opacity:1}}@keyframes bbScan{0%{transform:translate(-100%)}to{transform:translate(340%)}}@keyframes bbRing{0%{transform:scale(1);opacity:.5}to{transform:scale(2.1);opacity:0}}@keyframes bbSkeleton{0%{opacity:.45}50%{opacity:.8}to{opacity:.45}}:focus-visible{outline:2px solid rgba(138,224,20,.6);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.bb-metric-dots,.bb-status-sub{display:none}.bb-metric-row2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.07);margin-top:12px}@media (max-width: 1023px){.bb-overview-grid{grid-template-columns:1fr!important;row-gap:4px!important}.bb-right-col{border-left:none!important;border-top:1px solid rgba(255,255,255,.07)!important;padding:16px 0 0!important;margin-top:14px!important}.bb-trade-row{grid-template-columns:minmax(0,1.3fr) auto minmax(0,1fr) auto minmax(0,1.1fr)!important;gap:8px!important}}@media (max-width: 768px){body{overflow-x:hidden}body{background:linear-gradient(180deg,#0d1114,#090b0d 55%,#070809)!important;background-attachment:scroll!important}body:before{background:radial-gradient(140% 110% at 50% 0%,transparent 55%,rgba(0,0,0,.5) 100%)!important}.bb-shell{flex-direction:column!important}.bb-sidebar{width:100%!important;height:auto!important;flex-direction:row!important;align-items:center!important;position:static!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.06)!important;padding:4px 6px!important}.bb-sidebar-brand,.bb-sidebar-footer{display:none!important}.bb-sidebar-nav{flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;gap:4px!important;padding:6px!important;-webkit-overflow-scrolling:touch}.bb-nav-item{flex:none!important;padding:10px 12px!important}.bb-header{padding:10px 14px!important;gap:8px!important;flex-wrap:wrap!important}.bb-header-pause{padding:11px 14px!important}.bb-hdr-dot.is-running{animation:bbPulse 1.5s infinite!important}.bb-hdr-dot.is-offline{background:#e5484d!important;animation:bbPulse 1.5s infinite!important}.bb-status-text{display:flex!important;flex-direction:column!important;line-height:1.15!important}.bb-status-sub{display:block!important}.bb-main-pad{padding:12px 14px calc(16px + env(safe-area-inset-bottom))!important}.bb-overview-grid{display:flex!important;flex-direction:column!important;gap:12px!important}.bb-overview-left,.bb-bottom-strip,.bb-right-col{display:contents!important}.bb-rc-status,.bb-rc-protection,.bb-rc-scanner{display:block!important}.bb-rc-spacer{display:none!important}.bb-rc-status{order:1!important}.bb-chart-block{order:2!important}.bb-openpos{order:3!important}.bb-metric-rail,.bb-metric-dots{order:4!important}.bb-recent{order:5!important}.bb-rc-protection{order:6!important}.bb-rc-scanner{order:7!important}.bb-rc-footer{order:8!important}.bb-rc-status>div:nth-child(2){margin-top:8px!important;padding:6px 12px!important}.bb-rc-status>div:nth-child(3){display:none!important}.bb-rc-protection>div:first-child,.bb-rc-scanner>div:first-child{margin:2px 0 8px!important}.bb-rc-protection>div:nth-child(3){margin-top:8px!important;gap:6px!important}.bb-rc-protection>a{margin-top:8px!important}.bb-rc-scanner>div:nth-child(4){margin-top:8px!important;gap:6px!important}.bb-empty{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;text-align:left!important;gap:10px!important;min-height:0!important;padding:12px 14px!important;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#0b0f1280}.bb-empty>span:last-child{max-width:none!important}.bb-metric-dots{display:flex!important;justify-content:center;gap:6px;padding:2px 0 0}.bb-dot{width:6px;height:6px;border-radius:50%;background:#ffffff2e;transition:background .2s}.bb-dot.is-active{background:#8ae014}.bb-metric-row2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:10px!important;border-top:none!important;order:4!important}.bb-metric-row2 .bb-metric-cell{width:auto!important}.bb-brand{font-family:Audiowide,Manrope,system-ui,sans-serif!important}.bb-metric-rail{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px!important;background:transparent!important;border:none!important;border-radius:0!important;padding:2px 0 4px!important;margin-top:0!important}.bb-metric-rail::-webkit-scrollbar{display:none}.bb-metric-cell{flex:0 0 auto!important;width:140px!important;scroll-snap-align:start!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:12px!important;padding:10px 13px 9px!important;background:#0b0f12b8!important}.bb-metric-cell>div:first-child{min-height:0!important}.bb-chart-top{flex-wrap:wrap!important;row-gap:10px!important}.bb-chart-periods{overflow-x:auto}.bb-chart-periods button{padding:8px 11px!important}.bb-lev-change{padding:8px 12px!important}}@media (max-width: 480px){.bb-metric-cell{width:128px!important}.bb-header-title,.bb-header-env{display:none!important}.bb-header-pause{font-size:11px!important;padding:11px 12px!important}.bb-chart-value{font-size:32px!important}.bb-chart-bench,.bb-chart-comps{display:none!important}.bb-chart-hero{gap:10px!important}}@media (max-width: 768px){.bb-header-logout{padding:11px 12px!important}}@media (max-width: 480px){.bb-header-logout{font-size:10px!important;padding:11px 10px!important}}@media (max-width: 768px){.bb-notification-popover{position:fixed!important;top:calc(max(env(safe-area-inset-top,0px),44px) + 52px)!important;left:12px!important;right:12px!important;width:auto!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - max(env(safe-area-inset-top,0px),44px) - 88px);overflow-y:auto;overscroll-behavior:contain;transform:none!important;z-index:10000!important}}@media (max-width: 768px){.bb-header{overflow:visible!important}.bb-notification-anchor{position:relative!important;flex:0 0 auto!important;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;z-index:10002!important;pointer-events:auto!important;isolation:isolate}.bb-notification-trigger{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;flex:0 0 44px!important;pointer-events:auto!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative!important;z-index:10003!important}}.bb-notification-trigger{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0;margin:0;font:inherit}@media (max-width: 768px){.bb-notification-trigger{display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important;user-select:none;-webkit-user-select:none}}.bb-mobile-nav{display:none}.bb-desktop-sidebar{display:contents}@media (max-width: 768px){.bb-shell{flex-direction:row!important}.bb-desktop-sidebar{display:none!important}.bb-mobile-nav{display:block!important;width:100%;max-width:100%;min-width:0;flex:none;position:relative;z-index:4;background:#08090bf0;border-bottom:1px solid rgba(255,255,255,.06)}.bb-mobile-nav .bb-sidebar{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;position:static!important;display:block!important;padding:0!important;border:0!important;background:transparent!important}.bb-mobile-nav .bb-sidebar-brand,.bb-mobile-nav .bb-sidebar-footer{display:none!important}.bb-mobile-nav .bb-sidebar-nav{display:flex!important;flex-direction:row!important;align-items:stretch!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:7px 28px 7px 10px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scroll-behavior:smooth;scroll-padding-inline:12px}.bb-mobile-nav .bb-sidebar-nav::-webkit-scrollbar{display:none}.bb-mobile-nav .bb-nav-item{flex:0 0 auto!important;min-height:44px!important;padding:0 14px!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;border-left-width:0!important;border-bottom:2px solid transparent!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.bb-mobile-nav .bb-nav-item[aria-current=page]{border-bottom-color:#8ae014!important}.bb-header{order:0}.bb-mobile-nav{order:1}.bb-main-pad{order:2}}.bb-header>div:first-child{order:1}.bb-header>span[style*="flex: 1"],.bb-header>span[style*="flex:1"]{order:2}.bb-status-pill{order:3}.bb-header-env{order:4}.bb-notification-anchor{order:5}.bb-header-pause{order:6}.bb-header-logout{order:7}@media (max-width: 768px){.bb-header{box-sizing:border-box!important;position:relative!important;top:auto!important;width:100%!important;min-height:78px!important;padding-top:max(env(safe-area-inset-top,0px),44px)!important;padding-right:10px!important;padding-bottom:10px!important;padding-left:10px!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;column-gap:6px!important;overflow:visible!important;z-index:1000!important}.bb-header>div:first-child{display:flex!important;align-items:center!important;flex:0 1 auto!important;min-width:0!important;overflow:hidden!important}.bb-brand{display:block!important;width:auto!important;max-width:100%!important;font-size:clamp(10px,3.1vw,13px)!important;line-height:1!important;letter-spacing:.02em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;opacity:1!important;visibility:visible!important}.bb-header-title,.bb-header-env{display:none!important}.bb-header>span[style*="flex: 1"],.bb-header>span[style*="flex:1"]{display:none!important;flex:0 0 0!important;width:0!important;min-width:0!important}.bb-status-pill{box-sizing:border-box!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:100%!important;padding:5px 8px!important;gap:5px!important;justify-content:center!important;white-space:nowrap!important}.bb-status-pill .bb-status-text{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:1px!important;line-height:1!important}.bb-status-pill .bb-status-text>span:first-child{font-size:clamp(9px,2.7vw,10.5px)!important;line-height:1!important}.bb-status-sub{font-size:clamp(7px,2.2vw,8.5px)!important;line-height:1!important}.bb-hdr-dot{flex:0 0 6px!important}.bb-header-pause{box-sizing:border-box!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important;height:36px!important;padding:0 8px!important;font-size:clamp(8px,2.6vw,11px)!important;line-height:1!important;letter-spacing:0!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important}.bb-header-logout{box-sizing:border-box!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;height:36px!important;padding:0 9px!important;font-size:clamp(8px,2.4vw,10px)!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.bb-notification-anchor{box-sizing:border-box!important;flex:0 0 36px!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:1002!important}.bb-notification-trigger{box-sizing:border-box!important;flex:0 0 36px!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;pointer-events:auto!important;touch-action:manipulation;opacity:1!important;visibility:visible!important}.bb-mobile-nav,.bb-top-nav,.bb-tabs,.bb-tabs-mobile{position:relative!important;top:auto!important;margin-top:0!important;z-index:900!important}}@media (max-width: 390px){.bb-header{column-gap:4px!important;padding-right:8px!important;padding-left:8px!important}.bb-status-pill{padding-right:6px!important;padding-left:6px!important;gap:4px!important}.bb-header-pause{padding-right:5px!important;padding-left:5px!important}.bb-header-logout{padding-right:6px!important;padding-left:6px!important}.bb-notification-anchor,.bb-notification-trigger{flex-basis:34px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}}@media (max-width: 1023px){html{overflow-x:clip}#root{max-width:100%;overflow-x:clip}.bb-shell,.bb-shell>main,.bb-main-pad{max-width:100%;min-width:0}}@media (max-width: 768px){.bb-perf-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.bb-perf-kpi{padding:14px!important;min-width:0!important}.bb-perf-kpi-value{font-size:clamp(15px,5.2vw,22px)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-top:6px!important}.bb-perf-kpi-label,.bb-perf-kpi-sub{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bb-perf-chart-top{flex-wrap:wrap!important;row-gap:10px!important}.bb-perf-chart-title{flex:1 1 100%!important}.bb-perf-periods{flex:1 1 100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;justify-content:flex-start!important}.bb-perf-periods::-webkit-scrollbar{display:none}.bb-perf-periods button{flex:0 0 auto!important;padding:7px 12px!important;white-space:nowrap!important}.bb-perf-split{grid-template-columns:minmax(0,1fr)!important}.bb-perf-riskrow>span:last-child{white-space:nowrap!important;text-align:right!important}.bb-chart-tip{left:50%!important;transform:translate(-50%)!important;max-width:calc(100% - 16px)!important;white-space:normal!important}}@media (max-width: 480px){.bb-perf-kpis{grid-template-columns:minmax(0,1fr)!important}.bb-perf-kpi-value{font-size:22px!important}}@media (max-width: 1023px){.bb-table-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin;max-width:100%}.bb-table-scroll--trades .bb-table-row{min-width:880px}.bb-table-scroll--rec .bb-table-row{min-width:620px}}@media (max-width: 768px){.bb-trades-toolbar-spacer{display:none!important}.bb-trades-toolbar{row-gap:8px!important}.bb-trades-pager{flex-wrap:wrap!important;row-gap:8px!important}.bb-trades-pager>span:first-child{flex:1 1 100%!important}.bb-pos-tiles{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bb-pos-head{flex-wrap:wrap!important;row-gap:8px!important}}@media (max-width: 380px){.bb-pos-tiles{grid-template-columns:minmax(0,1fr)!important}}@media (max-width: 768px){.bb-modal-overlay{padding:16px!important}.bb-modal-sheet{max-width:100%!important;padding:20px!important;max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain}.bb-safety-mods,.bb-exchange-grid{grid-template-columns:minmax(0,1fr)!important}.bb-safety-hero{flex-wrap:wrap!important;row-gap:12px!important;padding:18px!important}.bb-safety-hero>button{flex:1 1 100%!important}}@keyframes bbMsSweep{0%{transform:translate(-60%)}to{transform:translate(220%)}}@keyframes bbMsBreathe{0%,to{opacity:.25}50%{opacity:.9}}.bb-ms{min-width:0}.bb-ms-status{display:flex;align-items:center;gap:22px;flex-wrap:wrap;background:#0e1216;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:18px 22px;min-width:0}.bb-ms-status-head{display:flex;align-items:center;gap:12px;min-width:0;flex:0 0 auto}.bb-ms-dot{width:9px;height:9px;border-radius:50%;flex:none;position:relative}.bb-ms-dot.is-live:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:radial-gradient(circle,rgba(138,224,20,.55),transparent 70%);animation:bbMsBreathe 2.8s ease-in-out infinite}.bb-ms-status-label{font-size:13px;font-weight:800;letter-spacing:.12em;line-height:1.1;white-space:nowrap}.bb-ms-status-sub{font-size:11.5px;color:#7a847d;margin-top:3px}.bb-ms-stats{display:flex;align-items:center;gap:26px;flex-wrap:wrap;flex:1 1 auto;min-width:0;justify-content:flex-end}.bb-ms-stat{min-width:0}.bb-ms-stat-label{font-size:9px;font-weight:800;letter-spacing:.12em;color:#6d776f;white-space:nowrap}.bb-ms-stat-value{font-size:13.5px;font-weight:700;color:#f2f5f3;margin-top:5px;white-space:nowrap}.bb-ms-regime{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;padding:3px 9px;border-radius:6px;border:1px solid}.bb-ms-panel{background:#0e1216;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:18px 20px 14px;min-width:0}.bb-ms-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.bb-ms-panel-title{font-size:11px;font-weight:800;letter-spacing:.14em;color:#c9d1cc}.bb-ms-scanno{font-size:10px;font-weight:700;color:#6d776f;white-space:nowrap}.bb-ms-table{position:relative;overflow:hidden;border-radius:8px;isolation:isolate}.bb-ms-sweep{position:absolute;top:0;bottom:0;left:0;width:38%;pointer-events:none;z-index:0;background:linear-gradient(90deg,transparent 0%,rgba(138,224,20,.045) 45%,rgba(138,224,20,.075) 50%,rgba(138,224,20,.045) 55%,transparent 100%);animation:bbMsSweep 7.5s linear infinite;will-change:transform}.bb-ms-row{position:relative;z-index:1;display:grid;grid-template-columns:28px minmax(0,1fr) auto minmax(96px,132px);align-items:center;gap:14px;padding:9px 10px}.bb-ms-head{font-size:9px;font-weight:800;letter-spacing:.1em;color:#6d776f;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}.bb-ms-head .bb-ms-col-s{text-align:right}.bb-ms-market{border-bottom:1px solid rgba(255,255,255,.035);transition:background .18s ease}.bb-ms-market:last-child{border-bottom:none}.bb-ms-market:hover{background:#ffffff06}.bb-ms-rank{font-size:10.5px;color:#6d776f}.bb-ms-sym{font-size:12.5px;font-weight:600;color:#f2f5f3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bb-ms-market.is-near:before,.bb-ms-market.is-signal:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2px;border-radius:2px;background:#8ae014;box-shadow:0 0 7px #8ae014b3;animation:bbMsBreathe 3.6s ease-in-out infinite}.bb-ms-market.is-signal{background:#8ae0140e}.bb-ms-market.is-signal:before{width:2.5px;animation-duration:2.4s}.bb-ms-meter{display:inline-flex;align-items:center;gap:4px}.bb-ms-seg{width:14px;height:3px;border-radius:2px;background:#ffffff21}.bb-ms-seg.is-near{background:#f5b547}.bb-ms-seg.is-high{background:#8ae014}.bb-ms-seg.is-ready{background:#8ae014;box-shadow:0 0 6px #8ae01499}.bb-ms-quality{font-size:10px;font-weight:700;letter-spacing:.05em;color:#7a847d;margin-left:6px;white-space:nowrap}.bb-ms-state{font-size:11px;font-weight:700;text-align:right;white-space:nowrap;color:#7a847d}.bb-ms-state.lvl-1{color:#f5b547}.bb-ms-state.lvl-2{color:#8ae014}.bb-ms-state.lvl-3{color:#8ae014;letter-spacing:.04em}.bb-ms-empty{font-size:12.5px;color:#7a847d;padding:26px 4px;text-align:center}.bb-ms-note{font-size:10.5px;color:#6d776f;line-height:1.55;max-width:720px}@media (max-width: 900px){.bb-ms-stats{gap:18px;justify-content:flex-start}}@media (max-width: 768px){.bb-ms-status{padding:16px 14px;gap:14px}.bb-ms-status-head{flex:1 1 100%}.bb-ms-stats{flex:1 1 100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.bb-ms-stat-value{font-size:13px}.bb-ms-panel{padding:16px 12px 12px}.bb-ms-quality{display:none}.bb-ms-row{grid-template-columns:22px minmax(0,1fr) auto auto;gap:10px;padding:10px 8px}.bb-ms-sym{font-size:12px}.bb-ms-state{font-size:10px}.bb-ms-seg{width:11px}}@media (max-width: 380px){.bb-ms-row{gap:8px;grid-template-columns:18px minmax(0,1fr) auto auto}.bb-ms-seg{width:9px}.bb-ms-state{font-size:9.5px}.bb-ms-stats{gap:12px 10px}}
