:root{--red:#d10b1b;--red2:#a60010;--deep:#670008;--gold:#d8a62a;--gold2:#f4cf69;--bg:#f5f5f6;--surface:#fff;--text:#17191f;--muted:#6b7280;--line:#e4e5e9;--green:#12a957;--shadow:0 10px 30px rgba(92,18,22,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);font-size:13px}a{text-decoration:none;color:inherit}button,input{font:inherit}.hub-app{min-height:100vh}.hub-topbar{position:fixed;z-index:50;left:0;right:0;top:0;height:70px;display:flex;align-items:center;gap:18px;padding:0 22px;background:linear-gradient(105deg,#b80011 0,#e20b20 55%,#a80010 80%,#fff 80.1%);box-shadow:0 3px 16px rgba(70,0,5,.18)}.hub-topbar:after{content:"";position:absolute;right:19%;top:0;width:250px;height:70px;background:linear-gradient(155deg,transparent 0 33%,rgba(255,255,255,.88) 34% 54%,rgba(224,0,20,.95) 55% 68%,rgba(255,255,255,.95) 69%);opacity:.95;pointer-events:none}.hub-brand{position:relative;z-index:2;display:flex;align-items:center;gap:12px;min-width:225px;color:#fff}.hub-brand strong{display:block;font-family:Georgia,serif;color:var(--gold2);letter-spacing:.08em;font-size:24px}.hub-brand small{display:block;font-size:9px;letter-spacing:.16em}.hub-mark{position:relative;width:35px;height:35px;border:4px solid var(--gold2);border-radius:4px;transform:rotate(45deg)}.hub-mark:before{content:"";position:absolute;inset:9px -5px;border-top:3px solid var(--gold2);border-bottom:3px solid var(--gold2);transform:rotate(-45deg)}.hub-mark i{position:absolute;left:10px;top:10px;width:8px;height:8px;border-radius:50%;background:var(--gold2)}.menu-toggle{position:relative;z-index:2;border:0;color:#fff;background:transparent;font-size:24px;cursor:pointer}.global-search{position:relative;z-index:3;display:flex;align-items:center;gap:9px;height:42px;max-width:650px;flex:1;margin-left:14px;padding:0 14px;border-radius:22px;background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 5px 20px rgba(69,0,5,.12)}.global-search span{font-size:20px}.global-search input{width:100%;border:0;outline:0;background:transparent;color:#222}.global-search kbd{white-space:nowrap;border:1px solid #ddd;background:#f7f7f7;border-radius:6px;padding:3px 6px;font-size:10px;color:#777}.search-results{display:none;position:absolute;left:0;right:0;top:48px;padding:8px;border-radius:12px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.15)}.search-results.show{display:block}.search-results a{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px}.search-results a:hover{background:#fff5f5;color:var(--red)}.top-icons{position:relative;z-index:3;display:flex;margin-left:auto}.top-icons button{position:relative;width:45px;height:45px;border:0;background:transparent;font-size:21px;cursor:pointer}.top-icons b{position:absolute;right:1px;top:0;display:grid;place-items:center;min-width:18px;height:18px;border-radius:20px;background:var(--red);color:#fff;font-size:10px}.user-chip{position:relative;z-index:3;display:flex;align-items:center;gap:9px;min-width:160px}.avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#241008,#d5a629);color:#fff;font-weight:800;border:2px solid #fff;box-shadow:0 3px 12px rgba(0,0,0,.14)}.user-chip small,.user-chip strong{display:block}.user-chip span:not(.avatar){font-size:16px}.user-chip div:nth-child(2) span{display:inline-flex;margin-top:3px;padding:3px 8px;border-radius:9px;background:var(--gold2);font-size:9px;color:#4d3600}
.hub-sidebar{position:fixed;z-index:40;left:0;top:70px;bottom:0;width:215px;overflow:auto;padding:16px 14px 18px;background:#fff;border-right:1px solid var(--line);box-shadow:5px 0 18px rgba(0,0,0,.035);transition:.25s ease}.hub-sidebar nav{display:flex;flex-direction:column;gap:2px}.hub-sidebar nav>a,.hub-sidebar summary{display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 11px;border-radius:9px;color:#263044;cursor:pointer;list-style:none}.hub-sidebar nav>a:hover,.hub-sidebar summary:hover{background:#fff5f5;color:var(--red)}.hub-sidebar nav>a.active{background:linear-gradient(135deg,#e4182b,#b40011);color:#fff;box-shadow:0 5px 15px rgba(209,11,27,.25)}.hub-sidebar i{display:grid;place-items:center;width:22px;height:22px;color:var(--red);font-style:normal;font-weight:800}.hub-sidebar .active i{color:#fff}.hub-sidebar em{margin-left:auto;padding:3px 6px;border-radius:5px;background:var(--red);color:#fff;font-style:normal;font-size:8px;font-weight:800}.hub-sidebar em.gold{background:var(--gold2);color:#624500}.hub-sidebar details>a{position:relative;margin-left:26px;padding:6px 9px 6px 22px;color:#344054}.hub-sidebar details>a:before{content:"";position:absolute;left:5px;top:-13px;bottom:50%;width:12px;border-left:1px solid #b9bfca;border-bottom:1px solid #b9bfca}.premium-box{margin-top:14px;padding:12px;border-radius:12px;background:linear-gradient(135deg,#fff8e0,#f1d484);border:1px solid #e8c463;display:grid;grid-template-columns:34px 1fr;gap:9px}.premium-box>span{font-size:29px;color:#aa7512}.premium-box b,.premium-box small{display:block}.premium-box small{font-size:9px;margin-top:4px}.premium-box a{grid-column:1/-1;text-align:center;padding:8px;border-radius:7px;background:#fff8df;border:1px solid #d9ad40;color:#7a5400;font-weight:700}
.hub-main{margin-left:215px;padding:84px 16px 30px;max-width:1800px}.install-alert{padding:11px 14px;margin-bottom:10px;border-radius:9px;background:#fff1d4;border:1px solid #f1cc67;color:#744b00}.install-alert a{font-weight:800;text-decoration:underline}.hero-row{display:grid;grid-template-columns:1.55fr .75fr .9fr;gap:12px}.main-banner,.status-card,.benefit-card,.panel,.quick-section,.flash-strip{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.main-banner{position:relative;overflow:hidden;min-height:175px;color:#fff;background:radial-gradient(circle at 65% 45%,rgba(208,28,35,.43),transparent 25%),linear-gradient(115deg,#3b0005,#8e000d 58%,#d30d20)}.main-banner:after{content:"";position:absolute;right:-3%;bottom:-24px;width:260px;height:90px;background:linear-gradient(160deg,transparent 0 22%,#fff 23% 43%,#d10b1b 44% 62%,#fff 63% 78%,transparent 79%);transform:rotate(-4deg)}.banner-copy{position:relative;z-index:3;padding:18px 24px}.mini-brand{font-family:Georgia,serif;color:var(--gold2);font-size:19px;font-weight:700}.banner-copy h1{margin:6px 0;font-family:Georgia,serif;font-size:26px;line-height:1.04;text-align:center;max-width:440px}.banner-copy h1 span{color:var(--gold2)}.banner-copy p{font-size:10px;text-align:center;max-width:440px}.banner-copy a{display:block;width:max-content;margin:10px auto 0;padding:8px 20px;border-radius:6px;background:linear-gradient(#f9d45d,#d59a18);color:#4e2e00;font-weight:800}.banner-chart{position:absolute;z-index:1;right:3%;top:16px;width:42%;height:125px;display:flex;align-items:flex-start;gap:9px}.banner-chart i{position:relative;margin-top:var(--y);width:9px;height:var(--h);background:linear-gradient(#efc644,#d10b1b);box-shadow:0 0 12px rgba(238,43,51,.48)}.banner-chart i:before{content:"";position:absolute;left:4px;top:-15px;width:1px;height:calc(100% + 30px);background:#f4c95d}.status-card,.benefit-card{padding:18px}.status-card{display:grid;grid-template-columns:56px 1fr;gap:12px}.shield{display:grid;place-items:center;width:52px;height:60px;clip-path:polygon(50% 0,100% 18%,92% 75%,50% 100%,8% 75%,0 18%);background:linear-gradient(145deg,#e5b12c,#b80012);color:#fff;font-size:24px;border:5px solid #f8d86f}.status-card h3,.benefit-card h3{margin:0 0 8px}.status{display:inline-flex;padding:6px 11px;border-radius:7px;color:#fff;font-weight:800}.status.verified{background:var(--green)}.status.pending{background:#d19a14}.status-card p{font-size:11px;line-height:1.5;color:#495164}.status-card a{display:block;margin-top:9px;padding:9px;text-align:center;border:1px solid #c89213;border-radius:7px;color:#b30011;font-weight:800}.benefit-card{color:#fff;background:linear-gradient(135deg,#c60012,#810008)}.benefit-card ul{margin:10px 0 0;padding:0;list-style:none}.benefit-card li{padding:5px 0;font-size:11px}.benefit-card li:before{content:"✓";margin-right:10px;color:var(--gold2);font-weight:900}
.flash-strip{display:grid;grid-template-columns:250px 1fr;overflow:hidden;margin-top:12px;background:linear-gradient(110deg,#4e0006,#b60011 48%,#82000b)}.flash-copy{position:relative;padding:20px;color:#fff}.flash-copy:after{content:"";position:absolute;right:-35px;top:0;width:70px;height:100%;background:linear-gradient(110deg,transparent 0 45%,#fff 46% 54%,transparent 55%);opacity:.3}.flash-copy small{color:var(--gold2);letter-spacing:.12em;font-weight:800}.flash-copy h2{margin:7px 0;font-size:21px}.flash-copy h2 strong{display:inline-block;font-size:41px;color:var(--gold2)}.flash-copy p{font-size:10px}.flash-copy a{display:inline-flex;margin-top:6px;padding:8px 15px;border-radius:6px;background:linear-gradient(#f5cf5b,#d59d20);color:#513300;font-weight:800}.flash-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px 14px}.flash-product{position:relative;display:flex;flex-direction:column;padding:9px;border-radius:9px;background:#fff;color:#20242d;min-width:0}.product-visual{height:55px;border-radius:7px;background:radial-gradient(circle at 70% 30%,#f7c74b,transparent 23%),linear-gradient(135deg,#27100f,#d20d1f);display:grid;place-items:center;color:#fff;font-weight:900}.pv2{background:linear-gradient(145deg,#061d2c,#1683a0)}.pv3{background:linear-gradient(145deg,#10210d,#58b02a)}.pv4{background:linear-gradient(145deg,#14295b,#e23926)}.flash-product b{margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}.flash-product small{font-size:8px;color:#777}.flash-product del{font-size:8px;color:#999;margin-top:5px}.flash-product strong{color:#bb0011;font-size:10px}.flash-product em{position:absolute;right:5px;bottom:5px;padding:3px 5px;border-radius:5px;background:#c30012;color:#fff;font-size:8px;font-style:normal}
.quick-section{margin-top:12px;padding:10px}.quick-section h2{margin:0 0 8px;color:#b60011;font-size:14px}.quick-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:6px}.quick-grid a{display:flex;align-items:center;gap:7px;min-height:58px;padding:7px;border:1px solid var(--line);border-radius:8px;background:#fff;transition:.18s}.quick-grid a:hover{transform:translateY(-2px);border-color:#e6a3aa;box-shadow:0 7px 16px rgba(190,0,17,.09)}.quick-grid i{display:grid;place-items:center;min-width:34px;height:34px;border-radius:8px;background:#fff0f1;color:var(--red);font-size:19px;font-style:normal}.quick-grid b,.quick-grid small{display:block}.quick-grid b{font-size:9px}.quick-grid small{font-size:7px;color:#7b8190;margin-top:3px}
.dashboard-grid{display:grid;gap:10px;margin-top:10px}.top-content{grid-template-columns:1.02fr 1.34fr 1.25fr}.middle-content{grid-template-columns:1.02fr .8fr .84fr 1.04fr}.bottom-content{grid-template-columns:1.05fr .9fr .85fr .9fr}.panel{padding:11px;min-width:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.panel-head h2{margin:0;color:#b60011;font-size:14px}.panel-head a,.panel-head>small{color:#b60011;font-size:9px}.chart-workspace{position:relative;height:112px;border:1px solid #e2e4e8;border-radius:7px;background-image:linear-gradient(#edf0f3 1px,transparent 1px),linear-gradient(90deg,#edf0f3 1px,transparent 1px);background-size:35px 25px;overflow:hidden}.chart-workspace svg{position:absolute;inset:18px 5px 5px;width:calc(100% - 10px);height:85px}.chart-label{position:absolute;z-index:2;left:8px;top:5px;font-weight:800;font-size:10px}.candle-mini-row{position:absolute;inset:25px 16px 15px;display:flex;align-items:center;justify-content:space-between}.candle-mini-row i{width:5px;height:18px;background:#16b47a;box-shadow:0 -8px 0 -2px #16b47a,0 8px 0 -2px #16b47a}.candle-mini-row i:nth-child(3n){background:#ef334d;box-shadow:0 -9px 0 -2px #ef334d,0 10px 0 -2px #ef334d}.workspace-foot{display:flex;align-items:center;justify-content:space-between;padding:8px 3px 0}.workspace-foot b,.workspace-foot small{display:block}.workspace-foot b{font-size:10px}.workspace-foot small{color:#777;font-size:8px}.workspace-foot a{padding:8px 20px;border-radius:6px;background:linear-gradient(#e91c2e,#ad0010);color:#fff;font-weight:800;font-size:9px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.product-card{min-width:0}.product-art{height:77px;border-radius:7px;display:grid;place-items:end start;padding:7px;color:#fff;background:linear-gradient(135deg,#160d0b,#d91c20);font-size:8px}.art2{background:linear-gradient(135deg,#050d12,#1692a7)}.art3{background:linear-gradient(135deg,#0c1509,#4a8b27)}.product-card>b,.product-card>small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card>b{font-size:10px;margin-top:6px}.product-card>small{font-size:8px;color:#777}.rating{font-size:8px;color:#e79b00;margin:4px 0}.price-row{display:flex;align-items:center;justify-content:space-between}.price-row strong{color:#c40012;font-size:9px}.price-row span{padding:4px 10px;border-radius:5px;background:#c40012;color:#fff;font-size:8px}.broker-row{display:grid;grid-template-columns:37px 1fr auto auto;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #ececef}.broker-row:last-child{border:0}.broker-logo{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#ecfbff;color:#0699b5;font-weight:900}.broker-row b,.broker-row small{display:block}.broker-row b{font-size:10px}.broker-row small{max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#747b88;font-size:7px}.broker-row>span{color:#e5a10b;font-size:9px}.broker-row>a{padding:6px 13px;border:1px solid #dea724;border-radius:6px;color:#b50011;font-size:8px}
.ct-teaser{padding:0 11px 11px;overflow:hidden}.ct-head{display:flex;gap:10px;margin:0 -11px 10px;padding:13px;background:linear-gradient(135deg,#7a000a,#c60013);color:#fff}.ct-head>span{display:grid;place-items:center;width:41px;height:41px;border-radius:7px;border:1px solid var(--gold);color:var(--gold2);font-size:25px}.ct-head h2{margin:0;font-size:13px}.ct-head h2 small{font-weight:500}.ct-head p{margin:4px 0 0;font-size:8px}.ct-steps{display:flex;align-items:center;justify-content:space-between;text-align:center}.ct-steps div{flex:1}.ct-steps b{display:grid;place-items:center;width:28px;height:28px;margin:auto;border:1px solid #d8ad3c;border-radius:50%;color:#ba0011}.ct-steps span{display:block;margin-top:4px;font-size:7px}.ct-steps i{font-style:normal;color:#bbb}.ct-teaser>a{display:flex;align-items:center;justify-content:center;gap:28px;width:62%;margin:10px auto 0;padding:7px;border-radius:6px;background:linear-gradient(#f8d56b,#dfad35);color:#563900;font-weight:800;font-size:9px}.news-item,.class-row{display:flex;gap:8px;padding:7px 0;border-bottom:1px solid #ececef}.news-img,.class-thumb{width:68px;height:38px;flex:0 0 auto;border-radius:5px;background:linear-gradient(135deg,#11345d,#2ba2d2)}.ni2{background:linear-gradient(135deg,#4c2d02,#eab738)}.ni3{background:linear-gradient(135deg,#10151c,#427599)}.news-item b,.news-item small,.class-row b,.class-row small{display:block}.news-item b,.class-row b{font-size:9px;line-height:1.35}.news-item small,.class-row small{margin-top:4px;color:#777;font-size:7px}.ai-row{display:grid;grid-template-columns:32px 1fr auto 42px auto;align-items:center;gap:7px;padding:7px 0;border-bottom:1px solid #ececef}.asset-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:#f0b925;color:#fff;font-weight:900}.ai-row b,.ai-row small{display:block}.ai-row b{font-size:9px}.ai-row small{font-size:7px;color:#777}.ai-row>span{padding:3px 5px;border-radius:4px;color:#fff;font-size:7px;font-weight:800}.ai-row .buy{background:#14a95c}.ai-row .sell{background:#e0182d}.ai-row a{padding:5px 7px;border:1px solid #d10b1b;border-radius:5px;color:#b60011;font-size:7px}.ai-disclaimer{margin-top:7px;font-size:7px;color:#777}.class-row>div:last-child{min-width:0}.ct1{background:linear-gradient(135deg,#6d3901,#d69213)}.ct2{background:linear-gradient(135deg,#030a12,#0c99ae)}.ct3{background:linear-gradient(135deg,#07150b,#41a142)}.class-row span{display:inline-flex;margin-top:4px;padding:2px 5px;border-radius:4px;font-size:7px}.class-row span.premium{background:#f2c653;color:#5f4000}.class-row span.gratis{background:#17a95c;color:#fff}
.promo-panel{display:flex;justify-content:space-between;overflow:hidden;color:#fff;background:linear-gradient(135deg,#780009,#c40014)}.promo-panel small{color:var(--gold2);font-weight:800}.promo-panel h2{margin:6px 0;font-size:17px}.promo-panel h2 strong{font-size:28px;color:var(--gold2)}.promo-panel p{font-size:8px}.promo-panel a{display:inline-flex;padding:7px 14px;border-radius:5px;background:var(--gold2);color:#573700;font-weight:800;font-size:8px}.gold-ticket{align-self:center;display:grid;place-items:center;width:95px;height:76px;border-radius:16px;transform:rotate(-12deg);background:linear-gradient(145deg,#fff2a5,#c58b13);color:#7f5000;font-size:43px;font-weight:900;box-shadow:0 12px 25px rgba(0,0,0,.25)}.empty-history{display:grid;place-items:center;min-height:102px;border:1px dashed #d7d8dc;border-radius:7px;color:#777;font-size:9px}.favorite-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid #ececef}.favorite-row>span{display:grid;place-items:center;width:31px;height:31px;border-radius:7px;background:#b88919;color:#fff}.favorite-row b,.favorite-row small{display:block}.favorite-row b{font-size:9px}.favorite-row small{font-size:7px;color:#777}.favorite-row em{font-style:normal;color:#d79600;font-size:8px}.event-row{display:grid;grid-template-columns:39px 54px 1fr 45px;align-items:center;gap:4px;padding:8px 0;border-bottom:1px solid #ececef;font-size:8px}.event-row em{padding:4px;border-radius:4px;background:#d10b1b;color:#fff;text-align:center;font-style:normal}
@media(max-width:1250px){.quick-grid{grid-template-columns:repeat(5,1fr)}.hero-row{grid-template-columns:1.5fr .8fr}.benefit-card{display:none}.middle-content{grid-template-columns:1fr 1fr}.bottom-content{grid-template-columns:1fr 1fr}.top-content{grid-template-columns:1fr 1fr}.broker-panel{grid-column:1/-1}}
@media(max-width:900px){.hub-topbar{background:linear-gradient(135deg,#b80011,#e10b20)}.hub-topbar:after,.top-icons,.user-chip{display:none}.hub-brand{min-width:auto}.global-search{margin-left:0}.hub-sidebar{transform:translateX(-100%);box-shadow:10px 0 30px rgba(0,0,0,.18)}.hub-sidebar.open{transform:translateX(0)}.hub-main{margin-left:0}.hero-row,.top-content,.middle-content,.bottom-content{grid-template-columns:1fr}.flash-strip{grid-template-columns:1fr}.flash-products{grid-template-columns:repeat(2,1fr)}.quick-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.hub-topbar{padding:0 10px}.hub-brand strong{font-size:18px}.hub-brand small,.global-search kbd{display:none}.global-search{height:38px}.hub-main{padding:80px 8px 22px}.main-banner{min-height:220px}.banner-chart{opacity:.35;width:60%}.flash-products{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:90px 1fr}.product-art{grid-row:1/5;height:80px;margin-right:8px}.ct-steps i{display:none}}

/* =========================================================
   GOVISTA HUB V19.1 — layout refinement
   Brand palette is preserved; only spacing, scale and grid
   hierarchy are improved for a cleaner dashboard.
   ========================================================= */
body{font-size:14px;line-height:1.45}
.hub-topbar{height:76px;padding:0 26px;gap:20px}
.hub-topbar:after{height:76px}
.hub-brand{min-width:235px}
.hub-brand strong{font-size:25px}
.menu-toggle{width:42px;height:42px;display:grid;place-items:center;border-radius:10px}
.menu-toggle:hover{background:rgba(255,255,255,.12)}
.global-search{height:46px;max-width:760px;border-radius:14px;padding:0 16px}
.top-icons{gap:2px}
.top-icons button{width:44px;height:44px;border-radius:10px}
.top-icons button:hover{background:rgba(255,255,255,.55)}
.user-chip{min-width:172px}

.hub-sidebar{top:76px;width:242px;padding:20px 16px 24px}
.hub-sidebar nav{gap:4px}
.hub-sidebar nav>a,.hub-sidebar summary{min-height:44px;padding:10px 12px;border-radius:10px;font-size:13px}
.hub-sidebar i{width:24px;height:24px;flex:0 0 24px}
.hub-sidebar details{display:block;width:100%}
.hub-sidebar details>summary{width:100%}
.hub-sidebar details>summary span{margin-left:auto}
.hub-sidebar details>a{display:flex;align-items:center;width:calc(100% - 26px);min-height:34px;margin:2px 0 2px 26px;padding:7px 10px 7px 24px;border-radius:8px;font-size:12px}
.hub-sidebar details>a:hover{background:#fff5f5;color:var(--red)}
.hub-sidebar details>a:before{left:7px;top:-9px;bottom:50%}
.premium-box{margin-top:20px;padding:14px;border-radius:14px}
.premium-box b{font-size:13px}.premium-box small{font-size:10px;line-height:1.4}
.premium-box a{padding:9px}

.hub-main{margin-left:242px;padding:96px 24px 44px;max-width:none}
.install-alert{padding:13px 16px;margin-bottom:16px;border-radius:12px}
.main-banner,.status-card,.benefit-card,.panel,.quick-section,.flash-strip{border-radius:16px;box-shadow:0 12px 32px rgba(92,18,22,.075)}

.hero-row{grid-template-columns:minmax(0,1.65fr) minmax(310px,.72fr);grid-template-rows:1fr 1fr;gap:16px}
.main-banner{grid-column:1;grid-row:1/3;min-height:310px}
.banner-copy{padding:30px 36px;max-width:61%}
.mini-brand{font-size:22px}
.banner-copy h1{margin:12px 0 10px;max-width:560px;font-size:clamp(30px,2.65vw,44px);line-height:1.08;text-align:left}
.banner-copy p{max-width:520px;font-size:12px;text-align:left}
.banner-copy a{margin:18px 0 0;padding:11px 24px;border-radius:8px}
.banner-chart{right:3%;top:35px;width:40%;height:205px;gap:12px}
.banner-chart i{width:12px}
.status-card,.benefit-card{min-height:147px;padding:20px}
.status-card{grid-template-columns:62px 1fr;align-items:start;gap:15px}
.status-card h3,.benefit-card h3{font-size:16px}
.status-card p{margin:10px 0 0;font-size:12px;line-height:1.55}
.status-card a{margin-top:12px;padding:10px}
.benefit-card ul{display:grid;grid-template-columns:1fr;gap:3px;margin-top:8px}
.benefit-card li{font-size:12px;line-height:1.35}

.flash-strip{grid-template-columns:300px minmax(0,1fr);margin-top:16px}
.flash-copy{padding:26px 24px}
.flash-copy h2{font-size:24px}.flash-copy h2 strong{font-size:46px}
.flash-copy p{font-size:11px}.flash-copy a{padding:10px 17px}
.flash-products{gap:12px;padding:16px}
.flash-product{padding:12px;border-radius:12px;min-height:178px}
.product-visual{height:72px;border-radius:9px}
.flash-product b{font-size:12px;margin-top:8px}
.flash-product small,.flash-product del{font-size:10px}
.flash-product strong{font-size:12px}
.flash-product em{right:8px;bottom:8px;padding:4px 7px;font-size:9px}

.quick-section{margin-top:16px;padding:16px}
.quick-section h2{margin:0 0 12px;font-size:17px}
.quick-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.quick-grid a{min-height:72px;padding:11px;border-radius:11px}
.quick-grid i{min-width:42px;height:42px;border-radius:10px;font-size:21px}
.quick-grid b{font-size:11px;line-height:1.25}.quick-grid small{font-size:9px;line-height:1.3}

.dashboard-grid{gap:16px;margin-top:16px}
.top-content{grid-template-columns:repeat(2,minmax(0,1fr))}
.top-content .broker-panel{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px}
.top-content .broker-panel .panel-head{grid-column:1/-1}
.middle-content,.bottom-content{grid-template-columns:repeat(2,minmax(0,1fr))}
.panel{padding:18px}
.panel-head{margin-bottom:14px}
.panel-head h2{font-size:16px}.panel-head a,.panel-head>small{font-size:11px}

.chart-workspace{height:190px;border-radius:11px;background-size:46px 34px}
.chart-workspace svg{inset:30px 8px 8px;height:145px}
.chart-label{left:12px;top:9px;font-size:12px}
.candle-mini-row{inset:42px 22px 24px}
.candle-mini-row i{width:6px;height:28px}
.workspace-foot{padding:12px 2px 0}.workspace-foot b{font-size:12px}.workspace-foot small{font-size:10px}
.workspace-foot a{padding:10px 22px;border-radius:8px;font-size:11px}

.product-grid{gap:12px}
.product-art{height:118px;border-radius:10px;padding:10px;font-size:10px}
.product-card>b{font-size:12px;margin-top:8px}.product-card>small{font-size:10px}.rating{font-size:10px;margin:6px 0}
.price-row strong{font-size:11px}.price-row span{padding:6px 12px;border-radius:6px;font-size:10px}

.broker-row{grid-template-columns:44px minmax(0,1fr) auto auto;gap:10px;padding:13px 8px;border-bottom:0;border-right:1px solid #ececef}
.broker-row:last-child{border-right:0}.broker-logo{width:40px;height:40px;border-radius:10px}
.broker-row b{font-size:11px}.broker-row small{max-width:none;font-size:9px;line-height:1.35;white-space:normal}
.broker-row>span{font-size:10px}.broker-row>a{padding:7px 12px;font-size:10px}

.ct-teaser{padding:0 18px 18px}.ct-head{margin:0 -18px 16px;padding:18px}.ct-head>span{width:48px;height:48px;border-radius:10px}
.ct-head h2{font-size:16px}.ct-head p{font-size:10px}.ct-steps b{width:34px;height:34px}.ct-steps span{font-size:9px;line-height:1.35}
.ct-teaser>a{width:min(72%,360px);margin-top:16px;padding:10px;font-size:11px}
.news-item,.class-row{gap:12px;padding:11px 0}.news-img,.class-thumb{width:92px;height:54px;border-radius:8px}
.news-item b,.class-row b{font-size:11px}.news-item small,.class-row small{font-size:9px}
.ai-row{grid-template-columns:40px minmax(0,1fr) auto 54px auto;gap:10px;padding:11px 0}.asset-icon{width:38px;height:38px;border-radius:9px}
.ai-row b{font-size:11px}.ai-row small{font-size:9px}.ai-row>span{padding:5px 7px;font-size:9px}.ai-row a{padding:7px 9px;font-size:9px}.ai-disclaimer{font-size:9px;line-height:1.45}
.class-row span{font-size:9px;padding:3px 7px}
.promo-panel{min-height:180px;padding:24px}.promo-panel h2{font-size:22px}.promo-panel h2 strong{font-size:34px}.promo-panel p{font-size:10px}.promo-panel a{padding:9px 16px;font-size:10px}
.gold-ticket{width:115px;height:92px}
.empty-history{min-height:142px;font-size:11px}
.favorite-row{grid-template-columns:42px minmax(0,1fr) auto;gap:11px;padding:11px 0}.favorite-row>span{width:38px;height:38px}.favorite-row b{font-size:11px}.favorite-row small,.favorite-row em{font-size:9px}
.event-row{grid-template-columns:50px 64px minmax(0,1fr) 56px;gap:7px;padding:11px 0;font-size:10px}.event-row em{padding:5px}

.panel,.quick-section,.flash-strip,.main-banner,.status-card,.benefit-card{transition:transform .2s ease,box-shadow .2s ease}
.panel:hover,.quick-section:hover,.status-card:hover,.benefit-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(92,18,22,.11)}
.hub-animate-in{animation:hubIn .48s ease both}
@keyframes hubIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

@media(max-width:1320px){
  .hub-sidebar{width:224px}.hub-main{margin-left:224px;padding-left:18px;padding-right:18px}
  .hero-row{grid-template-columns:minmax(0,1.45fr) minmax(285px,.75fr)}
  .banner-copy{max-width:64%;padding:27px}.banner-copy h1{font-size:33px}
  .quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1080px){
  .hero-row{grid-template-columns:1fr;grid-template-rows:auto}.main-banner{grid-column:auto;grid-row:auto;min-height:285px}
  .status-card,.benefit-card{min-height:0}.flash-strip{grid-template-columns:1fr}.flash-products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .top-content,.middle-content,.bottom-content{grid-template-columns:1fr}.top-content .broker-panel{grid-column:auto;grid-template-columns:1fr}.top-content .broker-panel .panel-head{grid-column:auto}.broker-row{border-right:0;border-bottom:1px solid #ececef}
}
@media(max-width:900px){
  .hub-topbar{height:70px;padding:0 14px}.hub-sidebar{top:70px;width:242px}.hub-main{margin-left:0;padding:86px 14px 32px}
  .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .hub-main{padding:80px 9px 24px}.banner-copy{max-width:100%;padding:24px 20px}.banner-copy h1{font-size:29px}.banner-chart{opacity:.22;width:65%}
  .flash-products{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}
  .panel{padding:15px}.ct-teaser{padding:0 15px 15px}.ct-head{margin:0 -15px 14px;padding:15px}
  .product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:110px 1fr;column-gap:10px}.product-art{grid-row:1/6;height:105px;margin:0}
  .event-row{grid-template-columns:44px 58px minmax(0,1fr)}.event-row em{grid-column:3;width:max-content}
}
/* Keep the benefit card visible on medium desktop widths. */
.benefit-card{display:block}

/* V19.2 — live market ticker, broker runway and clickable ratings */
.live-market-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:70px;margin:0 0 16px;border:1px solid #efd7a1;border-radius:14px;background:#fff;box-shadow:0 9px 25px rgba(112,25,25,.08);overflow:hidden}
.live-market-title{height:100%;min-width:170px;display:flex;align-items:center;gap:9px;padding:12px 15px;background:linear-gradient(135deg,#a90010,#d80b20);color:#fff}
.live-market-title>div{display:grid;gap:2px}.live-market-title b{font-size:12px;letter-spacing:.06em}.live-market-title small{max-width:118px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px;color:#ffdce0}.live-market-title em{margin-left:auto;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.16);font-size:7px;font-style:normal;font-weight:900;white-space:nowrap}.live-market-title em.live{background:#fff;color:#158c55}.live-market-title em.stale{background:#fff1c9;color:#8f6200}.live-dot{width:9px;height:9px;border-radius:50%;background:#ffd04a;box-shadow:0 0 0 5px rgba(255,208,74,.16);animation:marketPulse 1.3s infinite}.live-market-title:has(em.live) .live-dot{background:#43e39b;box-shadow:0 0 0 5px rgba(67,227,155,.16)}
.market-ticker-window{min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.market-ticker-track{display:flex;width:max-content;animation:marketTicker 42s linear infinite}.market-ticker-window:hover .market-ticker-track{animation-play-state:paused}.ticker-quote{min-width:210px;height:52px;display:grid;grid-template-columns:62px 53px 53px;grid-template-rows:1fr 1fr;align-items:center;gap:0 9px;padding:6px 14px;border-right:1px solid #eee}.ticker-quote>b{grid-row:1/3;font-size:11px;color:#ae0011}.ticker-quote>span{display:flex;align-items:center;justify-content:space-between;gap:5px}.ticker-quote small{font-size:6px;color:#9297a0}.ticker-quote strong{font-size:9px;font-variant-numeric:tabular-nums}.ticker-quote>em{grid-column:2/4;font-size:7px;font-style:normal;color:#68707c}.ticker-quote.up>em{color:#128b58}.ticker-quote.down>em{color:#c70c20}.ticker-quote.waiting>em{color:#9b7a24}.market-live-link{margin-right:12px;padding:9px 12px;border:1px solid #d5a62d;border-radius:8px;color:#a80011;font-size:9px;font-weight:900;white-space:nowrap}.market-live-link span{margin-left:4px}
.broker-runway{margin-top:16px;padding:15px 0 14px;border:1px solid #ead9ac;border-radius:14px;background:#fff;box-shadow:0 9px 25px rgba(112,25,25,.07);overflow:hidden}.broker-runway-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 17px 12px}.broker-runway-head small{color:#bf0014;font-size:8px;font-weight:900;letter-spacing:.12em}.broker-runway-head h2{margin:3px 0 0;font-size:15px;color:#81000c}.broker-runway-head>a{color:#a70011;font-size:9px;font-weight:900}.broker-runway-window{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.broker-runway-track{display:flex;width:max-content;animation:brokerRunway 58s linear infinite}.broker-runway-window:hover .broker-runway-track{animation-play-state:paused}.broker-slide{width:265px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;margin-right:10px;padding:10px 12px;border:1px solid #eee1bd;border-radius:11px;background:linear-gradient(145deg,#fff,#fffaf0);transition:transform .2s,border-color .2s,box-shadow .2s}.broker-slide:hover{transform:translateY(-2px);border-color:#d5a62d;box-shadow:0 9px 20px rgba(115,31,31,.1)}.broker-slide img{width:50px;height:50px;object-fit:contain;border-radius:10px;border:1px solid #eee;background:#fff;padding:5px}.broker-slide>div{min-width:0}.broker-slide b,.broker-slide small{display:block}.broker-slide b{font-size:9px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.broker-slide small{margin-top:3px;color:#6f747d;font-size:7px}.broker-stars{display:flex;align-items:center;gap:1px;margin-top:5px}.broker-stars i,.row-stars i{color:#ddd;font-size:9px;font-style:normal}.broker-stars i.filled,.row-stars i.filled{color:#e5a10b}.broker-stars strong{margin-left:4px;color:#8d0010;font-size:8px}.broker-logo-img{width:40px;height:40px;padding:4px;border:1px solid #eee;border-radius:10px;background:#fff;object-fit:contain}.row-stars{display:flex;align-items:center;gap:1px;padding:4px 5px;border-radius:7px}.row-stars:hover{background:#fff8e4}.row-stars strong{margin-left:3px;color:#8f0010;font-size:9px}
@keyframes marketTicker{to{transform:translateX(-50%)}}@keyframes brokerRunway{to{transform:translateX(-50%)}}@keyframes marketPulse{50%{opacity:.5;transform:scale(.86)}}
@media(max-width:900px){.live-market-bar{grid-template-columns:1fr}.live-market-title{min-width:0;height:auto}.market-live-link{display:none}.market-ticker-window{padding-bottom:7px}.broker-runway-head{align-items:flex-start}.broker-runway-head>a{margin-top:3px}.broker-slide{width:238px}.ticker-quote{min-width:198px}}
@media(max-width:560px){.live-market-bar{gap:7px}.live-market-title{padding:10px 12px}.live-market-title em{font-size:6px}.broker-runway-head h2{font-size:13px}.broker-runway-head>a{font-size:8px}.broker-slide{width:220px}.broker-slide b{font-size:8px}.ticker-quote{min-width:188px;padding-inline:10px}.row-stars i{font-size:8px}}
@media(prefers-reduced-motion:reduce){.market-ticker-track,.broker-runway-track,.live-dot{animation:none}}

/* =========================================================
   GO VISTA V19.4 — readable dashboard, page navigation,
   top broker runway, promo image marquee, fixed live ticker
   ========================================================= */
html{scroll-padding-top:86px}body{font-size:14px;padding-bottom:70px}.hub-main{padding-top:86px;padding-bottom:100px}.hub-page-main{min-height:100vh}.hub-topbar{height:72px}.hub-topbar:after{height:72px}.hub-sidebar{top:72px;padding-bottom:94px}.hub-brand{min-width:238px;gap:9px}.govista-brand-logo{width:58px;height:48px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(74,0,5,.2))}.hub-brand strong{font-size:22px;line-height:1}.hub-brand small{margin-top:4px;font-size:9px}.hub-mark{display:none}.global-search{height:44px}.global-search input{font-size:13px}.hub-sidebar nav{gap:3px}.hub-sidebar nav>a{min-height:42px;padding:9px 10px;font-size:12px;border:1px solid transparent}.hub-sidebar nav>a>span{min-width:0;flex:1}.hub-sidebar nav>a>b{margin-left:5px;color:#a9adb5;font-size:16px;font-weight:500}.hub-sidebar nav>a.active>b{color:#fff}.hub-sidebar nav>a:hover{border-color:#f0dadd}.hub-sidebar i{width:24px;height:24px;font-size:15px}.hub-sidebar em{font-size:8px}.premium-box{display:none}.sidebar-account-card{margin-top:14px;padding:13px;border-radius:13px;background:linear-gradient(150deg,#fff,#fff9e8);border:1px solid #edcf7a;box-shadow:0 8px 20px rgba(111,32,20,.06)}.sidebar-account-head{display:flex;align-items:center;gap:9px}.sidebar-account-head b,.sidebar-account-head small{display:block}.sidebar-account-head b{font-size:11px}.sidebar-account-head small{margin-top:3px;color:#a17200;font-size:9px;font-weight:800}.mini-shield{display:grid;place-items:center;width:38px;height:42px;clip-path:polygon(50% 0,100% 18%,92% 75%,50% 100%,8% 75%,0 18%);background:linear-gradient(145deg,#efc84a,#b80012);color:#fff;font-weight:900}.sidebar-account-card p{margin:10px 0;color:#626979;font-size:9.5px;line-height:1.55}.sidebar-account-card>a{display:block;padding:8px;border:1px solid #d3a124;border-radius:7px;text-align:center;color:#b10012;background:#fff;font-size:10px;font-weight:900}

/* top broker carousel */
.broker-top{margin-top:0;padding-top:16px;border-color:#eddba8}.broker-top .broker-runway-head{padding:0 20px 14px}.broker-top .broker-runway-head h1{margin:4px 0 0;color:#7e000b;font-size:20px;letter-spacing:-.02em}.broker-top .broker-runway-head small{font-size:10px}.broker-top .broker-runway-head>a{font-size:11px}.broker-slide-large{width:300px;grid-template-columns:78px minmax(0,1fr);gap:13px;padding:14px;margin-right:12px}.broker-slide-large img{width:72px;height:72px;padding:8px;border-radius:13px}.broker-slide-large b{font-size:12px;line-height:1.35}.broker-slide-large small{font-size:9px;line-height:1.35}.broker-slide-large .broker-stars{margin:7px 0 4px}.broker-slide-large .broker-stars i{font-size:15px}.broker-detail-button{display:inline-flex!important;width:max-content;margin-top:7px;padding:6px 10px;border:1px solid #dfa91c;border-radius:6px;color:#a40010;background:#fffaf0;font-size:9px!important}.broker-runway-track{animation-duration:64s}

/* moving product images / promo cards */
.promo-marquee{display:grid;grid-template-columns:205px minmax(0,1fr);align-items:stretch;margin-top:14px;border-radius:14px;overflow:hidden;background:linear-gradient(120deg,#4b0006,#9f000e 54%,#6c0009);border:1px solid #8d000c;box-shadow:0 12px 30px rgba(100,0,8,.15)}.promo-title{display:flex;flex-direction:column;justify-content:center;padding:18px;color:#fff;border-right:1px solid rgba(255,255,255,.14)}.promo-title span{color:var(--gold2);font-size:10px;font-weight:900;letter-spacing:.12em}.promo-title b{margin-top:6px;font-family:Georgia,serif;font-size:18px;line-height:1.2}.promo-title small{margin-top:8px;color:#f5d9dc;font-size:9px;line-height:1.45}.promo-window{overflow:hidden;padding:12px 0;mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent)}.promo-track{display:flex;width:max-content;animation:promoRunway 54s linear infinite}.promo-window:hover .promo-track{animation-play-state:paused}.promo-card{position:relative;width:238px;margin-right:10px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;padding:9px;border-radius:11px;background:#fff;border:1px solid rgba(255,255,255,.75);box-shadow:0 8px 20px rgba(37,0,3,.13);transition:.2s}.promo-card:hover{transform:translateY(-3px)}.promo-art{position:relative;height:105px;overflow:hidden;border-radius:9px;display:grid;place-items:center;color:#fff;font-size:23px;font-weight:900}.promo-art:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14px,rgba(255,255,255,.08) 15px),repeating-linear-gradient(0deg,transparent 0 14px,rgba(255,255,255,.06) 15px)}.promo-art i{position:absolute;left:12px;right:12px;bottom:23px;height:3px;background:#f2c94c;transform:skewY(-13deg);box-shadow:18px -12px 0 -1px #2ee1a0,37px 4px 0 -1px #f35b66}.promo-art span{position:relative;z-index:2;text-shadow:0 2px 8px rgba(0,0,0,.35)}.promo-art-1{background:radial-gradient(circle at 75% 22%,#f5d36e,transparent 18%),linear-gradient(140deg,#350003,#d10b1b)}.promo-art-2{background:linear-gradient(140deg,#002e41,#087f9a)}.promo-art-3{background:radial-gradient(circle at 50% 30%,#d6aa32,transparent 30%),linear-gradient(140deg,#142400,#397b22)}.promo-art-4{background:linear-gradient(140deg,#2e053e,#dc2b57)}.promo-art-5{background:linear-gradient(140deg,#11225a,#0b9ac8)}.promo-art-6{background:linear-gradient(140deg,#3a1200,#d36d12)}.promo-info{min-width:0;display:flex;flex-direction:column}.promo-info b{font-size:11px;line-height:1.3}.promo-info small{margin-top:3px;color:#777f8d;font-size:9px}.promo-info del{margin-top:auto;color:#9b9da4;font-size:8px}.promo-info strong{margin-top:3px;color:#d10b1b;font-size:12px}.promo-card>em{position:absolute;right:7px;bottom:7px;padding:4px 6px;border-radius:5px;background:#cf0b1b;color:#fff;font-size:8px;font-style:normal;font-weight:900}@keyframes promoRunway{to{transform:translateX(-50%)}}

/* readable dashboard */
.quick-section{margin-top:14px;padding:18px}.quick-section h2{font-size:17px}.quick-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.quick-grid a{min-height:64px;padding:9px}.quick-grid b{font-size:10.5px}.quick-grid small{font-size:8.5px}.panel{padding:16px}.panel-head h2{font-size:14px}.panel-head a,.panel-head small{font-size:9px}.workspace-foot b,.news-item b,.class-row b,.favorite-row b,.broker-row b{font-size:10.5px}.workspace-foot small,.news-item small,.class-row small,.favorite-row small,.broker-row small{font-size:8.5px}.product-card>b{font-size:10.5px}.product-card>small,.rating{font-size:8.5px}.ai-row b{font-size:10px}.ai-row small{font-size:8px}

/* fixed ticker: always visible and moves left to right */
.fixed-live-market{position:fixed!important;z-index:90;left:0;right:0;bottom:0;height:68px;min-height:68px;margin:0!important;border:0!important;border-radius:0!important;background:linear-gradient(90deg,#280003,#560008 32%,#2b0004)!important;box-shadow:0 -8px 24px rgba(45,0,4,.24)!important;color:#fff}.fixed-live-market .live-market-title{min-width:178px;background:linear-gradient(135deg,#6f0009,#b50011)}.fixed-live-market .market-ticker-window{height:68px;mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent)}.fixed-live-market .market-ticker-track{height:68px;align-items:center;animation-name:marketTickerLTR!important;animation-timing-function:linear}.fixed-live-market .ticker-quote{height:57px;min-width:225px;border-right-color:rgba(255,255,255,.15);grid-template-columns:72px 58px 58px}.fixed-live-market .ticker-quote>b{color:#fff;font-size:12px}.fixed-live-market .ticker-quote small{color:#c5aeb1;font-size:7px}.fixed-live-market .ticker-quote strong{color:#fff;font-size:10.5px}.fixed-live-market .ticker-quote>em{font-size:8px;color:#e5cfd2}.fixed-live-market .ticker-quote.up>em{color:#3be397}.fixed-live-market .ticker-quote.down>em{color:#ff6372}.fixed-live-market .market-live-link{color:#ffd25c;border-color:#d4a42d}.fixed-live-market .live-market-title b{font-size:12px}.fixed-live-market .live-market-title small{font-size:8px}@keyframes marketTickerLTR{from{transform:translateX(-50%)}to{transform:translateX(0)}}

/* generic individual member pages */
.hub-page-hero{position:relative;overflow:hidden;padding:26px 28px;border-radius:16px;background:linear-gradient(125deg,#4a0006,#9f000f 55%,#d20c20);color:#fff;box-shadow:0 14px 34px rgba(95,0,8,.16)}.hub-page-hero:after{content:"";position:absolute;right:-30px;bottom:-55px;width:260px;height:160px;border-radius:50%;border:35px solid rgba(244,207,105,.13)}.hub-page-hero>*{position:relative;z-index:1}.hub-page-hero span{color:#f4cf69;font-size:10px;font-weight:900;letter-spacing:.14em}.hub-page-hero h1{margin:7px 0 8px;font-size:30px;letter-spacing:-.03em}.hub-page-hero p{max-width:760px;margin:0;color:#f7e6e8;line-height:1.65;font-size:12px}.hub-page-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.hub-page-actions a{padding:9px 14px;border-radius:8px;background:#fff;color:#9f0010;font-weight:900;font-size:10px}.hub-page-actions a.primary{background:linear-gradient(#f5d363,#d7a226);color:#4b3100}.member-section{margin-top:16px}.member-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.member-section-head h2{margin:0;font-size:18px;color:#7d000b}.member-section-head p{margin:5px 0 0;color:#6f7581;font-size:10px}.member-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.member-card{padding:16px;border:1px solid #e7e1e2;border-radius:13px;background:#fff;box-shadow:0 10px 25px rgba(80,20,24,.06)}.member-card h3{margin:9px 0 6px;font-size:14px}.member-card p{margin:0;color:#676f7e;font-size:10.5px;line-height:1.6}.member-card .member-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:11px;background:#fff0f1;color:#c80a1b;font-size:21px}.member-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px;padding-top:11px;border-top:1px solid #eee}.member-card footer span{color:#c88a00;font-size:9px;font-weight:800}.member-card footer a{padding:7px 10px;border-radius:7px;background:#d10b1b;color:#fff;font-size:9px;font-weight:900}.member-table{width:100%;border-collapse:collapse}.member-table th,.member-table td{padding:12px;border-bottom:1px solid #eee;text-align:left;font-size:10px}.member-table th{color:#737985;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.signal-card{padding:16px;border:1px solid #e8e2e3;border-radius:13px;background:#fff}.signal-card header{display:flex;justify-content:space-between;align-items:center}.signal-card h3{margin:0;font-size:15px}.signal-card .signal-badge{padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900}.signal-badge.buy{background:#e1f8eb;color:#087b41}.signal-badge.sell{background:#ffe4e7;color:#ae0012}.signal-card strong{display:block;margin:15px 0 5px;font-size:23px}.signal-card p{color:#737985;font-size:10px}.journal-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.journal-form label{display:grid;gap:6px;color:#4e5664;font-size:10px;font-weight:800}.journal-form input,.journal-form select,.journal-form textarea{width:100%;padding:11px;border:1px solid #ddd;border-radius:9px;background:#fff;font:inherit}.journal-form .full{grid-column:1/-1}.journal-form button{grid-column:1/-1;width:max-content;padding:10px 18px;border:0;border-radius:8px;background:#d10b1b;color:#fff;font-weight:900}.portfolio-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.portfolio-metrics .member-card strong{display:block;margin-top:9px;font-size:22px}.watchlist-row{display:grid;grid-template-columns:100px 1fr 120px 80px;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eee}.watchlist-row b{font-size:11px}.watchlist-row small{color:#79808c}.watchlist-row em{font-style:normal;font-weight:900}.watchlist-row em.up{color:#0c9a54}.watchlist-row em.down{color:#d10b1b}

@media(max-width:1200px){.hub-brand{min-width:196px}.govista-brand-logo{width:48px}.quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.promo-marquee{grid-template-columns:170px 1fr}.member-card-grid,.signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){body{padding-bottom:62px}.hub-main{padding-bottom:90px}.promo-marquee{grid-template-columns:1fr}.promo-title{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.broker-slide-large{width:270px}.fixed-live-market{height:62px;min-height:62px;grid-template-columns:auto 1fr!important}.fixed-live-market .market-ticker-window,.fixed-live-market .market-ticker-track{height:62px}.fixed-live-market .live-market-title{min-width:145px}.fixed-live-market .live-market-title em{display:none}.member-card-grid,.signal-grid{grid-template-columns:1fr}.hub-page-hero h1{font-size:25px}}
@media(max-width:680px){.hub-brand{min-width:auto}.hub-brand span:last-child{display:none}.govista-brand-logo{width:54px;height:45px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.broker-top .broker-runway-head{align-items:flex-start;flex-direction:column}.broker-slide-large{width:245px;grid-template-columns:65px 1fr}.broker-slide-large img{width:60px;height:60px}.promo-card{width:220px}.portfolio-metrics{grid-template-columns:1fr}.journal-form{grid-template-columns:1fr}.journal-form .full{grid-column:auto}.watchlist-row{grid-template-columns:80px 1fr auto}.watchlist-row>:nth-child(4){display:none}.fixed-live-market .live-market-title{min-width:106px;padding:8px}.fixed-live-market .live-market-title small{display:none}.fixed-live-market .ticker-quote{min-width:205px}.hub-page-hero{padding:22px}.hub-page-hero h1{font-size:22px}}
@media(prefers-reduced-motion:reduce){.promo-track{animation:none}.fixed-live-market .market-ticker-track{animation:none}}
.hub-topbar .govista-brand-logo{padding:3px;background:rgba(255,255,255,.97);border-radius:10px}

/* Signal badge shared by cards and tables */
.signal-badge{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:5px 9px;border-radius:999px;font-size:9px;line-height:1;font-weight:900;letter-spacing:.02em}

/* GOVISTA V19.5 interactivity */
.top-menu{position:relative}.icon-button,.user-chip-button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:transparent;cursor:pointer;color:inherit}.user-chip-button{padding:0;background:transparent}.top-dropdown{display:none;position:absolute;right:0;top:52px;width:360px;max-width:min(92vw,360px);background:#fff;border:1px solid #eadedf;border-radius:16px;box-shadow:0 18px 48px rgba(34,17,19,.16);overflow:hidden}.top-dropdown.show{display:block}.dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #f0e7e8;background:#fffafb}.dropdown-head strong{font-size:14px}.dropdown-head a,.dropdown-head small{color:#b00012;font-size:11px;font-weight:700}.dropdown-list{display:grid}.dropdown-item{display:grid;grid-template-columns:12px 1fr auto;align-items:start;gap:10px;padding:13px 16px;border-bottom:1px solid #f5efef}.dropdown-item:last-child{border-bottom:0}.dropdown-item:hover{background:#fff8f8}.dropdown-item b{display:block;font-size:12px;color:#1f2430}.dropdown-item small{display:block;margin-top:4px;font-size:10px;line-height:1.45;color:#6e7280}.dropdown-item em{font-style:normal;color:#9d7080;font-size:10px;white-space:nowrap}.dropdown-item.unread{background:#fff7f7}.dropdown-foot{display:block;padding:12px 16px;background:#fffafb;color:#b10012;font-size:11px;font-weight:800;text-align:center}.dropdown-summary{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff8ea;border-top:1px solid #f1dfb8}.dropdown-summary span{font-size:11px;color:#7c5a00}.dropdown-summary strong{font-size:13px;color:#b10012}.dropdown-empty{padding:20px 16px;color:#767b88;font-size:11px}.dot{display:block;width:10px;height:10px;border-radius:50%;margin-top:4px;background:#c7c9cf}.dot.success{background:#13a85a}.dot.warning{background:#f0a100}.dot.info{background:#3582ff}.dot.danger{background:#dc2232}.user-menu{width:300px}.top-icons{align-items:center;gap:4px}.top-icons .icon-button{width:44px;height:44px;border-radius:10px;font-size:20px}.top-icons .icon-button:hover,.user-chip-button:hover{background:rgba(255,255,255,.42)}
.page-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 32px rgba(59,0,6,.05)}.page-card+.page-card{margin-top:16px}.page-card-head{display:flex;align-items:end;justify-content:space-between;gap:12px;padding:20px 22px 0}.page-card-head h1,.page-card-head h2{margin:0;color:#1f2430}.page-card-head p{margin:6px 0 0;color:#737887}.page-card-body{padding:18px 22px 22px}.notice-pill{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#fff7e1;color:#9a6b00;font-size:10px;font-weight:800}.page-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-soft,.btn-primary-lite,.btn-outline-red{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 14px;border-radius:10px;font-size:12px;font-weight:800}.btn-soft{background:#fff8ea;border:1px solid #f0d68c;color:#946800}.btn-primary-lite{background:linear-gradient(135deg,#e1192b,#b40011);border:1px solid #bb0010;color:#fff}.btn-outline-red{background:#fff;border:1px solid #e4cfd4;color:#b00012}.notification-list-full{display:grid;gap:12px}.notification-card{display:grid;grid-template-columns:14px 1fr auto;gap:12px;align-items:start;padding:16px;border:1px solid #f0e3e5;border-radius:14px;background:#fff}.notification-card.unread{background:#fff8f8;border-color:#f2d9dc}.notification-card time{display:block;margin-top:6px;color:#8b909e;font-size:10px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:14px 10px;border-bottom:1px solid #f0ecec;text-align:left;font-size:12px}.cart-table th{color:#676d7a;font-size:11px}.cart-total-box{display:grid;gap:8px;padding:18px;border:1px solid #f2dfb8;border-radius:16px;background:#fff8ea}.cart-total-box .row{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-total-box .grand{padding-top:10px;border-top:1px dashed #d7ba73;font-size:14px;font-weight:900}.action-inline{display:flex;gap:8px;flex-wrap:wrap}.small-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:8px;border:1px solid #e2d4d8;background:#fff;color:#b10012;font-size:11px;font-weight:800}
.product-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.product-actions a{flex:1}.price-row .buy-link{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:8px;background:#fff7ea;border:1px solid #efd38d;color:#9a6b00;font-size:11px;font-weight:800}
@media(max-width:900px){.top-dropdown{right:-8px}.page-card-head{padding:18px 18px 0}.page-card-body{padding:16px 18px 18px}.cart-layout{grid-template-columns:1fr!important}}

/* GOVISTA V19.6 visible logout and unified accents */
.sidebar-account-card .sidebar-logout{display:flex;justify-content:center;margin-top:8px;background:#fff;border:1px solid #e2c6cb;color:#b10013}.sidebar-account-card .sidebar-logout:hover{background:#b10013;color:#fff}.hub-brand{overflow:visible}.govista-brand-logo{object-fit:contain}.top-dropdown{z-index:150}.hub-page-main a{transition:.18s ease}.hub-page-main a:hover{filter:saturate(1.08)}

/* V19.6 checkout and polished functional header */
.checkout-success{margin:0 0 18px;padding:15px 18px;border-radius:16px;background:linear-gradient(135deg,#fff8e5,#fff1ec);border:1px solid #efd58e;color:#6c3200;display:flex;gap:12px;align-items:center;justify-content:space-between;box-shadow:0 12px 28px rgba(119,21,25,.08)}.checkout-success b{color:#a40816}.checkout-success span{font-size:.9rem}.icon-button{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22)}.top-dropdown{border:1px solid #ecd8d1;box-shadow:0 22px 55px rgba(72,5,10,.22)}.dropdown-foot,.btn-primary-lite{background:linear-gradient(135deg,#a60010,#df1729)!important;color:#fff!important}.user-menu .dropdown-item:last-child{background:#fff2f1}.user-menu .dropdown-item:last-child b{color:#b50818}

/* GOVISTA V20 */
.v20-hero{padding:22px;border-radius:18px;background:linear-gradient(125deg,#76000b,#d10b1b 58%,#7a0009);color:#fff;box-shadow:0 16px 38px rgba(122,0,9,.18);margin-bottom:16px;position:relative;overflow:hidden}.v20-hero:after{content:"";position:absolute;right:-80px;top:-90px;width:300px;height:300px;border:70px solid rgba(244,207,105,.16);border-radius:50%}.v20-hero h1{margin:4px 0 8px;font-size:28px}.v20-hero p{max-width:800px;line-height:1.65;color:#fff7e0}.v20-eyebrow{font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--gold2)}
.v20-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}.v20-toolbar input,.v20-toolbar select{height:40px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:#fff}.v20-toolbar input{min-width:260px;flex:1}.v20-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 14px;border:0;border-radius:9px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;font-weight:800;cursor:pointer}.v20-btn.gold{background:linear-gradient(135deg,#f4cf69,#c58b12);color:#4b3200}.v20-btn.outline{background:#fff;color:var(--red);border:1px solid var(--red)}
.v20-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v20-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.v20-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:var(--shadow);position:relative;overflow:hidden}.v20-card:hover{transform:translateY(-2px);transition:.2s;box-shadow:0 16px 34px rgba(92,18,22,.12)}.v20-card .icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#fff0f1;color:var(--red);font-size:22px;font-weight:900}.v20-card h3{margin:12px 0 6px;font-size:16px}.v20-card p{margin:0;color:var(--muted);line-height:1.55}.v20-card .meta{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.v20-chip{display:inline-flex;padding:5px 8px;border-radius:999px;background:#fff3d0;color:#735000;font-size:10px;font-weight:800}.v20-chip.red{background:#ffe6e8;color:#a50010}.v20-chip.green{background:#e5f8ed;color:#08743d}.v20-card footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.v20-card footer a{color:var(--red);font-weight:800}.v20-section-title{display:flex;justify-content:space-between;align-items:end;margin:22px 0 10px}.v20-section-title h2{margin:0;font-size:20px}.v20-section-title p{margin:4px 0 0;color:var(--muted)}
.v20-level-tabs{display:flex;gap:8px;margin-bottom:14px}.v20-level-tabs button{padding:9px 16px;border:1px solid var(--line);border-radius:9px;background:#fff;font-weight:800;cursor:pointer}.v20-level-tabs button.active{background:var(--red);color:#fff;border-color:var(--red)}
.v20-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.v20-table th,.v20-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.v20-table th{background:#7b000a;color:#fff}.v20-table tr:hover td{background:#fff8f8}
.builder-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.builder-panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.builder-panel label{display:block;margin:11px 0;color:#4a5160;font-weight:700}.builder-panel input,.builder-panel select,.builder-panel textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff}.builder-panel textarea{min-height:130px;resize:vertical}.builder-output{min-height:430px;background:#1c1011;color:#f8e9d0;border-radius:12px;padding:16px;white-space:pre-wrap;overflow:auto;font-family:Consolas,monospace;font-size:12px}.builder-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.journal-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.journal-stats .v20-card b{display:block;font-size:22px;color:var(--red);margin-top:5px}.calendar-impact{font-weight:900}.impact-high{color:#c60012}.impact-medium{color:#bd7e00}.impact-low{color:#09894b}.game-card{min-height:230px;background:linear-gradient(145deg,#3d0005,#be0012);color:#fff}.game-card p{color:#ffe9cf}.game-card .icon{background:rgba(255,255,255,.12);color:var(--gold2)}
@media(max-width:1100px){.v20-grid.four,.v20-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-layout{grid-template-columns:1fr}.journal-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.v20-grid.four,.v20-grid{grid-template-columns:1fr}.journal-stats{grid-template-columns:repeat(2,1fr)}.v20-hero h1{font-size:22px}}

/* Govista V20.2 — video sambutan setelah login */
body.welcome-video-open { overflow: hidden; }
.welcome-video-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(28, 0, 4, .72);
  backdrop-filter: blur(7px);
  animation: welcomeFadeIn .24s ease-out both;
}
.welcome-video-overlay.is-closing { animation: welcomeFadeOut .22s ease-in both; }
.welcome-video-card {
  position: relative;
  width: min(58vw, 860px);
  min-width: 620px;
  overflow: hidden;
  border: 1px solid rgba(229, 185, 67, .72);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 0%, #fff9ed 100%);
  box-shadow: 0 28px 90px rgba(26, 0, 4, .48), 0 0 0 5px rgba(255,255,255,.08);
  transform-origin: center;
  animation: welcomeCardIn .35s cubic-bezier(.2,.8,.2,1) both;
}
.welcome-video-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 16px 62px 14px 22px;
  color: #fff;
  background: linear-gradient(105deg, #76000b 0%, #b00018 55%, #d19a22 130%);
}
.welcome-video-heading small { display:block; margin-bottom:2px; font-size:11px; font-weight:800; letter-spacing:.18em; opacity:.82; }
.welcome-video-heading h2 { margin:0; font-size:28px; line-height:1; letter-spacing:.055em; }
.welcome-video-heading > span { font-size:11px; font-weight:800; letter-spacing:.14em; color:#ffe4a0; }
.welcome-video-close {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 50%;
  color: #fff;
  background: rgba(65,0,8,.38);
  font-size: 28px;
  line-height: 34px;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.welcome-video-close:hover { transform: rotate(6deg) scale(1.06); background:#79000e; }
.welcome-video-frame { position:relative; aspect-ratio:16/9; background:#090909; }
.welcome-video-frame video { display:block; width:100%; height:100%; object-fit:cover; background:#090909; }
.welcome-sound-button {
  position:absolute;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  min-width:170px;
  padding:11px 17px;
  border:1px solid rgba(255,226,146,.8);
  border-radius:999px;
  color:#fff;
  background:rgba(124,0,14,.92);
  box-shadow:0 8px 28px rgba(0,0,0,.28);
  font-weight:800;
  cursor:pointer;
}
.welcome-video-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 18px 16px 22px;
  border-top:1px solid #f0dfbb;
}
.welcome-video-actions small { color:#70565a; font-size:12px; }
.welcome-skip-button {
  min-width:112px;
  padding:10px 20px;
  border:1px solid #a60017;
  border-radius:999px;
  color:#a60017;
  background:#fff;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
}
.welcome-skip-button:hover { color:#fff; background:#a60017; }
@keyframes welcomeFadeIn { from{opacity:0} to{opacity:1} }
@keyframes welcomeFadeOut { to{opacity:0} }
@keyframes welcomeCardIn { from{opacity:0;transform:translateY(18px) scale(.96)} to{opacity:1;transform:none} }
@media (max-width: 900px) {
  .welcome-video-overlay { padding:14px; }
  .welcome-video-card { width:min(94vw,760px); min-width:0; border-radius:17px; }
  .welcome-video-heading { min-height:66px; padding:13px 54px 12px 16px; }
  .welcome-video-heading h2 { font-size:23px; }
  .welcome-video-heading > span { display:none; }
  .welcome-video-close { top:12px; right:12px; width:36px; height:36px; font-size:25px; }
}
@media (max-width: 520px) {
  .welcome-video-overlay { padding:8px; }
  .welcome-video-card { width:96vw; border-radius:14px; }
  .welcome-video-heading { min-height:58px; }
  .welcome-video-heading h2 { font-size:20px; }
  .welcome-video-actions { padding:11px 12px; }
  .welcome-video-actions small { display:none; }
  .welcome-skip-button { width:100%; }
}

/* GOVISTA V21 — dashboard, AI, builder, chat, calendar */
.broker-choice-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:0;padding:26px 30px;border-radius:20px;background:radial-gradient(circle at 78% 35%,rgba(244,207,105,.24),transparent 24%),linear-gradient(120deg,#580006,#b40013 58%,#760009);color:#fff;border:1px solid #8f000e;box-shadow:0 18px 38px rgba(91,0,9,.18);overflow:hidden;position:relative}.broker-choice-hero:after{content:"";position:absolute;right:-65px;top:-110px;width:270px;height:270px;border:55px solid rgba(255,255,255,.08);border-radius:50%}.broker-choice-hero>div,.broker-choice-hero>a{position:relative;z-index:1}.broker-choice-hero span{font-size:10px;font-weight:900;letter-spacing:.18em;color:var(--gold2)}.broker-choice-hero h1{margin:6px 0 0;font-size:34px;letter-spacing:-.035em;font-family:Georgia,serif}.broker-choice-hero>a{display:inline-flex;align-items:center;gap:12px;padding:13px 18px;border-radius:11px;background:#fff;color:#9d0010;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.12)}.broker-choice-hero>a:hover{transform:translateY(-2px)}
.promo-window:hover .promo-track{animation-play-state:running}.promo-card-image{grid-template-columns:92px minmax(0,1fr)}.promo-product-image{height:105px;border-radius:9px;overflow:hidden;background:linear-gradient(145deg,#fff3f4,#fff9e7);display:grid;place-items:center;border:1px solid #f0e3e4}.promo-product-image img{width:100%;height:100%;object-fit:cover}.promo-card>em.free{background:#079455}.quick-section-v21{padding-top:18px}.quick-title-row{display:flex;align-items:end;justify-content:space-between;padding:0 4px 12px}.quick-title-row h2{margin:0}.quick-title-row small{color:var(--muted)}.quick-grid-core{grid-template-columns:repeat(5,minmax(0,1fr))}.quick-grid-core>a{min-height:92px}.product-art-photo{padding:0;overflow:hidden;background:#fff}.product-art-photo img{width:100%;height:100%;object-fit:cover}.dashboard-v21-top{grid-template-columns:1.15fr 1.15fr 1fr}.calendar-live-panel .panel-head>div{display:grid;gap:3px}.calendar-live-panel .panel-head small{color:var(--muted);font-size:9px}.calendar-loading{padding:22px;text-align:center;color:var(--muted)}.calendar-live-panel .event-row{grid-template-columns:54px 42px minmax(0,1fr) 52px}.calendar-live-panel .event-row span{font-weight:800;color:#344054}.calendar-live-panel .event-row em{font-style:normal}.calendar-live-panel .impact-high{color:#c60012}.calendar-live-panel .impact-medium{color:#a96c00}.calendar-live-panel .impact-low{color:#0a8b4d}.dashboard-v21-bottom{grid-template-columns:1.35fr 1fr}.ai-row .neutral{background:#f0f1f3;color:#475467}.promo-panel{min-height:190px}
.ai-market-hero{padding-block:30px}.ai-market-hero h1{font-size:36px}.ai-analysis-shell{padding:16px 18px;margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.ai-analysis-controls{display:grid;grid-template-columns:minmax(200px,1fr) minmax(160px,.7fr) auto;gap:12px;align-items:end}.ai-analysis-controls label{display:grid;gap:6px;color:#4b5565;font-weight:800}.ai-analysis-controls select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.ai-analyze-button{min-height:43px}.ai-analysis-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:12px;padding-top:12px;border-top:1px solid #eee;color:#6b7280;font-size:10px}.ai-signal-grid{margin-bottom:16px}.ai-3d-card{position:relative;overflow:hidden}.icon-3d{width:74px;height:74px;border-radius:22px;display:grid;place-items:center;position:relative;margin-bottom:12px;transform:rotate(-5deg);box-shadow:inset 8px 8px 18px rgba(255,255,255,.42),inset -10px -12px 20px rgba(57,0,8,.25),0 14px 26px rgba(91,0,11,.22)}.icon-3d:before{content:"";position:absolute;inset:7px;border-radius:18px;border:1px solid rgba(255,255,255,.52)}.icon-3d:after{content:"";position:absolute;left:14px;top:10px;width:25px;height:13px;border-radius:50%;background:rgba(255,255,255,.46);filter:blur(1px);transform:rotate(-20deg)}.icon-3d span{position:relative;z-index:2;color:#fff;font-weight:950;font-size:19px;text-shadow:0 3px 8px rgba(0,0,0,.35)}.icon-ai{background:linear-gradient(145deg,#ff4a5d,#95000f)}.icon-sr{background:linear-gradient(145deg,#f3c84b,#9a6400)}.icon-structure{background:linear-gradient(145deg,#465fff,#1b1a78)}.ai-big-result{display:block;font-size:26px;margin:8px 0}.ai-big-result.buy{color:#0a9b55}.ai-big-result.sell{color:#c60012}.ai-big-result.netral,.ai-big-result.neutral{color:#667085}.ai-levels{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.ai-levels>div{padding:12px 9px;border-radius:11px;background:#faf7f7;border:1px solid #eee0e1}.ai-levels small,.ai-levels b{display:block}.ai-levels small{font-size:8px;color:#777}.ai-levels b{margin-top:5px;font-size:13px;color:#7e000b}.ai-analysis-disclaimer{margin-top:16px;padding:13px 15px;border-radius:12px;background:#fff7df;border:1px solid #ecd183;color:#755400;line-height:1.55}
.builder-v21{align-items:start}.builder-result-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.builder-result-head span:first-child{font-size:9px;color:#b50013;font-weight:900;letter-spacing:.13em}.builder-result-head h2{margin:3px 0 0}.builder-result-head>span:last-child{max-width:48%;text-align:right;color:#667085;font-size:9px}.builder-status{color:#6b7280;line-height:1.55}.strategy-hints{display:flex;gap:7px;flex-wrap:wrap}.strategy-hints button{border:1px solid #ead6d8;border-radius:999px;padding:7px 10px;background:#fff7f8;color:#97000f;cursor:pointer;font-weight:800;font-size:9px}.strategy-hints button:hover{background:#97000f;color:#fff}.builder-loading{position:fixed;z-index:150;inset:0;display:grid;place-items:center;background:rgba(36,0,5,.72);backdrop-filter:blur(8px)}.builder-loading[hidden]{display:none}.builder-loading-card{width:min(420px,calc(100vw - 32px));padding:30px;border-radius:24px;text-align:center;background:linear-gradient(145deg,#fff,#fff7e4);box-shadow:0 30px 80px rgba(0,0,0,.3)}.builder-loading-card img{width:78px;height:78px;object-fit:contain;animation:builderLogoPulse 1s ease-in-out infinite alternate}.builder-loading-card h2{margin:13px 0}.builder-loading-card p{color:#6b7280}.builder-progress{height:9px;border-radius:999px;overflow:hidden;background:#eadfe0}.builder-progress i{display:block;height:100%;width:8%;border-radius:inherit;background:linear-gradient(90deg,#b80013,#ed2340,#d7a31e);transition:width .25s ease}@keyframes builderLogoPulse{to{transform:scale(1.08) rotate(3deg)}}
.govista-chat-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px}.chat-project-card{display:flex;flex-direction:column;gap:14px;align-self:start}.chat-project-card #chatProjectSummary{display:grid;gap:6px;padding:14px;border-radius:12px;background:#fff7f8;border:1px solid #eed9dc}.chat-project-card b{font-size:16px}.chat-project-card span,.chat-project-card small{color:#667085}.chat-window{min-height:560px;display:flex;flex-direction:column}.chat-messages{display:flex;flex-direction:column;gap:10px;min-height:360px;max-height:500px;overflow:auto;padding:8px}.chat-bubble{max-width:82%;padding:12px 14px;border-radius:15px;line-height:1.55}.chat-bubble.ai{align-self:flex-start;background:#fff3f4;border:1px solid #eed7da}.chat-bubble.user{align-self:flex-end;background:#a90011;color:#fff}.chat-quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:12px}.chat-quick-actions button{border:1px solid #e7d3d5;border-radius:999px;background:#fff;padding:8px 11px;color:#92000e;cursor:pointer;font-weight:800}.chat-input-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.chat-input-row input{border:1px solid var(--line);border-radius:10px;padding:12px}.calendar-source-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 0;padding:11px 14px;border-radius:11px;background:#fff;border:1px solid var(--line)}.calendar-source-bar span{font-weight:800}.calendar-source-bar small{color:#667085}.calendar-table-wrap{overflow:auto;background:#fff;border-radius:14px;border:1px solid var(--line)}.calendar-config-note{margin-top:14px}.calendar-config-note code{background:#fff1f2;padding:2px 5px;border-radius:5px}.trend-arrow{font-style:normal;font-weight:950;margin-right:4px}.ticker-quote.up .trend-arrow{color:#3be397}.ticker-quote.down .trend-arrow{color:#ff6372}
@media(prefers-reduced-motion:reduce){.promo-track{animation:promoRunway 54s linear infinite}.builder-loading-card img{animation:none}}
@media(max-width:1200px){.quick-grid-core{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-v21-top{grid-template-columns:1fr 1fr}.dashboard-v21-top .calendar-live-panel{grid-column:1/-1}}
@media(max-width:900px){.broker-choice-hero{align-items:flex-start;flex-direction:column}.broker-choice-hero h1{font-size:28px}.quick-grid-core{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-v21-top,.dashboard-v21-bottom{grid-template-columns:1fr}.ai-analysis-controls{grid-template-columns:1fr 1fr}.ai-analysis-controls button{grid-column:1/-1}.govista-chat-layout{grid-template-columns:1fr}.chat-project-card{position:static}}
@media(max-width:600px){.broker-choice-hero{padding:22px}.broker-choice-hero h1{font-size:25px}.quick-grid-core{grid-template-columns:1fr}.ai-analysis-controls{grid-template-columns:1fr}.ai-levels{grid-template-columns:1fr}.ai-analysis-meta{align-items:flex-start;flex-direction:column}.chat-input-row{grid-template-columns:1fr}.builder-output{min-height:330px}}
