.geo-panel-v2{margin-top:24px}.geo-v2-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.geo-v2-title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--ink);margin:0 0 4px;font-size:1.4rem}.geo-v2-meta{color:var(--ink-60);font-size:.88rem}.geo-v2-meta strong{color:var(--ink)}.geo-v2-warn{color:var(--ink-60);cursor:help;border-bottom:1px dotted var(--ink-60)}.geo-v2-filters-active{background:var(--white);border:1px solid var(--ink-08);border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 14px;display:flex}.gf-label{color:var(--ink-60);text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;font-weight:700}.gf-chip{background:var(--accent);color:var(--white);border-radius:999px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}.gf-clear{color:var(--red);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-family:inherit;font-size:.78rem;font-weight:600}.gf-clear:hover{text-decoration:underline}.geo-v2-search{margin:10px 0;position:relative}.geo-search-icon{color:var(--ink-40);pointer-events:none;font-size:1.1rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.geo-search-input{border:1px solid var(--ink-08);background:var(--white);width:100%;color:var(--ink);border-radius:999px;padding:10px 38px;font-family:inherit;font-size:.92rem;transition:border-color .15s,box-shadow .15s}.geo-search-input::placeholder{color:var(--ink-40)}.geo-search-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1a6b3c1f}.geo-search-input::-webkit-search-cancel-button{display:none}.geo-search-clear{background:var(--paper-2);cursor:pointer;width:24px;height:24px;color:var(--ink-60);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.geo-search-clear:hover{background:var(--ink-08);color:var(--ink)}.gf-chip-search{background:var(--ink);color:var(--white);align-items:center;gap:6px;padding-right:6px;display:inline-flex}.gf-chip-search button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.9rem;line-height:1;display:inline-flex}.gf-chip-search button:hover{background:#ffffff59}.geo-v2-map-card{background:var(--white);border:1px solid var(--ink-08);border-radius:16px;margin-bottom:16px;padding:16px 20px}.geo-map-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.world-map-wrap{width:100%;position:relative}.map-meta{color:var(--ink-60);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;font-size:.82rem;display:flex}.map-meta strong{color:var(--ink)}.reset-selection{background:var(--ink-08);color:var(--ink-80);cursor:pointer;border:none;border-radius:999px;padding:4px 12px;font-family:inherit;font-size:.76rem;font-weight:600;transition:all .15s}.reset-selection:hover{background:var(--red-light);color:var(--red)}.map-svg-wrap{background:linear-gradient(#fafbfc 0%,#f1f4f7 100%);border-radius:12px;width:100%;max-height:420px;padding:8px;position:relative;overflow:hidden}.world-svg{width:100%;height:auto;max-height:400px;display:block}.country-active{cursor:pointer;transition:opacity .2s,filter .2s,stroke-width .2s}.country-active:hover{filter:brightness(1.08)saturate(1.15);stroke-width:1px}.country-inactive{cursor:default;transition:fill .2s}.country-inactive:hover{fill:#d8dee5}.map-tooltip{background:var(--ink);color:var(--white);font-feature-settings:"tnum";pointer-events:none;white-space:nowrap;z-index:10;border-radius:10px;padding:10px 14px;font-size:.8rem;position:absolute;transform:translate(-50%,-100%);box-shadow:0 8px 24px #0a0a0a47}.map-tooltip strong{margin-bottom:2px;font-size:.88rem;display:block}.map-loading,.map-error{text-align:center;color:var(--ink-60);padding:64px}.map-error{color:var(--red)}.geo-v2-donuts-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:16px;margin-bottom:16px;display:grid}@media (width<=900px){.geo-v2-donuts-grid{grid-template-columns:1fr}}.dchart-card{background:var(--white);border:1px solid var(--ink-08);border-radius:14px;flex-direction:column;gap:12px;min-width:0;min-height:380px;padding:18px;display:flex}.dchart-head{justify-content:space-between;align-items:flex-start;gap:8px;min-height:36px;display:flex}.dchart-title{color:var(--ink);letter-spacing:-.01em;margin-bottom:2px;font-size:.92rem;font-weight:700}.dchart-meta{color:var(--ink-60);font-size:.72rem}.dchart-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.dchart-filter-wrap{position:relative}.dchart-filter-btn{background:var(--white);border:1px solid var(--ink-08);color:var(--ink-80);cursor:pointer;white-space:nowrap;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:.74rem;font-weight:600;transition:all .15s}.dchart-filter-btn:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.dchart-filter-btn.active{background:var(--accent);border-color:var(--accent);color:var(--white)}.dchart-filter-backdrop{z-index:100;position:fixed;inset:0}.dchart-filter-dropdown{z-index:101;background:var(--white);border:1px solid var(--ink-08);border-radius:12px;flex-direction:column;width:240px;max-height:360px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 12px 32px #0a0a0a2e}.dfilter-head{border-bottom:1px solid var(--ink-08);background:var(--paper-2);color:var(--ink-60);justify-content:space-between;align-items:center;padding:10px 14px;font-size:.74rem;font-weight:600;display:flex}.dfilter-clear{color:var(--red);cursor:pointer;background:0 0;border:none;padding:2px 6px;font-family:inherit;font-size:.74rem;font-weight:700}.dfilter-clear:hover{text-decoration:underline}.dfilter-list{flex:1;margin:0;padding:6px 0;list-style:none;overflow-y:auto}.dfilter-list::-webkit-scrollbar{width:6px}.dfilter-list::-webkit-scrollbar-thumb{background:#0a0a0a26;border-radius:3px}.dfilter-item label{cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:7px 14px;font-size:.82rem;transition:background .12s;display:grid}.dfilter-item label:hover{background:var(--paper-2)}.dfilter-item input[type=checkbox]{cursor:pointer;width:14px;height:14px;accent-color:var(--accent)}.dfilter-label{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dfilter-pct{color:var(--ink-60);font-feature-settings:"tnum";flex-shrink:0;font-size:.74rem;font-weight:600}.dchart-clear{background:var(--red-light);color:var(--red);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.72rem;font-weight:700;transition:transform .15s,background .15s;display:flex}.dchart-clear:hover{background:#fecaca;transform:scale(1.1)}.dchart-empty{text-align:center;color:var(--ink-60);flex:1;justify-content:center;align-items:center;padding:32px 8px;font-size:.84rem;display:flex}.dchart-body{flex:1;grid-template-columns:minmax(180px,1fr) 1fr;align-items:center;gap:14px;display:grid}@media (width<=480px){.dchart-body{grid-template-columns:1fr}}.dchart-donut{justify-content:center;align-items:center;width:100%;height:220px;min-height:220px;display:flex;position:relative}.dchart-donut .apexcharts-canvas{margin:0 auto}.dchart-loading{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.dchart-loading-ring{border:4px solid var(--ink-08);border-top-color:var(--accent);border-radius:50%;width:60px;height:60px;animation:.8s linear infinite dchart-spin}@keyframes dchart-spin{to{transform:rotate(360deg)}}.dchart-legend{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.dchart-legend.expanded{max-height:280px;padding-right:4px;overflow-y:auto}.dchart-legend.expanded::-webkit-scrollbar{width:6px}.dchart-legend.expanded::-webkit-scrollbar-track{background:0 0}.dchart-legend.expanded::-webkit-scrollbar-thumb{background:#0a0a0a26;border-radius:3px}.dchart-legend.expanded::-webkit-scrollbar-thumb:hover{background:#0a0a0a4d}.dleg-item{cursor:pointer;border-radius:8px;padding:6px 8px;transition:background .12s}.dleg-item:hover,.dleg-item.active{background:var(--paper-2)}.dleg-item.muted{opacity:.35}.dleg-item.other{cursor:default}.dleg-item.other:hover{background:0 0}.dleg-row{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.dleg-label{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;transition:color .15s;overflow:hidden}.dleg-item.active .dleg-label{font-weight:700}.dleg-item.other .dleg-label{color:var(--ink-60);font-style:italic;font-weight:500}.dleg-pct{color:var(--ink);font-feature-settings:"tnum";flex-shrink:0;font-size:.84rem;font-weight:700}.dleg-bar{background:#0a0a0a0f;border-radius:999px;height:4px;overflow:hidden}.dleg-bar-fill{border-radius:999px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.holdings-donut-body{grid-template-columns:1.1fr 1fr;align-items:center;gap:20px;display:grid}@media (width<=640px){.holdings-donut-body{grid-template-columns:1fr}}.holdings-donut-chart{position:relative}.holdings-donut-legend{flex-direction:column;gap:8px;max-height:320px;margin:0;padding:0 4px 0 0;list-style:none;display:flex;overflow-y:auto}.holdings-donut-legend::-webkit-scrollbar{width:6px}.holdings-donut-legend::-webkit-scrollbar-thumb{background:#0a0a0a26;border-radius:3px}.hdl-item{padding:4px 0}.hdl-item.hdl-other{border-top:1px dashed var(--ink-08);margin-top:4px;padding-top:8px}.hdl-row{align-items:center;gap:8px;margin-bottom:4px;display:flex}.hdl-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.hdl-label{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.86rem;font-weight:600;overflow:hidden}.hdl-item.hdl-other .hdl-label{color:var(--ink-60);font-style:italic;font-weight:500}.hdl-pct{font-feature-settings:"tnum";color:var(--ink);flex-shrink:0;font-size:.84rem;font-weight:700}.hdl-bar{background:#0a0a0a0f;border-radius:999px;height:4px;overflow:hidden}.hdl-bar-fill{border-radius:999px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.geo-note{background:var(--paper-2);color:var(--ink-60);border-radius:10px;margin-top:8px;padding:12px 16px;font-size:.82rem}.geo-note strong{color:var(--ink-80)}.geo-v2-meta-source{color:var(--ink-60);font-size:.78rem}.geo-recon-card{margin-bottom:16px;padding:18px 20px}.geo-recon-head{justify-content:space-between;align-items:baseline;margin-bottom:12px;display:flex}.geo-recon-title{color:var(--ink-90);font-size:.95rem;font-weight:600}.geo-recon-total{color:var(--ink-90);font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:700}.geo-recon-bar{background:var(--paper-2);border-radius:10px;width:100%;height:16px;margin-bottom:18px;display:flex;overflow:hidden;box-shadow:inset 0 1px 2px #0000000f}.geo-recon-seg{cursor:help;height:100%;transition:opacity .2s}.geo-recon-seg:hover{opacity:.85}.geo-recon-legend{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 16px;display:grid}.geo-recon-item{cursor:help;align-items:flex-start;gap:10px;display:flex}.geo-recon-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px}.geo-recon-item-text{flex:1;min-width:0}.geo-recon-item-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.geo-recon-label{color:var(--ink-80);font-size:.82rem;font-weight:500}.geo-recon-pct{color:var(--ink-60);font-variant-numeric:tabular-nums;font-size:.78rem}.geo-recon-value{color:var(--ink-90);font-variant-numeric:tabular-nums;margin-top:1px;font-size:.9rem;font-weight:600}.geo-gap-diag{background:#ef44440d;border:1px solid #ef444433;border-radius:10px;margin-top:18px;padding:14px 16px}.geo-gap-diag-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.geo-gap-diag-title{color:var(--ink-90);font-size:.9rem;font-weight:600}.geo-gap-diag-sub{color:var(--ink-60);margin-top:2px;font-size:.8rem}.geo-gap-diag-body{margin-top:14px}.geo-gap-broker{background:var(--paper);border-radius:8px;margin-bottom:12px;padding:12px 14px}.geo-gap-broker-head{justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:.85rem;display:flex}.geo-gap-broker-name{color:var(--ink-90);font-weight:600}.geo-gap-broker-date{color:var(--ink-60);font-size:.78rem}.geo-gap-table{border-collapse:collapse;width:100%;font-size:.85rem}.geo-gap-table td{border-bottom:1px solid var(--line);vertical-align:top;padding:8px 0}.geo-gap-table td.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;width:1%}.geo-gap-table td.strong{font-weight:600}.geo-gap-table td.delta{color:#dc2626}.geo-gap-table tr.delta-row td{border-bottom:none}.geo-gap-explain{color:var(--ink-60);margin-top:4px;font-size:.78rem;font-weight:400;line-height:1.5}.geo-gap-actions{background:var(--paper);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.geo-gap-action-hint{color:var(--ink-70);flex:1;min-width:200px;font-size:.83rem;line-height:1.5}.geo-gap-action-hint strong{color:var(--ink-90)}.btn-sm{white-space:nowrap;padding:8px 14px;font-size:.85rem}.geo-crypto-card{background:linear-gradient(#f59e0b0a,#0000 60%);margin-top:16px;padding:18px 20px}.geo-crypto-head{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.geo-crypto-title{color:var(--ink-90);align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.geo-crypto-icon{color:#f59e0b;font-size:1.1rem}.geo-crypto-sub{color:var(--ink-60);margin-top:2px;font-size:.82rem}.geo-crypto-total{color:var(--ink-90);font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:700}.geo-crypto-list{margin:0;padding:0;list-style:none}.geo-crypto-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(140px,1.2fr) minmax(60px,2fr) auto;align-items:center;gap:14px;padding:10px 0;display:grid}.geo-crypto-row:last-child{border-bottom:none}.gc-left{flex-direction:column;gap:2px;display:flex}.gc-ticker{color:var(--ink-90);font-weight:600;font-family:var(--font-sans);letter-spacing:.02em}.gc-brokers{color:var(--ink-60);font-size:.75rem}.gc-bar-wrap{background:var(--paper-2);border-radius:999px;height:8px;overflow:hidden}.gc-bar{background:linear-gradient(90deg,#f59e0b,#ea580c);border-radius:999px;height:100%}.gc-right{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.gc-value{color:var(--ink-90);font-variant-numeric:tabular-nums;font-weight:600}.gc-pct{color:var(--ink-60);font-variant-numeric:tabular-nums;font-size:.75rem}.geo-missing-card{margin-top:16px;padding:16px 20px}.geo-missing-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.geo-missing-title{color:var(--ink-90);font-size:.95rem;font-weight:600}.geo-missing-sub{color:var(--ink-60);margin-top:2px;font-size:.82rem}.geo-missing-toggle{background:var(--paper-2);border:1px solid var(--line);color:var(--ink-80);cursor:pointer;white-space:nowrap;border-radius:999px;padding:6px 14px;font-size:.82rem;font-weight:500}.geo-missing-toggle:hover{background:var(--paper-3)}.geo-missing-list{border-top:1px solid var(--line);max-height:480px;margin:14px 0 0;padding:0;list-style:none;overflow-y:auto}.geo-missing-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:10px 4px;font-size:.85rem;display:flex}.geo-missing-row:last-child{border-bottom:none}.gm-left{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.gm-ticker{color:var(--ink-90);font-weight:600;font-family:var(--font-sans)}.gm-name{color:var(--ink-70);text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:.82rem;overflow:hidden}.gm-tag{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:500;display:inline-block}.gm-tag-no-profile{color:#dc2626;background:#ef44441f}.gm-tag-no-country{color:#b45309;background:#f59e0b24}.gm-tag-class{color:#4f46e5;background:#6366f124}.gm-sector{color:var(--ink-60);font-size:.78rem}.gm-right{text-align:right;white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.gm-value{color:var(--ink-90);font-weight:600}.gm-brokers{color:var(--ink-60);font-size:.75rem}.geo-retry-btn{border:1px solid var(--ink-08);background:var(--white);cursor:pointer;color:var(--accent,#1a6b3c);border-radius:999px;margin-left:8px;padding:2px 10px;font-family:inherit;font-size:.74rem;font-weight:700}.geo-retry-btn:hover{background:var(--accent-light,#1a6b3c1a)}
