:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1f2533;--panel:#2b3141;--panel-border:#3c4355;--text:#e8ebf5;--muted:#a4adbf;--accent:#5ea6ff;--neutral:#5f6778}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Segoe UI,Noto Sans KR,Apple SD Gothic Neo,sans-serif}a{color:var(--accent);text-decoration:none}.page{min-height:100vh;padding:24px}.container{max-width:1200px;margin:0 auto}.header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.title{margin:0;font-size:24px;font-weight:700}.subtle{color:var(--muted);font-size:13px}.panel{border:1px solid var(--panel-border);background:var(--panel);border-radius:10px}.controls{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px;padding:14px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--muted);font-size:13px}.field select{border:1px solid var(--panel-border);width:100%;height:36px;color:var(--text);background:#202738;border-radius:8px;padding:0 10px}.grid{grid-template-columns:2fr 1fr;gap:12px;display:grid}.card{padding:14px}.card h2{margin:0 0 10px;font-size:15px}.legend{align-items:center;gap:8px;margin:10px 0 0;display:flex}.legend-bar{background:linear-gradient(90deg,#c53f57 0%,#5f6778 50%,#26a269 100%);border:1px solid #4a5164;border-radius:999px;flex:1;height:10px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}thead th{text-align:left;color:var(--muted);border-bottom:1px solid var(--panel-border);padding:8px 6px}tbody td{border-bottom:1px solid #373f50;padding:8px 6px}.positive{color:#3fc97f}.negative{color:#f06b7f}.neutral{color:#c6ccda}.status{color:var(--muted);margin:0;font-size:13px}.treemap-canvas-wrap{background:#171c28;border:1px solid #3a4358;border-radius:8px;width:100%;position:relative;overflow:hidden}.treemap-canvas{touch-action:none;width:100%;display:block}.map-tooltip{pointer-events:none;color:#f0f3fb;background:#151923f5;border:1px solid #4f5a73;border-radius:8px;min-width:170px;max-width:220px;padding:8px 10px;font-size:12px;position:absolute}.map-tooltip-title{margin-bottom:4px;font-weight:700}.map-tooltip-line{color:#c8d0e2;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.map-reset-btn{color:#eaf0ff;cursor:pointer;background:#151923f0;border:1px solid #526079;border-radius:6px;height:30px;padding:0 10px;font-size:12px;position:absolute;top:10px;right:10px}.hover-unpin-btn{color:#eaf0ff;cursor:pointer;background:#202738;border:1px solid #526079;border-radius:6px;width:fit-content;height:28px;padding:0 10px;font-size:12px}.table-wrap tbody tr{cursor:pointer}.table-wrap tbody tr:hover{background:#2a3143}.table-row-selected{background:#344160}.table-row-selected td{border-bottom-color:#4f5f85}.hover-panel{flex-direction:column;gap:8px;display:flex}.hover-head{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.mini-chart{background:#202738;border:1px solid #414b61;border-radius:8px;min-height:96px;padding:6px}.peer-list{flex-direction:column;gap:4px;display:flex}.peer-row{color:#d6dcef;justify-content:space-between;gap:8px;font-size:12px;display:flex}@media (max-width:900px){.page{padding:12px}.grid{grid-template-columns:1fr}}.fv-page{color:#e7edf8;background:radial-gradient(circle at 18% 0,#1d2940 0%,#111722 56%,#0d131d 100%);flex-direction:column;height:100vh;min-height:100vh;margin:0;padding:0;font-family:IBM Plex Sans,Segoe UI,Noto Sans KR,Apple SD Gothic Neo,sans-serif;display:flex;overflow:hidden}.fv-layout{box-sizing:border-box;grid-template-columns:176px minmax(0,1fr) 304px;gap:14px;width:100%;height:100%;padding:10px;display:grid}.fv-sidebar{min-width:0;min-height:0}.fv-sidebar-panel{background:linear-gradient(#174a72 0%,#133b5d 58%,#102f4e 100%);border:1px solid #2c6d92;border-radius:12px;flex-direction:column;gap:10px;height:100%;padding:12px;display:flex;overflow:hidden}.fv-sidebar-header{border-bottom:1px solid #c6dff038;gap:4px;padding-bottom:10px;display:grid}.fv-sidebar-kicker{color:#cde3f2;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:12px;font-weight:700}.fv-sidebar-title{color:#f3f9ff;letter-spacing:-.01em;margin:0;font-size:20px;line-height:1.05}.fv-sidebar-logo{width:100%;max-width:124px;height:auto;display:block}.fv-sidebar-group{gap:8px;display:grid}.fv-sidebar-group-title{color:#d1e5f2;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.fv-sidebar-item{color:#ecf6ff;text-align:left;letter-spacing:0;cursor:pointer;background:#0d233a73;border:1px solid #c6dff052;border-radius:9px;align-items:center;width:100%;min-height:34px;margin:0;padding:9px 10px;font-size:14px;font-weight:500;line-height:1.1;transition:background-color .12s,border-color .12s,transform .12s;display:flex}.fv-sidebar-item:hover{background:#1a486f9e;border-color:#dfeffa94;transform:translate(1px)}.fv-sidebar-item-active{color:#1d2d40;background:#f2d184;border-color:#f2d184;font-weight:700}.fv-sidebar-item-static{color:#d1e4f2;cursor:default;background:0 0;border:0;padding:0;font-size:13px;line-height:1.2}.fv-sidebar-meta{align-content:end;gap:6px;display:grid}.fv-sidebar-note{color:#e1eef8db;margin:auto 0 0;font-size:11px;line-height:1.25}.fv-sidebar-group-cycle{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.fv-sidebar-group-cycle .fv-sidebar-group-title{grid-column:1/-1}.fv-sidebar-chip{text-align:center;justify-content:center;min-height:32px;padding:7px 6px}.fv-content{color:#eaf1ff;background:#161f2d;border:1px solid #243246;border-radius:12px;grid-template-rows:40px minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.fv-map-center{justify-content:center;align-items:stretch;min-height:0;padding:10px;display:flex;position:relative;overflow:hidden}.fv-topbar{background:#202b3d;border-bottom:1px solid #2f3d53;justify-content:space-between;align-items:center;gap:0;height:40px;padding:0;display:flex}.fv-topbar-caption{color:#a8b7cb;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:0 10px;font-size:12px;line-height:40px;overflow:hidden}.fv-topbar-tools{align-items:center;height:100%;display:flex}.fv-topbar-meta{align-items:center;gap:8px;min-width:0;padding:0 8px;display:flex}.fv-topbar-badge{color:#d4e2f7;white-space:nowrap;background:#26344a;border:1px solid #49607f;border-radius:999px;justify-content:center;align-items:center;min-width:54px;height:22px;padding:0 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.fv-topbar-badge-ok{color:#c2f0d7;background:#234236;border-color:#3e7a5e}.fv-topbar-badge-updating{color:#e2d8ff;background:#3b3653;border-color:#6f6693}.fv-topbar-badge-warning{color:#ffd4dd;background:#4a2c36;border-color:#8b5565}.fv-topbar-updated{color:#a8b7cb;white-space:nowrap;font-size:11px}.fv-link-btn{color:#a8b7cb;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-left:1px solid #34465f;height:100%;padding:0 11px;font-size:11px;line-height:40px}.fv-link-btn:hover{color:#fff;background:#2c4361}.fv-zoom-btn{color:#a8b7cb;cursor:pointer;background:0 0;border:0;border-left:1px solid #34465f;width:48px;height:100%;font-size:20px;font-weight:400;line-height:1}.fv-zoom-btn:hover{color:#fff;background:#2c4361}.fv-map-stage{background:#121b29;border:1px solid #27364e;border-radius:8px;width:min(100%,1400px);height:100%;min-height:480px;margin:0 auto;position:relative;overflow:hidden}.fv-map-stage .treemap-canvas-wrap{border:0;border-radius:0;width:100%;height:100%}.fv-map-stage .treemap-canvas{width:100%;height:100%}.fv-insight{min-width:0;min-height:0}.fv-insight-panel{color:#dbe6f8;background:linear-gradient(#202b3c 0%,#182130 100%);border:1px solid #263548;border-radius:12px;grid-template-rows:min-content min-content min-content min-content 1fr;gap:10px;height:100%;padding:12px;display:grid;overflow:auto}.fv-insight-title{letter-spacing:.02em;color:#e8f0ff;margin:0;font-size:14px}.fv-insight-empty{color:#9cafcb;margin:0;font-size:12px;line-height:1.45}.fv-insight-hero{color:#eef4ff;text-align:left;cursor:pointer;background:#1a2434;border:2px solid #596f8d;border-radius:10px;flex-direction:column;gap:3px;width:100%;padding:10px;display:flex}.fv-insight-hero-main{letter-spacing:-.02em;font-size:18px;font-weight:700}.fv-insight-hero-sub{color:#adc0df;font-size:12px}.fv-insight-hero-metric{font-size:14px;font-weight:700}.fv-insight-facts{gap:6px;margin:0;display:grid}.fv-insight-facts div{grid-template-columns:78px 1fr;align-items:start;gap:6px;display:grid}.fv-insight-facts dt{color:#97aac9;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:11px}.fv-insight-facts dd{color:#e7eefb;margin:0;font-size:12px;line-height:1.35}.fv-insight-spark{background:#172130;border:1px solid #34455d;border-radius:8px;padding:8px}.fv-insight-spark p{color:#9fb3d0;margin:0 0 4px;font-size:11px}.fv-insight-peer-list{gap:4px;display:grid}.fv-insight-peer-list p{color:#9fb3d0;margin:0 0 2px;font-size:11px}.fv-insight-peer{color:#e8effd;text-align:left;cursor:pointer;background:#1d2839;border:1px solid #3a4d67;border-radius:7px;grid-template-columns:1fr auto;align-items:center;gap:8px;width:100%;padding:6px 8px;display:grid}.fv-insight-peer:hover{background:#27364b;border-color:#4a5f7c}.fv-insight-peer-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.fv-insight-peer-metric{white-space:nowrap;font-size:12px;font-weight:700}.fv-error-banner{z-index:12;color:#ffd6dc;background:#5f1621e6;border:1px solid #ad5062;border-radius:4px;padding:4px 8px;font-size:11px;position:absolute;top:10px;left:10px}.fv-loading-overlay{z-index:13;pointer-events:none;background:radial-gradient(circle,#1018253d 0%,#0e141f1f 56%,#0e141f00 100%);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.fv-loading-spinner{border:3px solid #d9e8ff;border-color:#d9e8ff #a8c7ff #b9ccec52 #b9ccec52;border-radius:50%;width:44px;height:44px;animation:.8s linear infinite fv-spin;box-shadow:0 0 0 1px #0d142159,0 4px 16px #080c1373}.fv-loading-text{color:#d6e4fb;text-shadow:0 1px #00000073;font-size:12px;font-weight:600}@keyframes fv-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.fv-loading-spinner{animation-duration:1.8s}}.fv-help-note{z-index:11;color:#8e9eb9;text-shadow:0 1px #00000059;pointer-events:none;padding-left:18px;font-size:11px;line-height:13px;position:absolute;bottom:10px;left:11px}.fv-help-note:before{content:"i";text-align:center;color:#8e9eb9;border:1px solid #8e9eb9;border-radius:50%;width:12px;height:12px;font-size:9px;font-weight:700;line-height:10px;position:absolute;top:1px;left:0}.fv-legend{z-index:11;border:1px solid #4f668b;border-radius:0;grid-template-columns:repeat(7,minmax(40px,auto));display:grid;position:absolute;bottom:8px;right:11px;overflow:hidden;box-shadow:0 1px 2px #0c0e1673}.fv-legend-item{color:#fff;text-shadow:0 1px #00000040;border-left:1px solid #0e111959;justify-content:center;align-items:center;height:24px;font-size:11px;font-weight:400;display:flex}.fv-legend-item:first-child{border-left:0}.fv-legend-item:first-child{background:#b94e5e}.fv-legend-item:nth-child(2){background:#915674}.fv-legend-item:nth-child(3){background:#686182}.fv-legend-item:nth-child(4){background:#4f6a7f}.fv-legend-item:nth-child(5){background:#44806f}.fv-legend-item:nth-child(6){background:#3d9d66}.fv-legend-item:nth-child(7){background:#35b35f}.fv-hover-card{color:#25262b;z-index:12;background:#fff;border:4px solid #25262b;position:absolute;overflow:hidden;box-shadow:0 8px 24px #0a0c116b}.fv-hover-card-head{color:#fff;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;background:#25262b;align-items:center;height:30px;padding:0 10px;font-size:13.5px;font-weight:600;display:flex;overflow:hidden}.fv-hover-table{background:#fff;width:100.1%}.fv-hover-row{color:#25262b;text-align:left;cursor:pointer;background:#fff;border:0;border-top:2px solid #e3e4e9;grid-template-columns:1fr 65px auto auto;align-items:center;column-gap:8px;width:100%;min-height:30px;padding:0 10px;font-size:14px;font-weight:600;display:grid}.fv-hover-row:first-child{border-top:0}.fv-hover-row:hover{background:#f5f6f9}.fv-hover-row-active{color:#fff;border-top:0;min-height:40px;font-size:21px}.fv-hover-row-ticker{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:700;overflow:hidden}.fv-hover-row-ticker-main{flex-direction:column;gap:2px;line-height:1;display:flex}.fv-hover-row-name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;line-height:12px;overflow:hidden}.fv-hover-row-spark{justify-content:flex-end;align-items:center;min-width:65px;display:inline-flex}.fv-hover-row-price{text-align:right;color:#25262b;font-variant-numeric:tabular-nums;white-space:nowrap}.fv-hover-row-change{text-align:right;white-space:nowrap}.fv-hover-row-price-main,.fv-hover-row-change-main{color:#fff}.fv-sparkline{display:block}.fv-sparkline-empty{width:65px;height:20px;display:inline-block}@media (max-width:1560px){.fv-layout{grid-template-columns:164px minmax(0,1fr) 286px;gap:10px}.fv-sidebar-title{font-size:18px}.fv-sidebar-logo{max-width:114px}.fv-sidebar-item{font-size:13px}}@media (max-width:1240px){.fv-page{height:auto;min-height:100vh;overflow:auto}.fv-layout{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:10px;height:auto;min-height:100vh;padding:10px}.fv-sidebar-panel{flex-direction:column;gap:8px;height:auto;padding:10px;display:flex}.fv-sidebar-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.fv-sidebar-group-title{grid-column:1/-1}.fv-content{min-height:66vh}.fv-map-center{padding:8px}.fv-map-stage{aspect-ratio:16/10;width:100%;height:auto;min-height:0;max-height:none}.fv-insight{display:block}.fv-insight-panel{height:auto;max-height:320px}}@media (max-width:980px){.fv-sidebar-panel{gap:8px;padding:9px}.fv-sidebar-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.fv-sidebar-group-cycle{grid-template-columns:repeat(3,minmax(0,1fr))}.fv-sidebar-group-title{grid-column:1/-1}.fv-sidebar-item{background:#0f2c4699;border-radius:7px;padding:8px;font-size:13px;line-height:1.12}.fv-sidebar-chip{min-height:30px;padding:7px 6px}.fv-sidebar-item-active{color:#1d2d40;background:#f2d184;border-color:#f2d184}.fv-sidebar-meta{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:6px}.fv-sidebar-item-static{text-align:center;background:#0d233a70;border:1px solid #c4dff03d;border-radius:7px;padding:6px 7px;font-size:11px}.fv-sidebar-note{font-size:10px}.fv-content{min-height:68vh}.fv-map-stage{aspect-ratio:4/3;border-radius:6px;width:100%}.fv-topbar{flex-wrap:wrap;height:auto;min-height:40px}.fv-topbar-caption{white-space:normal;width:100%}.fv-topbar-meta{justify-content:space-between;width:100%;padding:0 10px 6px}.fv-topbar-tools{width:100%;overflow-x:auto}.fv-insight-panel{max-height:280px;padding:10px}.fv-insight-hero-main{font-size:16px}.fv-insight-facts div{grid-template-columns:70px 1fr}.fv-legend{grid-template-columns:repeat(7,34px);bottom:6px;right:6px}}@media (max-width:760px){.fv-layout{gap:8px;padding:8px}.fv-sidebar-group{grid-template-columns:repeat(2,minmax(0,1fr))}.fv-sidebar-group-cycle{grid-template-columns:repeat(3,minmax(0,1fr))}.fv-sidebar-item{padding:7px 8px;font-size:12px}.fv-map-stage{aspect-ratio:1}.fv-topbar-caption{font-size:11px}.fv-insight-panel{max-height:260px}}
