:root{color-scheme:light;--bg-base:#f4f7fb;--bg-card:#fff;--bg-sidebar:#f8fafc;--bg-glass:#ffffffeb;--bg-hover:#f1f5fb;--bg-subtle:#edf2f8;--bg-input:#f7f9fc;--surface-raised:#fff;--surface-secondary:#f7f9fc;--surface-rail:#f8fafc;--surface-chart:#fff;--surface-toolbar:#fffffff0;--border:#dde5ef;--border-strong:#c6d2e1;--border-active:#2563eb;--text-primary:#102039;--text-secondary:#586b84;--text-muted:#64748b;--text-disabled:#94a3b8;--accent-blue:#2563eb;--accent-blue-hover:#1d4ed8;--accent-blue-solid:#2563eb;--primary-action:#2563eb;--primary-action-hover:#1d4ed8;--accent-blue-light:#e8f0ff;--accent-teal:#0891b2;--accent-teal-light:#cffafe;--accent-indigo:#6366f1;--accent-indigo-light:#e0e7ff;--accent-green:#14833b;--accent-green-light:#dcfce7;--accent-red:#c93636;--accent-red-light:#fee2e2;--accent-amber:#a15c00;--accent-amber-light:#fef3c7;--accent-purple:#7c3aed;--accent-purple-light:#ede9fe;--neutral-market:#758399;--chart-grid:#64748b1f;--chart-axis:#718096;--chart-crosshair:#64748b;--chart-tooltip:#fff;--chart-tooltip-border:#c6d2e1;--focus-ring:#2563eb57;--on-accent:#fff;--on-semantic-badge:#fff;--rail-shadow:-8px 0 24px rgba(15,31,55,.035);--gradient-primary:#2563eb;--gradient-text:linear-gradient(135deg,#2563eb,#4f46e5);--gradient-card-border:linear-gradient(90deg,#3b82f6,#6366f1);--gradient-premium:linear-gradient(135deg,#7c3aed,#3b82f6);--shadow-sm:0 1px 2px rgba(15,31,55,.045);--shadow:0 2px 8px #0f1f3712;--shadow-md:0 8px 22px #0f1f3717,0 2px 5px #0f1f370a;--shadow-lg:0 12px 32px #0f172a1a,0 4px 8px #0f172a0d;--shadow-blue:0 8px 24px #3b82f62e;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace}html[data-theme=dark]{color-scheme:dark;--bg-base:#0b0e11;--bg-card:#12161c;--bg-sidebar:#101318;--bg-glass:#0f1217f0;--bg-hover:#202630;--bg-subtle:#171b22;--bg-input:#171b22;--surface-raised:#1c212a;--surface-secondary:#171b22;--surface-rail:#12161c;--surface-chart:#0d1014;--surface-toolbar:#0f1217;--border:#2a303b;--border-strong:#3a4352;--border-active:#4f7cff;--text-primary:#e7eaf0;--text-secondary:#a5adba;--text-muted:#7f8998;--text-disabled:#59616e;--accent-blue:#5b82f5;--accent-blue-hover:#7294ff;--accent-blue-solid:#496fdd;--primary-action:#496fdd;--primary-action-hover:#4169d8;--accent-blue-light:#4f7cff24;--accent-teal:#22b8b2;--accent-teal-light:#22b8b224;--accent-indigo:#7c83ff;--accent-indigo-light:#7c83ff24;--accent-green:#16b89c;--accent-green-light:#08998124;--accent-red:#ff5261;--accent-red-light:#f2364524;--accent-amber:#f0b90b;--accent-amber-light:#f0b90b24;--accent-purple:#a78bfa;--accent-purple-light:#a78bfa24;--gradient-text:linear-gradient(135deg,#7294ff,#5b82f5);--neutral-market:#8b95a5;--chart-grid:#787b8621;--chart-axis:#858d9b;--chart-crosshair:#6b7280;--chart-tooltip:#1b2028;--chart-tooltip-border:#343b47;--focus-ring:#4f7cff73;--on-accent:#fff;--on-semantic-badge:#0b0e11;--rail-shadow:-8px 0 22px #0000002e;--shadow-sm:0 1px 2px #00000047;--shadow:0 3px 10px #00000042;--shadow-md:0 10px 26px #00000052;--shadow-lg:0 18px 42px #0006}.bsum-buy{color:#16a34a}.bsum-sell{color:#ef4444}html[data-theme=dark] .bsum-buy{color:#4ade80}html[data-theme=dark] .bsum-sell{color:#f87171}:root{--bm-green:#16a34a}html[data-theme=dark]{--bm-green:#22c55e}:root{--bm-axis:#000}html[data-theme=dark]{--bm-axis:#fff}.sector-pct-up{color:#16a34a}.sector-pct-down{color:#dc2626}.sector-pct-flat{color:var(--text-secondary)}html[data-theme=dark] .sector-pct-up{color:#4ade80}html[data-theme=dark] .sector-pct-down{color:#f87171}.insight-ai-label{font-size:11px;font-weight:700;letter-spacing:.06em;color:#0891b2;margin-bottom:5px}html[data-theme=dark] .insight-ai-label{color:#2dd4bf}.sector-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}@media (max-width:768px){body,html{width:100%;max-width:100%;overflow-x:hidden}.sector-tile-grid{grid-template-columns:repeat(2,1fr);gap:8px}.sector-tile{padding:14px 8px}.sector-tile-icon{width:34px;height:34px}.sector-tile-name{font-size:11px}.sector-tile-pct{font-size:15px}}.sector-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;cursor:pointer;text-align:center;font-family:inherit;transition:border-color .15s,transform .15s,box-shadow .15s}.sector-tile:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:var(--shadow-md)}.sector-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid;flex-shrink:0}.sector-tile-icon-sm{width:26px;height:26px}.sector-tile-name{font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--text-primary);line-height:1.3}.sector-tile-pct{font-size:17px;font-weight:800}.sector-open-pct{font-size:15px;font-weight:800}.sector-stock-list{--sector-row-h:58.5px;max-height:calc(var(--sector-row-h) * 12);overflow-y:auto;overscroll-behavior:contain}.sector-stock-row{display:flex;align-items:center;gap:10px;padding:10px 6px;border-bottom:1px solid var(--border);text-decoration:none;color:inherit}.sector-stock-row:last-child{border-bottom:none}.sector-stock-row:hover{background:var(--bg-hover)}.sector-stock-logo{width:30px;height:30px;flex-shrink:0;object-fit:contain;border-radius:50%;background:#fff;padding:1px;border:1px solid var(--border)}.sector-stock-code{display:block;font-size:13.5px;font-weight:700;color:var(--text-primary)}.sector-stock-name{display:block;font-size:11.5px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sector-stock-price{display:block;font-size:13.5px;font-weight:700;color:var(--text-primary)}.sector-stock-chg{display:block;font-size:11.5px;font-weight:700}@media (max-width:768px){.sector-stock-list{max-height:calc(var(--sector-row-h) * 8)}}.sector-flow-list{--sector-row-h:51px}.mobile-only{display:none!important}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg-base);color:var(--text-primary);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select{font-family:inherit;color:inherit}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px;box-shadow:0 0 0 4px var(--focus-ring)}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{to{transform:rotate(1turn)}}.fade-in{animation:fadeIn .35s ease-out}.skeleton{background:linear-gradient(90deg,var(--bg-subtle) 0,var(--border) 50%,var(--bg-subtle) 100%);background-size:1000px 100%;animation:shimmer 1.8s linear infinite;border-radius:6px}.page{min-height:100vh;padding:0 0 60px}.container{max-width:1600px;margin:0 auto;padding:24px}.header{position:sticky;top:0;z-index:100;background:var(--bg-glass);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%)}.header-inner{max-width:1600px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:16px}.logo{font-size:20px;font-weight:800;letter-spacing:-.02em;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#0000}.logo-sep{color:var(--border-strong);font-weight:300}.header-subtitle{color:var(--text-secondary);font-size:14px;font-weight:500}.header-right{margin-left:auto;display:flex;gap:10px;align-items:center}.auth-actions,.user-actions{display:flex;gap:8px;align-items:center}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;font-family:var(--font-mono);background:var(--accent-blue-light);color:var(--accent-blue);border:1px solid color-mix(in srgb,var(--accent-blue) 35%,var(--border))}.badge.teal{background:var(--accent-teal-light);color:var(--accent-teal);border-color:color-mix(in srgb,var(--accent-teal) 35%,var(--border))}.badge.amber{background:var(--accent-amber-light);color:var(--accent-amber);border-color:color-mix(in srgb,var(--accent-amber) 35%,var(--border))}.badge.green{background:var(--accent-green-light);color:var(--accent-green);border-color:color-mix(in srgb,var(--accent-green) 35%,var(--border))}.badge.red{background:var(--accent-red-light);color:var(--accent-red);border-color:color-mix(in srgb,var(--accent-red) 35%,var(--border))}.badge.purple{background:var(--accent-purple-light);color:var(--accent-purple);border-color:color-mix(in srgb,var(--accent-purple) 35%,var(--border))}.badge.gray{background:var(--bg-subtle);color:var(--text-secondary);border-color:var(--border)}.plan-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.08em;font-family:var(--font-sans);text-transform:uppercase;position:relative;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease;margin-left:8px}.plan-badge:hover{transform:translateY(-1px)}.plan-badge-pro{background:linear-gradient(90deg,#7c3aed,#3b82f6);color:#fff;box-shadow:0 4px 14px #7c3aed59}.plan-badge-pro:hover{box-shadow:0 6px 20px #7c3aed80}.plan-badge-pro svg{color:#fde047;filter:drop-shadow(0 0 4px rgba(253,224,71,.6));width:12px;height:12px}.plan-badge-enterprise{background:linear-gradient(135deg,#0f172a,#334155);color:#fff;box-shadow:0 4px 14px #0f172a4d}.plan-badge-enterprise svg{color:#fbbf24;filter:drop-shadow(0 0 4px rgba(251,191,36,.6));width:12px;height:12px}.layout-content{display:flex;max-width:1600px;margin:0 auto;align-items:flex-start}.sidebar{width:240px;position:sticky;top:65px;padding:24px 16px;flex-shrink:0;height:calc(100vh - 65px);overflow-y:auto;background:var(--bg-sidebar);border-right:1px solid var(--border);transition:width .18s ease,padding .18s ease;scrollbar-width:none}.sidebar::-webkit-scrollbar{display:none}@media (min-width:769px){.sidebar.collapsed{width:64px;padding-left:10px;padding-right:10px}.sidebar.collapsed .nav-section-title{display:none}.sidebar.collapsed .tab{justify-content:center;padding-left:0;padding-right:0}.sidebar.collapsed .tab-label{display:none}.sidebar.collapsed .sidebar-nav{margin-top:30px}.sidebar.collapsed .sidebar-toggle-btn{left:50%;right:auto;transform:translateX(-50%)}.header{position:fixed;top:0;left:0;right:0}.layout-content{padding-top:65px}.sidebar{position:fixed;left:max(0px,calc((100vw - 1600px) / 2));z-index:60}.main-area{margin-left:240px;transition:margin-left .18s ease}.sidebar.collapsed~.main-area{margin-left:64px}}.sidebar-toggle-btn{position:absolute;top:18px;right:10px;width:24px;height:24px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;box-shadow:var(--shadow-sm);padding:0}.sidebar-toggle-btn:hover{color:var(--accent-blue);border-color:var(--accent-blue)}@media (max-width:768px){.sidebar-toggle-btn{display:none}}.nav-section,.sidebar-nav{display:flex;flex-direction:column;gap:6px}.nav-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:12px 14px 2px}.nav-section:first-child .nav-section-title{padding-top:2px}.tab{position:relative;padding:10px 14px;font-size:13.5px;font-weight:500;color:var(--text-secondary);white-space:nowrap;transition:color .16s ease,background-color .16s ease;border-radius:8px}.tab:hover{background:var(--bg-hover)}.tab.active,.tab:hover{color:var(--accent-blue)}.tab.active{background:var(--accent-blue-light);font-weight:600}.tab.active:before{content:"";position:absolute;left:5px;top:50%;width:3px;height:18px;border-radius:999px;background:var(--accent-blue);transform:translateY(-50%)}.main-area{flex:1;min-width:0;overflow-x:hidden}.page-title{font-size:22px;font-weight:750;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 16px}.page-title-bar{padding:16px 24px 0}.page-title-row{display:flex;align-items:center;gap:10px}.help-btn{width:22px;height:22px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-size:13px;font-weight:700;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.help-btn:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.help-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:500;padding:20px}.help-modal{background:var(--bg-card);border-radius:14px;border:1px solid var(--border);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.help-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.help-modal-header h2{font-size:15px;font-weight:700;color:var(--text-primary);margin:0}.help-close{width:26px;height:26px;border-radius:50%;border:none;background:#0000;color:var(--text-secondary);font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.help-close:hover{background:var(--bg-hover);color:var(--text-primary)}.help-modal-body{padding:8px 20px 20px;overflow-y:auto}.help-group-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:14px 0 6px}.help-group:first-child .help-group-title{padding-top:8px}.help-term-row{padding:12px 0;border-bottom:1px solid var(--border)}.help-term-row:last-child{border-bottom:none}.help-term{font-family:var(--font-mono);font-size:12.5px;font-weight:700;color:var(--accent-blue);margin-bottom:3px}.help-desc{font-size:13px;color:var(--text-secondary);line-height:1.5}@media (max-width:480px){.help-modal{max-height:85vh}}.user-nav{display:flex;gap:10px;margin-left:auto}.avatar,.user-nav{align-items:center}.avatar{width:36px;height:36px;border-radius:50%;background:var(--gradient-primary);color:#fff;display:inline-flex;justify-content:center;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}.avatar:hover{transform:scale(1.05);box-shadow:var(--shadow-blue)}.avatar-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);padding:6px;min-width:200px;z-index:110;animation:fadeIn .15s ease-out}.avatar-menu-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:7px;font-size:13px;font-weight:500;color:var(--text-primary);cursor:pointer;transition:background .1s}.avatar-menu-item:hover{background:var(--bg-subtle)}.avatar-menu-item.danger{color:var(--accent-red)}.avatar-menu-divider{height:1px;background:var(--border);margin:4px 0}.card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:20px;transition:all .2s ease;box-shadow:var(--shadow-sm);overflow:hidden}.card:hover{box-shadow:var(--shadow-md)}.card.flat:hover{box-shadow:var(--shadow-sm)}.card-title{font-size:13px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.summary-card{position:relative;background:var(--bg-card);border-left:1px solid var(--border);border-radius:14px;padding:18px 20px;overflow:hidden;transition:all .2s ease;box-shadow:var(--shadow-sm);border:1px solid var(--border);border-left-width:4px}.distribusi-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.summary-card.blue{border-left-color:var(--accent-blue)}.summary-card.teal{border-left-color:var(--accent-teal)}.summary-card.amber{border-left-color:var(--accent-amber)}.summary-card.green{border-left-color:var(--accent-green)}.summary-card.purple{border-left-color:var(--accent-purple)}.summary-card.indigo{border-left-color:var(--accent-indigo,#6366f1)}.summary-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.mover-card{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--bg-card);transition:transform .2s ease,box-shadow .2s ease}.mover-card:hover{transform:scale(1.03);box-shadow:var(--shadow-md)}.mover-card-head{display:flex;align-items:center;gap:6px;margin-bottom:8px}.mover-card-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.mover-card-label{font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--text-secondary);text-transform:uppercase}.mover-card-name{font-size:15px;font-weight:700;color:var(--text-primary);line-height:1.25}.mover-card-count{font-size:11px;margin-top:2px}.mover-card-value{font-size:19px;font-weight:800;margin-top:8px}.summary-label{font-size:11px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.summary-value{font-size:22px;font-weight:700;color:var(--text-primary);margin-top:6px;letter-spacing:-.02em}.summary-sub,.summary-value{font-family:var(--font-mono)}.summary-sub{font-size:12px;color:var(--text-secondary);margin-top:4px}.summary-card.blue .summary-value{color:var(--accent-blue)}.summary-card.teal .summary-value{color:var(--accent-teal)}.summary-card.amber .summary-value{color:var(--accent-amber)}.day-nav-btn{flex:0 0 auto;width:30px;height:30px;border-radius:50%;border:1px solid var(--border);background:var(--bg-input);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer}.day-nav-btn:hover:not(:disabled){color:var(--accent-blue);border-color:var(--accent-blue)}.day-nav-btn:disabled{opacity:.4;cursor:not-allowed}.search-wrap{position:relative;margin-bottom:20px}.search-input{width:100%;padding:12px 16px 12px 44px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;color:var(--text-primary);font-size:14px;font-weight:500;outline:none;transition:all .15s ease;box-shadow:var(--shadow-sm)}.search-input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px var(--focus-ring)}.search-icon,.search-input::placeholder{color:var(--text-muted)}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;max-height:320px;overflow-y:auto;z-index:50;box-shadow:var(--shadow-lg);animation:fadeIn .12s ease-out}.search-item{padding:10px 16px;font-family:var(--font-mono);font-size:13px;font-weight:600;cursor:pointer;transition:background .1s;color:var(--text-primary)}.search-item:hover{background:var(--bg-hover);color:var(--text-primary)}.search-item.active{background:var(--accent-blue-light);color:var(--accent-blue)}.btn{min-height:40px;padding:8px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:13px;font-weight:500;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;display:inline-flex;align-items:center;gap:6px;box-shadow:var(--shadow-sm)}.btn:hover:not(:disabled){border-color:var(--accent-blue);color:var(--accent-blue)}.btn.primary{background:var(--primary-action);border-color:var(--primary-action);font-weight:650}.btn.primary,.btn.primary:hover:not(:disabled){color:var(--on-accent);box-shadow:var(--shadow)}.btn.primary:hover:not(:disabled){background:var(--primary-action-hover);border-color:var(--primary-action-hover);transform:translateY(-1px)}.btn.ghost{background:#0000;border-color:#0000;box-shadow:none}.btn.ghost:hover{background:var(--bg-subtle);color:var(--text-primary);border-color:#0000}.btn.outline{background:#0000}.btn.active{border-color:var(--accent-blue);color:var(--accent-blue);background:var(--accent-blue-light)}.btn.danger{color:var(--accent-red);border-color:color-mix(in srgb,var(--accent-red) 35%,var(--border))}.btn.danger:hover{background:var(--accent-red-light);border-color:var(--accent-red);color:var(--accent-red)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{min-height:36px;padding:6px 10px;font-size:12px}.btn-lg{padding:12px 20px;font-size:15px}.btn-block{width:100%;justify-content:center}.pill-group{display:inline-flex;background:var(--bg-subtle);border-radius:8px;padding:4px;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.pill-group::-webkit-scrollbar{display:none}.pill{padding:6px 12px;font-size:12px;font-weight:500;border-radius:5px;color:var(--text-secondary);cursor:pointer;transition:all .12s ease;background:#0000}.pill:hover{color:var(--text-primary)}.pill.active{color:var(--accent-blue);font-weight:600}.pill.active,.table-wrap{background:var(--bg-card);box-shadow:var(--shadow-sm)}.table-wrap{border:1px solid var(--border);border-radius:14px;overflow:hidden;position:relative}.table-scroll{overflow:auto;max-height:600px}table.data{width:100%;border-collapse:collapse;font-family:var(--font-mono);font-size:12.5px}table.data thead{position:sticky;top:0;z-index:5;background:var(--bg-subtle)}table.data thead th{padding:12px 14px;text-align:right;font-size:11px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);white-space:nowrap}table.data thead th:first-child{text-align:left}table.data tbody td{padding:9px 14px;text-align:right;border-bottom:1px solid var(--border);white-space:nowrap;color:var(--text-primary)}table.data tbody td:first-child{text-align:left;color:var(--text-secondary)}table.data tbody td.inv-name-cell{text-align:left}table.data tbody tr:nth-child(2n){background:var(--bg-hover)}.investor-list-table{table-layout:fixed}.investor-list-table th:first-child{width:68px}.investor-list-table th:nth-child(2){width:35%;text-align:left}.investor-list-table th:nth-child(3){width:80px}.investor-list-table th:nth-child(4),.investor-list-table th:nth-child(5){width:auto}.investor-list-table td{overflow:hidden;text-overflow:ellipsis}table.data tbody tr:hover{background:var(--accent-blue-light)}table.data tbody tr.clickable{cursor:pointer}table.data.trx5pct-table{font-size:14.5px}table.data.trx5pct-table thead th{font-size:12px;padding:14px 16px;letter-spacing:.04em}table.data.trx5pct-table tbody td{padding:12px 16px;font-variant-numeric:tabular-nums}table.data.trx5pct-table .trx-nama{font-family:var(--font-sans);font-size:15px;font-weight:500;letter-spacing:-.01em;color:var(--text-primary)}table.data.trx5pct-table .trx-tanggal{font-family:var(--font-sans);font-size:14px;font-weight:500}table.data.trx5pct-table .trx-badge{font-size:12px;padding:3px 9px}.progress-bar{height:6px;background:var(--bg-subtle);border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.4,0,.2,1)}.progress-fill.blue{background:linear-gradient(90deg,#3b82f6,#6366f1)}.progress-fill.teal{background:linear-gradient(90deg,#0891b2,#06b6d4)}.progress-fill.green{background:linear-gradient(90deg,#16a34a,#22c55e)}.cat-row{padding:10px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:all .12s}.cat-row:hover{background:var(--bg-subtle);padding-left:8px;padding-right:8px;margin:0 -8px;border-radius:8px}.cat-header{justify-content:space-between;margin-bottom:6px;gap:12px}.cat-header,.cat-label{display:flex;align-items:center}.cat-label{gap:8px;font-size:13px;color:var(--text-primary);font-weight:500}.cat-key{font-size:11px;background:var(--bg-subtle);padding:2px 7px;border-radius:4px;font-weight:600}.cat-key,.cat-meta{font-family:var(--font-mono);color:var(--text-secondary)}.cat-meta{font-size:12px}.cat-pct{font-weight:700;color:var(--text-primary)}.custom-tooltip{background:var(--chart-tooltip);border:1px solid var(--chart-tooltip-border);border-radius:10px;padding:12px;box-shadow:var(--shadow-lg)}.custom-tooltip-title{font-size:11px;color:var(--text-secondary);margin-bottom:6px;font-weight:700}.custom-tooltip-grid{display:grid;grid-template-columns:1fr;gap:0 24px}.custom-tooltip-grid.multi-col{grid-template-columns:1fr 1fr}.custom-tooltip-row{display:flex;justify-content:space-between;gap:16px;font-size:11px;margin-bottom:2px}.tooltip-name{min-width:80px}.tooltip-values{display:flex;gap:12px;text-align:right}.tooltip-val{font-weight:600;min-width:60px}.tooltip-pct{opacity:.7;width:45px}.up{color:var(--accent-green)}.down{color:var(--accent-red)}.muted{color:var(--text-muted)}.secondary{color:var(--text-secondary)}.primary{color:var(--text-primary)}.amber{color:var(--accent-amber)}.blue{color:var(--accent-blue)}.teal{color:var(--accent-teal)}.modal-backdrop{position:fixed;inset:0;background:#0f172a80;backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;animation:fadeIn .18s ease-out}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:24px;max-width:480px;width:calc(100% - 32px);position:relative;box-shadow:var(--shadow-lg)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--border);border-radius:8px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.calendar-day-header{background:var(--gradient-primary);padding:6px;text-align:center;font-size:12px;font-weight:700;color:var(--on-accent);text-transform:uppercase;letter-spacing:.05em}.calendar-cell{background:var(--bg-card);min-height:104px;padding:6px;transition:background .12s;position:relative}.calendar-cell.other-month{opacity:.5;background:var(--bg-subtle)}.calendar-cell:hover{background:#3b82f61a}.calendar-cell-date{font-family:var(--font-mono);font-size:13px;color:var(--text-secondary);font-weight:600;margin-bottom:3px}.calendar-cell.today .calendar-cell-date{color:var(--accent-blue);font-weight:700}.calendar-cell.today{background:#3b82f624}.calendar-event{display:block;padding:2px 5px;margin-bottom:2px;font-size:11.5px;border-radius:4px;cursor:pointer;font-weight:600;border-left:2px solid;background:var(--bg-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .12s}.calendar-event:hover{background:var(--bg-hover);transform:translateX(2px);box-shadow:var(--shadow-sm)}.switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer;user-select:none}.switch-track{width:34px;height:20px;background:var(--border-strong);border-radius:10px;position:relative;transition:background .2s}.switch-track.on{background:var(--accent-blue)}.switch-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;background:var(--text-primary);border-radius:50%;transition:transform .2s;box-shadow:0 1px 2px #0003}.switch-track.on .switch-thumb{transform:translateX(14px)}.switch-label{font-size:12px;color:var(--text-secondary)}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent-blue);border-radius:50%;animation:spin .8s linear infinite}.field{margin-bottom:16px}.field-label{display:block;font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.field-input{width:100%;padding:11px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;color:var(--text-primary);font-size:14px;outline:none;transition:all .15s}.field-input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px var(--focus-ring)}.field-input::placeholder{color:var(--text-muted)}.field-hint{color:var(--text-secondary)}.field-error,.field-hint{font-size:12px;margin-top:6px}.field-error{color:var(--accent-red)}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(at 0 0,#3b82f614 0,#0000 50%),radial-gradient(at 100% 100%,#6366f114 0,#0000 50%),var(--bg-base)}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px;width:100%;max-width:420px;box-shadow:var(--shadow-lg);animation:fadeIn .4s ease-out}.auth-card.wide{max-width:480px}.auth-logo{font-size:26px;font-weight:800;letter-spacing:-.02em;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#0000;text-align:center}.auth-tagline{text-align:center;color:var(--text-secondary);font-size:13px;margin-top:8px;margin-bottom:28px}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--border)}.auth-divider span{font-size:12px;color:var(--text-muted);font-weight:500}.auth-footer{text-align:center;font-size:13px;color:var(--text-secondary);margin-top:20px}.auth-link{color:var(--accent-blue);font-weight:600}.auth-link:hover{text-decoration:underline}.pricing-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}.pricing-compare-grid .pricing-card{display:flex;flex-direction:column}.pricing-compare-grid .pricing-features--compact{flex:1 1 218px;max-height:none;min-height:0}.pricing-compare-grid .pricing-feature-toggle{margin-top:auto}.pricing-compare-grid .pricing-tagline{min-height:67.5px}@media (max-width:900px){.pricing-compare-grid{grid-template-columns:1fr}}.pricing-duration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px}@media (max-width:900px){.pricing-duration-grid{grid-template-columns:1fr}}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px;position:relative;transition:all .25s ease;box-shadow:var(--shadow-sm)}.pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pricing-card.premium{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border:none}.pricing-card.premium .pricing-feature{color:#ffffffd9}.pricing-card.premium .pricing-feature.crossed{color:#ffffff59}.pricing-card.premium .pricing-price{color:#fff}.pricing-card.premium .pricing-period{color:#fff9}.pricing-card.premium .pricing-name{color:#fff}.pricing-card.premium .pricing-tagline{color:#ffffffa6}.pricing-name{font-size:24px;font-weight:800;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:8px}.pro-chip{display:inline-block;vertical-align:middle;font-size:11px;font-weight:800;letter-spacing:.05em;color:var(--accent-blue);background:var(--accent-blue-light);padding:3px 9px;border-radius:20px}.pricing-tagline{font-size:14.5px;line-height:1.55;color:var(--text-secondary);margin-bottom:22px}.pricing-price{font-size:44px;font-weight:800;color:var(--text-primary);letter-spacing:-.03em}.pricing-period{font-size:15px;color:var(--text-secondary);font-weight:500}.pricing-features{list-style:none;margin:26px 0;display:flex;flex-direction:column;gap:14px}.pricing-feature{display:flex;align-items:flex-start;gap:11px;font-size:15.5px;line-height:1.45;color:var(--text-primary)}.pricing-feature.crossed{color:var(--text-muted);text-decoration:line-through}.pricing-feature .check{font-size:16px;font-weight:700;color:var(--accent-green);flex-shrink:0;margin-top:1px}.pricing-feature.crossed .check{color:var(--text-muted)}.pricing-feature-sub{list-style:none;margin:8px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.pricing-feature-sub li{position:relative;font-size:13.5px;line-height:1.4;color:var(--text-secondary);padding-left:14px}.pricing-feature-sub li:before{content:"–";position:absolute;left:0;color:var(--text-muted)}.pricing-card.premium .pricing-feature-sub li{color:#fff9}.pricing-feature-sub li.crossed{color:var(--text-muted);text-decoration:line-through}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-bottom:10px;overflow:hidden}.faq-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:14px;color:var(--text-primary);transition:background .12s}.faq-header:hover{background:var(--bg-subtle)}.faq-body{padding:0 20px 16px;color:var(--text-secondary);font-size:13.5px;line-height:1.6}.strength-bar{height:5px;background:var(--bg-subtle);border-radius:3px;overflow:hidden;margin-top:8px;display:flex;gap:3px}.strength-bar>div{flex:1;background:var(--bg-subtle);transition:background .2s;border-radius:2px}.strength-bar.weak>div:first-child{background:var(--accent-red)}.strength-bar.medium>div:nth-child(-n+2){background:var(--accent-amber)}.strength-bar.strong>div{background:var(--accent-green)}.accordion-item{border:1px solid var(--border);border-radius:12px;margin-bottom:8px;overflow:hidden;background:var(--bg-card);box-shadow:var(--shadow-sm)}.accordion-header{padding:14px 18px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .12s}.accordion-header:hover{background:var(--bg-subtle)}.accordion-body{padding:0 18px 16px}.chart-page{background:var(--bg-base);min-height:100vh;padding:0}.chart-controls{background:var(--bg-card);border-bottom:1px solid var(--border);padding:12px 18px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.pricing-outcomes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:900px;margin:0 auto 28px}.pricing-outcome{padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--bg-card);text-align:left}.pricing-outcome strong{display:block;color:var(--text-primary);font-size:13px;margin-bottom:4px}.pricing-outcome span{color:var(--text-secondary);font-size:12px;line-height:1.45}.pricing-features--compact{max-height:218px;overflow:hidden;position:relative}.pricing-features--compact:after{content:"";position:absolute;left:0;right:0;bottom:0;height:50px;background:linear-gradient(#0000,var(--bg-card));pointer-events:none}.pricing-feature-toggle{width:100%;margin:10px 0 2px;padding:10px;border:0;background:#0000;color:var(--accent-blue);font:inherit;font-size:14px;font-weight:700;cursor:pointer}.pricing-feature-toggle:hover{text-decoration:underline}@media (max-width:640px){.pricing-outcomes{grid-template-columns:1fr;gap:8px;margin-bottom:18px}.pricing-outcome{padding:11px 12px}}.broker-panel-grid{display:flex;gap:12px;padding:14px;overflow-x:auto;background:var(--bg-base);min-height:calc(100vh - 110px)}.broker-panel{flex:1 1 0;min-width:380px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-sm)}.broker-panel-header{padding:12px;border-bottom:1px solid var(--border);display:flex;gap:8px;flex-wrap:wrap;align-items:center;background:var(--bg-subtle)}.check-input{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:13px;color:var(--text-primary)}.check-input input{width:16px;height:16px;accent-color:var(--accent-blue);margin-top:2px}.distribusi-label{font-size:11px}.distribusi-pct{font-size:28px}.distribusi-total{font-size:13px}@media (max-width:768px){.distribusi-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:16px;padding-bottom:12px;-webkit-overflow-scrolling:touch}.distribusi-grid>div{min-width:260px;flex:1}.summary-grid{grid-template-columns:repeat(2,1fr);gap:8px}.container{padding:16px;overflow-x:hidden}.header,.header-inner{min-height:58px}.header-inner{padding:7px 16px;gap:8px}.layout-content{flex-direction:column;align-items:stretch}.main-area{width:100%}.page-title{font-size:23px;margin-bottom:0}.page-title-row{min-height:50px;margin-bottom:10px!important}.page-title-bar{padding:12px 12px 0}.sidebar{width:100%;position:relative;top:auto;height:auto;padding:0;border-bottom:1px solid var(--border);background:var(--bg-card)}.sidebar:after{content:"";top:0;right:0;width:26px;height:100%;background:linear-gradient(to right,#0000,var(--bg-card) 70%)}.sidebar:after,.sidebar:before{position:absolute;pointer-events:none}.sidebar:before{content:"\276F";top:50%;right:4px;transform:translateY(-50%);font-size:11px;color:var(--text-secondary);z-index:1}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:0 16px;gap:2px;min-height:46px;scroll-padding-inline:16px;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}.nav-section{display:contents}.nav-section-title{display:none}.tab{min-height:46px;padding:11px 10px 9px;font-size:11.5px;gap:5px!important;border-radius:0;background:#0000;border-bottom:3px solid #0000;scroll-snap-align:start}.tab svg{width:14px!important;height:14px!important}.tab.active,.tab:hover{background:#0000}.tab.active{border-bottom-color:var(--accent-blue)}.header-subtitle,.logo-sep{display:none}.header-pricing{display:none!important}.logo{font-size:17px}.btn-sm{min-height:44px;padding:7px 10px;font-size:11px}.theme-toggle{min-width:44px;min-height:44px;margin-right:0!important}.summary-card{padding:8px 6px;border-left-width:3px}.summary-label{font-size:8.5px;letter-spacing:.02em}.summary-value{font-size:12px;margin-top:2px;letter-spacing:-.05em}.summary-sub{font-size:9px}.card{padding:10px}.distribusi-label{font-size:11px!important}.distribusi-pct{font-size:24px!important}.distribusi-total{font-size:12px!important}.cat-header{gap:6px;align-items:center}.cat-label{font-size:11px;gap:4px}.cat-key{font-size:9px;padding:2px 4px}.cat-meta,.cat-pct{font-size:11px}.cat-pct{margin-left:6px!important}.holders-1pct-title{font-size:12px!important;margin-bottom:6px!important}.holders-1pct-row{font-size:11.5px!important;padding:4px 0!important}.holders-1pct-row span{font-size:10.5px!important}table.data{font-size:9.5px}table.data tbody td,table.data thead th{padding:4px 6px}table.data.trx5pct-table{font-size:11px}table.data.trx5pct-table thead th{font-size:9.5px;padding:6px 8px}table.data.trx5pct-table tbody td{padding:7px 8px}table.data.trx5pct-table .trx-nama{font-size:11.5px}table.data.trx5pct-table .trx-tanggal{font-size:11px}table.data.trx5pct-table .trx-badge{font-size:9.5px;padding:2px 6px}.broker-summary-panel{right:5px!important;transform:scale(.45)!important;transform-origin:top right!important;max-height:160vh!important;width:520px!important}.broker-summary-body{flex-direction:row!important}.broker-summary-panel>div:first-child{padding:10px 12px!important}.broker-panels-container{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:8px!important}@media (max-width:480px){*{box-sizing:border-box}.page{overflow-x:hidden}.header-inner{padding:6px 10px;gap:6px}.auth-actions,.header-right,.user-actions{gap:5px}.header-pricing{display:none}.theme-toggle{margin-right:0!important}.logo{font-size:14px}.header-subtitle{font-size:10px}.plan-badge{padding:2px 4px;font-size:8px}.avatar{width:24px;height:24px;font-size:10px}.container{padding:6px 8px}.summary-grid{grid-template-columns:repeat(2,1fr);gap:4px}.summary-card{padding:8px;border-radius:8px}.summary-label{font-size:8px;margin-bottom:2px}.summary-value{font-size:clamp(12px,3.5vw,15px);letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-sub{font-size:8px;margin-top:2px}.distribusi-panel{margin-bottom:8px!important}.card-title{font-size:11px;margin-bottom:6px}.distribusi-grid{gap:6px;padding-bottom:6px}.distribusi-grid>div{min-width:0}.distribusi-label{font-size:9px}.distribusi-pct{font-size:18px;letter-spacing:-.04em}.distribusi-total{font-size:10px;max-width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.distribusi-title-wrap{margin-bottom:8px!important}.cat-row{padding:3px 0}.cat-header{gap:4px;margin-bottom:4px}.cat-label{font-size:9px;gap:4px;min-width:0}.cat-label span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cat-key{font-size:8px;padding:1px 3px}.cat-meta{font-size:9px;min-width:0;display:flex;align-items:center;justify-content:flex-end}.cat-meta .muted{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px}.cat-pct{font-size:10px;margin-left:4px!important}.progress-bar{height:3px}.pill{padding:3px 6px;font-size:9px}.pill-group{padding:2px}.search-wrap{margin-bottom:0}.search-input{padding:6px 10px 6px 38px;font-size:11px}.custom-tooltip{padding:4px 6px;border-radius:4px}.custom-tooltip-title{font-size:8px;margin-bottom:2px}.custom-tooltip-grid{gap:0 6px}.custom-tooltip-row{gap:4px;font-size:7.5px;margin-bottom:0;justify-content:flex-start}.tooltip-name{min-width:0;flex:0 0 auto;white-space:nowrap}.tooltip-values{gap:4px;flex:1;justify-content:flex-end}.tooltip-val{min-width:0;text-align:right}.tooltip-pct{width:22px;text-align:right}.hide-on-mobile{display:none!important}.mobile-only{display:flex!important}.distribusi-panel:not(.show-all-cats) .mobile-small-cat{display:none!important}.holders-1pct{margin-top:6px!important;padding-left:5px!important}.holders-1pct-title{font-size:9px!important;margin-bottom:3px!important}.holders-1pct-row{align-items:flex-end!important;gap:4px;padding:3px 0!important}.holders-1pct-name{display:block!important;flex:1 1 auto;min-width:0;max-width:none!important;overflow:visible!important}.holders-1pct-name>span:first-child{display:block;font-size:9px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.25}.holders-1pct-name>span:not(:first-child){display:inline-block;margin-top:2px;font-size:7.5px!important;padding:1px 4px!important}.holders-1pct-pct{flex:0 0 auto;font-size:9px!important}.btn-lihat-semua-wrap{display:flex;justify-content:center;margin-top:10px}.btn-lihat-semua{background:var(--bg-subtle);color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;padding:6px 12px;font-size:10px;font-weight:600;cursor:pointer}.investor-list-table{table-layout:auto;min-width:560px}.investor-list-table td,.investor-list-table th{padding:8px 10px;font-size:10.5px!important;white-space:nowrap}.investor-list-table td.inv-name-cell{white-space:normal;word-break:break-word;font-size:11px!important;line-height:1.2}.inv-summary-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.mover-cards-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.mover-card{padding:10px 11px}.mover-card-label{font-size:10px}.mover-card-name{font-size:12.5px}.mover-card-count{font-size:10px}.mover-card-value{font-size:15px;margin-top:6px}.portfolio-table td,.portfolio-table th{padding:4px!important;font-size:8px!important}.portfolio-table th:first-child{width:10%}.portfolio-table th:nth-child(2){width:26%}.portfolio-table td.emiten-cell{white-space:normal!important;word-break:break-word;font-size:8px!important;line-height:1.1}.portfolio-table th:nth-child(3){width:8%;font-size:7px!important}.portfolio-table td.type-cell{font-size:7px!important;padding:2px!important}.portfolio-table td:nth-child(4),.portfolio-table td:nth-child(5),.portfolio-table td:nth-child(7),.portfolio-table td:nth-child(8),.portfolio-table th:nth-child(4),.portfolio-table th:nth-child(5),.portfolio-table th:nth-child(7),.portfolio-table th:nth-child(8){display:none}.portfolio-table th:nth-child(6){width:12%}.portfolio-table th:nth-child(9){width:44%}.changes-table td,.changes-table th{padding:4px!important;font-size:8px!important}.changes-table td.inv-name-cell{white-space:normal!important;word-break:break-word;font-size:8.5px!important;line-height:1.2}.changes-table th:first-child{width:8%}.changes-table th:nth-child(2){width:34%}.changes-table th:nth-child(3){width:28%}.changes-table th:nth-child(4),.changes-table th:nth-child(5){width:15%}.hist-grid{grid-template-columns:repeat(3,1fr)!important;gap:4px!important}.hist-card{padding:6px!important;border-radius:6px!important}.hist-code{font-size:10px!important;margin-bottom:2px!important}.hist-date{font-size:6px!important}.hist-chart-wrap{height:40px!important;margin:4px 0!important}}@media (min-width:481px){.btn-lihat-semua-wrap{display:none}.mobile-only{display:none!important}}}.chart-bottom-panels{padding:24px 24px 0;max-width:1600px;margin:0 auto;width:100%;display:flex;gap:24px;flex-direction:row;align-items:stretch}.chart-bottom-left{flex:1;min-width:0;position:relative}.chart-bottom-right{flex:1;min-width:0}@media (max-width:480px){.chart-page-wrapper{padding:0!important;overflow-x:hidden;width:100vw!important;max-width:100vw!important;box-sizing:border-box!important}.chart-bottom-panels{padding:8px!important;gap:8px!important;display:flex!important;flex-direction:column!important;background:var(--bg-base)!important;color:var(--text-primary)!important}.chart-bottom-left,.chart-bottom-right{min-width:0!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;box-sizing:border-box!important}.broker-panel{zoom:1!important;height:400px!important}.broker-panel table{font-size:8px!important}.broker-panel td,.broker-panel th{padding:2px 1px!important}.broker-summary-body{font-size:9px!important;overflow-x:auto}.broker-summary-body>div{min-width:0!important}.broker-summary-body>div>div{padding:2px 1px!important}.broker-summary-header-top{flex-direction:column!important;gap:4px!important;font-size:10px}.broker-summary-header-top select{font-size:9px!important;padding:2px 4px!important}.daily-activity-container{padding:6px!important}.daily-activity-title{font-size:12px!important}.daily-activity-grid{gap:1px!important}.daily-activity-cell{padding:2px!important;min-height:36px!important;border-radius:4px!important}.daily-activity-cell .val,.daily-activity-cell>span{font-size:9px!important}.daily-activity-cell .mono{font-size:8px!important}.daily-activity-footer{padding:6px!important;gap:6px!important;margin-top:8px!important}.daily-activity-footer-row>div>div:first-child{font-size:8px!important;margin-bottom:2px!important}.daily-activity-footer-row>div>div.mono{font-size:9px!important}.daily-activity-footer-row>div[style*="width: 1px"]{height:16px!important}.insight-ai-box{padding:8px!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important}.insight-ai-box,.insight-ai-box li,.insight-ai-box p{font-size:10px!important}.chart-page-wrapper div[style*=linear-gradient]{max-width:100%!important;box-sizing:border-box!important;overflow-wrap:break-word!important;word-break:break-word!important}.chart-page-wrapper div[style*=linear-gradient] div{overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important}.broker-panel>div:first-child>div:first-child{display:none!important}.ohlc-header{font-size:9px!important;gap:4px!important;flex-wrap:wrap!important;line-height:1.2!important}.broker-chart-page{padding:6px!important}.controls-row{gap:6px!important}.controls-row,.pill-row{flex-wrap:wrap!important;overflow-x:visible!important}.pill-row{gap:4px!important}.controls-row input{font-size:9px!important;padding:3px 5px!important;height:20px!important}.controls-row img{width:16px!important;height:16px!important}.timeframe-pill{padding:2px 5px!important;font-size:8px!important;flex-shrink:0!important}.controls-row label{font-size:7px!important;gap:1px!important;padding:1px 2px!important;flex-shrink:0!important}.controls-row label input[type=checkbox]{width:9px!important;height:9px!important;margin:0!important}.broker-selected-tags{gap:2px!important;flex-wrap:wrap!important}.broker-selected-tags>div{padding:1px 3px!important;font-size:7.5px!important;border-radius:4px!important}.broker-select-header{font-size:9px!important}.broker-select-header button{padding:2px 4px!important;font-size:8px!important}.broker-tag-label{font-size:8px!important;min-width:50px!important}.side-panels{width:100%!important;height:90px!important;min-height:90px!important;display:flex!important;flex-direction:column!important}.side-panels>div{width:100%!important;min-width:0!important;overflow:hidden!important}.side-panels .recharts-responsive-container{width:100%!important;max-width:100%!important}.broker-layout{height:auto!important;min-height:50vh!important;max-width:100vw!important;overflow:hidden!important}.broker-layout>div{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.broker-panel{background-color:var(--bg-card)!important}.broker-panel,.broker-panel table{color:var(--text-primary)!important}.broker-panel input,.broker-panel select{background-color:var(--bg-card)!important;color:var(--text-primary)!important}.broker-panel .broker-summary-body{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}}@media (max-width:768px){.broker-panels-container{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;padding:6px!important;align-items:flex-start!important}.broker-panels-container .broker-panel{min-width:0!important;width:100%!important;max-width:100%!important;zoom:1!important}.broker-panels-container .broker-panel input,.broker-panels-container .broker-panel select{font-size:8px!important;padding:2px 4px!important;height:20px!important;min-width:0!important}.broker-panels-container .broker-panel button{font-size:7px!important;padding:2px 4px!important}.broker-panels-container .broker-panel>div:first-child{padding:6px!important}.broker-panels-container .broker-panel>div:first-child>div{gap:4px!important}.broker-panels-container .broker-panel>div:last-child{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.broker-panels-container .broker-panel table{font-size:8px!important}.broker-panels-container .broker-panel td,.broker-panels-container .broker-panel th{padding:2px 1px!important;font-size:7.5px!important}}@media (max-width:640px){.broker-panels-container{grid-template-columns:1fr!important}.broker-subpage-tabs{padding:8px 12px!important;gap:6px!important}.broker-subpage-tabs .btn{font-size:11.5px!important;padding:6px 10px!important}.broker-addpanel-row{padding:10px 12px!important}.broker-addpanel-row button{font-size:11px!important;padding:6px 10px!important}}.broker-panel{height:auto!important;max-height:none!important;overflow:visible!important}@media (max-width:640px){.bs-table-container{max-height:360px!important}}.bm-row:hover>td{background-color:#94a3b824!important}@media (max-width:768px){.calendar-scroll-wrapper{max-width:calc(100vw - 32px)!important}.calendar-grid{min-width:770px!important;width:770px!important}.calendar-day-header{font-size:8px!important;padding:2px!important}.calendar-cell{min-height:50px!important;padding:2px!important}.calendar-cell-date{font-size:9px!important;margin-bottom:1px!important}.calendar-event{font-size:8.5px!important;padding:1px 2px!important}.calendar-event span{font-size:7px!important}.ca-filters-container{gap:4px!important}.ca-filters-container span{font-size:8.5px!important;padding:2px 6px!important}.calendar-header-title{font-size:16px!important;min-width:140px!important}.akumulasi-panels-container{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:8px!important}.akumulasi-panel{width:100%!important;min-width:0!important}.akumulasi-panel select{font-size:10px!important;padding:4px 6px!important}.akumulasi-panel input[type=date]{font-size:9px!important;padding:4px!important}.akumulasi-panel button{font-size:9px!important;padding:4px 8px!important}.akumulasi-panel td,.akumulasi-panel th{padding:4px 2px!important;font-size:9px!important}.akumulasi-panel td img{width:16px!important;height:16px!important}.akumulasi-panel td span{font-size:9px!important}.ap-val-full{display:none!important}.ap-val-short{display:inline!important}.consistency-scroll-wrapper{max-width:calc(100vw - 32px)!important;overflow-x:hidden!important}.consistency-table{min-width:0!important;width:100%!important;table-layout:fixed!important}.consistency-table td,.consistency-table th{padding:4px 1px!important;font-size:7px!important;border-right:1px solid var(--border)!important;line-height:1.25!important}.consistency-table td:last-child,.consistency-table th:last-child{border-right:none!important}.consistency-table th{min-width:0!important}.consistency-table td span,.consistency-table th span{font-size:6.5px!important}.consistency-table .ap-pill{min-width:0!important;width:100%!important;max-width:32px!important;box-sizing:border-box!important;padding:2px 0!important;border-radius:4px!important;overflow:hidden!important}.consistency-table td>div{gap:3px!important}.calc-input-group{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.calc-label{min-width:auto!important}.calc-input{max-width:100%!important;box-sizing:border-box!important}.calc-input,.calc-ratio-group{width:100%!important}.calc-input-ratio{max-width:none!important;flex:1!important}.calc-terp-box{padding:16px!important}.calc-terp-label{font-size:9px!important}.calc-terp-value{font-size:22px!important}.calc-terp-sub{font-size:10px!important}.calc-metric-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding:10px 0!important}.calc-metric-label{font-size:11.5px!important}.calc-metric-value{font-size:13px!important}.calc-scenario-card{padding:14px 16px!important}.calc-scenario-badge{font-size:9.5px!important}.calc-formula-box{overflow-wrap:break-word!important;word-break:break-word!important;font-size:10.5px!important;padding:12px 14px!important}.ebook-card{flex-direction:row!important;align-items:stretch!important}.ebook-cover-wrapper{width:90px!important;min-width:90px!important}.ebook-content{padding:12px 14px!important}.ebook-title{font-size:15px!important;margin-bottom:4px!important;padding-right:0!important}.ebook-desc{margin-bottom:12px!important;line-height:1.35!important}.ebook-btn,.ebook-desc{font-size:11px!important}.ebook-btn{padding:6px 12px!important}.ebook-badge-free{font-size:8.5px!important;padding:2px 6px!important;top:6px!important;right:6px!important}.ebook-premium-section{padding:20px 16px!important;margin-bottom:40px!important;border-radius:16px!important}.ebook-premium-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;margin-bottom:20px!important}.ebook-premium-badge{font-size:10px!important;margin-bottom:8px!important}.ebook-premium-title{font-size:20px!important}.ebook-premium-desc{font-size:13px!important;margin-top:6px!important}.ebook-premium-action{text-align:left!important;width:100%!important;padding:16px!important;box-sizing:border-box!important}.ebook-premium-access{font-size:12px!important;white-space:normal!important;margin-bottom:0!important}.ebook-price-old{font-size:13px!important}.ebook-price-new{font-size:24px!important}.ebook-btn-buy{width:100%!important;padding:10px!important;font-size:14px!important}.ebook-detail-page{padding:24px 16px!important}.ebook-detail-layout{flex-direction:column!important}.ebook-detail-cover-container{padding:24px 16px!important;border-right:none!important;border-bottom:1px solid var(--border)}.ebook-detail-content{padding:24px 20px!important}.ebook-detail-title{font-size:24px!important}.ebook-detail-testimonials{padding:30px 20px!important}}body:has(.mr-layout),html:has(.mr-layout){scrollbar-width:none}body:has(.mr-layout)::-webkit-scrollbar,html:has(.mr-layout)::-webkit-scrollbar{display:none;width:0;height:0}.market-ticker-viewport{overflow:hidden;white-space:nowrap;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-toolbar)}.market-ticker-track{display:inline-flex;align-items:center;animation:market-ticker-scroll 160s linear infinite;will-change:transform}@keyframes market-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.market-ticker-item{display:inline-flex;align-items:baseline;gap:6px;padding:10px 16px;font-size:13px;white-space:nowrap}.market-ticker-code{font-weight:700;color:var(--text-primary)}.market-ticker-sep{display:inline-flex;align-items:center;padding:10px 18px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap}@media (max-width:768px){.market-ticker-item{font-size:12px;padding:8px 12px}.market-ticker-viewport{border:1px solid var(--border);border-radius:10px}.market-ticker-track:active{animation-play-state:paused}}@media (prefers-reduced-motion:reduce){.market-ticker-track{animation:none;transform:none}}@media (max-width:374px){.container,.header-inner,.sidebar-nav{padding-left:12px;padding-right:12px}.sidebar-nav{scroll-padding-inline:12px}.logo{font-size:15px}.auth-actions .btn-sm,.user-actions .btn-sm{padding-inline:7px}}@media (max-width:480px){.auth-actions,.header-inner,.header-left,.header-right,.user-actions{min-width:0;max-width:100%}.header-inner{padding:6px 8px;gap:6px}.header-left{flex:0 1 auto}.header-right{flex:0 1 auto;gap:4px}.auth-actions,.user-actions{gap:4px}.header-pricing{display:none!important}.theme-toggle{margin-right:0!important}.auth-actions .btn-sm,.user-actions .btn-sm{min-height:34px;padding:4px 7px;font-size:10px}}