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