:root{--bg:#f8fafc;--bg-accent:#eef6ff;--side:#eaf2ff;--card:#fff;--card-soft:#fbfdff;--text:#0f172a;--heading:#082f49;--muted:#64748b;--line:#dbe5f2;--line-strong:#cbd5e1;--blue:#1e40af;--blue-2:#2563eb;--green:#10b981;--red:#ef4444;--orange:#f59e0b;--purple:#8b5cf6;--cyan:#06b6d4;--shadow:0 16px 42px #0f172a12;--shadow-soft:0 8px 24px #0f172a0d;--radius-lg:18px;--radius-md:14px;--radius-sm:10px}*{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(circle at 10% 0%, #2563eb14, transparent 32rem), linear-gradient(180deg, #f8fbff 0%, var(--bg) 34rem);min-width:0;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Arial,sans-serif}button,input,select{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8;box-shadow:0 0 0 4px #2563eb29}button{transition:transform .16s,box-shadow .16s,background .16s,border-color .16s}button:hover{box-shadow:0 8px 18px #2563eb14}.filters button:hover,.actions-row button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}.app{grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}.side{background:linear-gradient(#eef6ff 0%,#e7f0ff 64%,#eaf2ff 100%);border-right:1px solid #d6e5fb;height:100vh;padding:20px 12px;position:sticky;top:0;box-shadow:inset -1px 0 #ffffffa6}.brand{align-items:center;gap:10px;margin-bottom:26px;padding:0 2px;display:flex}.brand b{color:#0f172a;letter-spacing:-.01em;display:block}.brand span,.page-head p,.metric span,small{color:var(--muted)}.logo{width:36px;height:36px;color:var(--blue-2);background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:13px;place-items:center;display:grid;box-shadow:inset 0 1px #ffffffe6}.side button{color:#334155;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:44px;margin:4px 0;padding:0 12px;display:flex}.side button:hover,.side button.active{color:#0b63ce;background:#dbeafeeb;border-color:#bfdbfe;font-weight:700;box-shadow:0 8px 18px #2563eb14}.collapse{color:#64748b;font-size:13px;position:absolute;bottom:18px}main{width:100%;min-width:0;padding:28px 28px 40px}main.with-right-nav{padding-right:124px}.page-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.page-head p{margin:0 0 8px;font-size:14px}.page-head h1{letter-spacing:-.04em;color:var(--heading);margin:0;font-size:clamp(24px,2.2vw,32px);line-height:1.15}.page-head h1 span{letter-spacing:0;color:#64748b;vertical-align:middle;margin-left:10px;font-size:13px;font-weight:600;display:inline-flex}.filters,.card,.metric,.sample-banner{border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:var(--radius-lg);background:#fffffff0}.filters{margin-bottom:14px;padding:14px}.filter-row{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));align-items:end;gap:12px;display:grid}.filters label{color:#334155;gap:6px;min-width:0;font-size:12px;display:grid}.filters input,.filters select{border:1px solid var(--line);color:#334155;background:#fff;border-radius:10px;width:100%;min-width:0;height:38px;padding:0 11px}.filters label:first-child{grid-column:span 2}.filters button,.seg button,.tabs button,.actions-row button{border:1px solid var(--line);cursor:pointer;color:#334155;white-space:nowrap;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 13px;display:inline-flex}.filters button.primary,.seg button.active,.tabs button.active{background:linear-gradient(135deg, var(--blue-2), #1d4ed8);color:#fff;border-color:#1d4ed8;box-shadow:0 9px 18px #2563eb2e}.sample-banner{color:#991b1b;background:linear-gradient(135deg,#fff1f2,#fff7ed);border-color:#fecaca;align-items:center;gap:10px;margin-bottom:14px;padding:13px 15px;display:flex}.sample-banner svg{flex:none}.sample-banner span{color:#b91c1c}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-bottom:14px;display:grid}.metrics-grid.compact{grid-template-columns:repeat(auto-fit,minmax(205px,1fr))}.metric{justify-content:space-between;gap:12px;min-height:118px;padding:16px;display:flex;position:relative;overflow:hidden}.metric:before{content:"";background:var(--blue-2);opacity:.8;height:3px;position:absolute;inset:0 0 auto}.metric.green:before{background:var(--green)}.metric.red:before{background:var(--red)}.metric.orange:before{background:var(--orange)}.metric.purple:before{background:var(--purple)}.metric strong{letter-spacing:-.045em;white-space:nowrap;margin:9px 0 7px;font-size:clamp(24px,2.2vw,31px);line-height:1.05;display:block}.metric i{width:44px;height:44px;color:var(--blue-2);background:#eef6ff;border-radius:999px;flex:none;place-items:center;display:grid}.metric i svg{width:21px}.metric.green strong,.metric.green i{color:var(--green)}.metric.red strong,.metric.red i{color:var(--red)}.metric.orange strong,.metric.orange i{color:var(--orange)}.metric.purple strong,.metric.purple i{color:var(--purple)}.metric.blue strong,.metric.blue i{color:var(--blue-2)}.up{color:var(--green)}.down{color:var(--red)}.card{margin-bottom:14px;padding:16px}.card h2{color:#0f172a;letter-spacing:-.015em;margin:0 0 13px;font-size:16px}.card-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.pill{color:#dc2626;background:#fee2e2;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.pill.p2{color:#b45309;background:#fef3c7}.pill.p3{color:#15803d;background:#dcfce7}.headline{color:#9a3412;background:linear-gradient(135deg,#fff7ed,#fffbeb);border:1px solid #fed7aa;border-radius:13px;align-items:center;gap:9px;margin-bottom:12px;padding:12px 13px;font-weight:700;display:flex}.decision-grid{grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:12px;display:grid}.decision{background:#fff5f5;border:1px solid #fee2e2;border-radius:13px;min-height:126px;padding:13px}.decision span{color:#64748b;font-size:12px}.decision b{color:#dc2626;margin:8px 0;font-size:18px;line-height:1.25;display:block}.decision p{color:#475569;margin:0;font-size:12px;line-height:1.6}.decision.orange{background:#fff7ed;border-color:#fed7aa}.decision.orange b{color:#ea580c}.decision.blue{background:#eff6ff;border-color:#bfdbfe}.decision.blue b{color:#1d4ed8}.decision.purple{background:#f5f3ff;border-color:#ddd6fe}.decision.purple b{color:#7c3aed}.timeline-line{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;padding-top:8px;display:grid;position:relative}.timeline-line:before{content:"";background:#93c5fd;height:3px;position:absolute;top:19px;left:1%;right:1%}.event{z-index:1;min-width:0;position:relative}.dot{background:var(--red);border:3px solid #fff;border-radius:999px;width:14px;height:14px;box-shadow:0 0 0 2px #fecaca}.event.action .dot,.event.watch .dot{background:var(--orange);box-shadow:0 0 0 2px #fed7aa}.event.watch .dot{background:var(--green);box-shadow:0 0 0 2px #bbf7d0}.event time{color:#334155;margin:5px 0;font-weight:700;display:block}.event article{border:1px solid var(--line);background:#fff;border-radius:13px;min-height:132px;padding:13px}.event article p{color:#475569;margin:8px 0;font-size:13px;line-height:1.52}.grid-3,.grid-2{align-items:stretch;gap:14px;display:grid}.grid-3{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.grid-2{grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr)}.span2{grid-column:auto}.tabs,.seg{flex-wrap:wrap;gap:7px;display:flex}.tabs button,.seg button{height:30px;min-height:30px;padding:0 10px;font-size:12px}.table-wrap{border:1px solid var(--line);border-radius:13px;max-height:620px;overflow:auto}table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}th,td{border-bottom:1px solid var(--line);white-space:nowrap;text-align:left;padding:11px 10px}th{z-index:1;color:#475569;background:#f8fafc;font-weight:700;position:sticky;top:0}td{color:#1f2937}tbody tr:hover{background:#f8fbff}tbody tr:last-child td{border-bottom:0}.insights{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin-bottom:14px;display:grid}.insight,.action-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px}.insight p,.action-card p{color:#475569;margin:8px 0;font-size:13px;line-height:1.55}.insight.danger{background:#fff1f2;border-color:#fecaca}.insight.warning{background:#fffbeb;border-color:#fde68a}.insight.success{background:#f0fdf4;border-color:#bbf7d0}.insight.info{background:#eff6ff;border-color:#bfdbfe}.actions-row{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.action-card{background:#fff7ed;border-color:#fed7aa}.action-card.a0,.action-card.a3{background:#fff1f2;border-color:#fecaca}.action-card.a4{background:#f0fdf4;border-color:#bbf7d0}.action-card button{color:#fff;background:#ef4444;border:0;justify-content:center;width:100%;margin-top:10px}.action-card.a4 button{background:#10b981}.boot{color:#0f172a;background:#f8fafc;place-items:center;min-height:100vh;font-size:22px;display:grid}.boot.error{color:#dc2626}@media (width<=1280px){main{padding:22px 18px 34px}.grid-3,.grid-2{grid-template-columns:1fr}.filters label:first-child{grid-column:span 1}}@media (width<=900px){.app{grid-template-columns:1fr}.side{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;height:auto;display:grid;position:relative}.brand{grid-column:1/-1;margin-bottom:4px}.side button{justify-content:flex-start;margin:0}.collapse{display:none}.page-head{align-items:flex-start}.page-head h1 span{margin:6px 0 0;display:block}}@media (width<=640px){main{padding:12px}.filters,.card,.metric{border-radius:14px}.filter-row,.metrics-grid,.metrics-grid.compact,.decision-grid,.timeline-line,.insights,.actions-row{grid-template-columns:1fr}.sample-banner{flex-wrap:wrap;align-items:flex-start}table,thead,tbody,tr,th,td{display:block}thead{display:none}tr{border-bottom:1px solid var(--line);padding:8px 0}td{white-space:normal;border:0;padding:6px 8px}.table-wrap{max-height:none}td:before{content:attr(data-label);color:var(--muted);margin-bottom:2px;font-size:12px;display:block}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.chart{width:100%;min-width:0}.chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.chart-grid .card{min-width:0}.chart-primary{grid-column:span 1}.error-overview{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.error-combo{grid-template-columns:repeat(2,minmax(0,1fr))}.card-title small{text-align:right;flex:none;max-width:45%;line-height:1.35}.error-detail-card{box-shadow:var(--shadow);border-color:#cbd5e1;margin-top:2px;margin-bottom:0}.wide-table table{min-width:1320px}.error-rank-table th:first-child,.error-rank-table td:first-child{z-index:2;box-shadow:1px 0 0 var(--line);background:#fff;position:sticky;left:0}.error-rank-table th:first-child{z-index:3;background:#f8fafc}.error-rank-table th:nth-child(3),.error-rank-table td:nth-child(3){color:#1d4ed8;font-weight:700}.error-rank-table th:last-child,.error-rank-table td:last-child{white-space:normal;min-width:150px}@media (width<=1180px){.chart-grid,.error-overview,.error-combo{grid-template-columns:1fr}.card-title small{max-width:none}}@media (width<=640px){.chart-grid{gap:12px}.card-title{flex-direction:column;align-items:flex-start;gap:4px}.card-title small{text-align:left}.wide-table table{min-width:0}.error-rank-table th:first-child,.error-rank-table td:first-child{box-shadow:none;position:static}.error-rank-table tr{border:1px solid var(--line);background:#fff;border-radius:13px;margin:0 0 10px;overflow:hidden;box-shadow:0 8px 18px #0f172a0a}.error-rank-table td{word-break:break-word;grid-template-columns:minmax(112px,42%) 1fr;align-items:start;gap:8px;padding:8px 10px;display:grid}.error-rank-table td:before{margin:0;font-weight:700}}.header-actions{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;font-size:13px;display:flex}.header-actions button{border:1px solid var(--line);cursor:pointer;color:#334155;white-space:nowrap;background:#fff;border-radius:11px;align-items:center;gap:6px;min-height:38px;padding:0 12px;display:inline-flex}.header-actions button.primary{background:linear-gradient(135deg, var(--blue-2), #1d4ed8);color:#fff;border-color:#1d4ed8;box-shadow:0 9px 18px #2563eb24}.data-window-switch{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#eff6ff,#fff 62%);border:1px solid #bfdbfe;justify-content:space-between;align-items:center;gap:12px;margin:-6px 0 16px;padding:12px 14px;display:flex}.data-window-switch b{color:#0f172a;font-size:14px;display:block}.data-window-switch span{color:#64748b;margin-top:3px;font-size:12px;display:block}.data-window-switch small{color:#1d4ed8;margin-top:4px;font-size:12px;font-weight:700;display:block}.freshness{border-radius:999px;align-items:center;margin-top:6px;padding:3px 8px;font-size:12px;font-style:normal;font-weight:800;display:inline-flex}.freshness.ok{color:#166534;background:#dcfce7}.freshness.warn{color:#92400e;background:#fef3c7}.freshness.stale{color:#991b1b;background:#fee2e2}.freshness.unknown{color:#334155;background:#e2e8f0}.dimension-unavailable{color:#475569;text-align:center;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px dashed #cbd5e1;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:260px;padding:28px;display:flex}.dimension-unavailable svg{color:#64748b}.dimension-unavailable b{color:#0f172a;font-size:16px}.dimension-unavailable p{max-width:560px;margin:0;line-height:1.65}.dimension-unavailable small{color:#1d4ed8;font-weight:800}.window-buttons{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.window-buttons button{border:1px solid var(--line);color:#334155;background:#fff;border-radius:999px;min-height:34px;padding:0 12px;font-weight:800}.window-buttons button.active{background:var(--blue);border-color:var(--blue);color:#fff}.window-buttons button:disabled{cursor:not-allowed;color:#94a3b8;background:#f8fafc}.filter-note{color:#475569;align-items:center;gap:7px;margin-bottom:12px;font-size:13px;display:flex}.mobile-menu-icon{color:#2563eb;margin-left:auto;display:none}@media (width<=900px){.page-head{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fafceb;border-bottom:1px solid #dbe5f2cc;padding:10px 0;position:sticky;top:0}.header-actions{justify-content:flex-start;width:100%}.data-window-switch{flex-direction:column;align-items:flex-start}.window-buttons{justify-content:flex-start}.mobile-menu-icon{display:block}}@media (width<=640px){.header-actions span{flex-basis:100%}.header-actions button{flex:1;min-height:44px}.filter-note{align-items:flex-start;line-height:1.45}}.cockpit-hero{box-shadow:var(--shadow);background:linear-gradient(#fffffffa,#eff6ffb8);border-color:#bfdbfe}.action-strip{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fff7ed,#fff 56%);border:1px solid #fed7aa;grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);gap:12px;margin-bottom:14px;padding:14px;display:grid}.action-strip span{color:#9a3412;font-size:12px;font-weight:700;display:block}.action-strip b{color:#0f172a;margin:5px 0;display:block}.action-buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.action-buttons button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;min-height:58px;padding:8px 10px}.action-buttons button b{margin:0 0 3px;font-size:13px}.action-buttons button small{font-size:11px;line-height:1.35}.action-buttons .danger{background:#fff1f2;border-color:#fecaca}.action-buttons .primary{background:#eff6ff;border-color:#bfdbfe}.action-buttons .warning{background:#fffbeb;border-color:#fde68a}.action-buttons .neutral{background:#f8fafc;border-color:#e2e8f0}.compact-kpi .metric{min-height:104px;padding:14px}.compact-kpi .metric strong{font-size:clamp(22px,1.9vw,28px)}.kline-card{box-shadow:var(--shadow);border-color:#bfdbfe}.event-focus-grid{grid-template-columns:1.3fr .8fr .9fr;gap:12px;display:grid}.event-focus-grid>div{border:1px solid var(--line);background:#fbfdff;border-radius:14px;padding:13px}.event-focus-grid span{color:var(--muted);font-size:12px}.event-focus-grid b{color:#0f172a;margin:7px 0;display:block}.event-focus-grid p{color:#475569;margin:0;font-size:13px;line-height:1.55}.mono-code{font-family:SFMono-Regular,Fira Code,Consolas,monospace;color:#1d4ed8!important}@media (width<=1180px){.action-strip,.event-focus-grid{grid-template-columns:1fr}.action-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.action-buttons{grid-template-columns:1fr}.action-buttons button{min-height:52px}.kline-card .chart{min-width:680px}.kline-card{overflow-x:auto}.compact-kpi .metric{min-height:96px}}.action-buttons button[aria-disabled=true]{cursor:default}.action-buttons button[aria-disabled=true]:hover{transform:none}.filters button[aria-disabled=true],.seg button[aria-disabled=true],.tabs button[aria-disabled=true],.action-card button[aria-disabled=true]{cursor:default}.filters button[aria-disabled=true]:hover,.seg button[aria-disabled=true]:hover,.tabs button[aria-disabled=true]:hover,.action-card button[aria-disabled=true]:hover{transform:none}.section-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.section-title span{color:#2563eb;letter-spacing:.12em;font-size:11px;font-weight:900;display:inline-flex}.section-title h2{color:#0f172a;margin:3px 0 0;font-size:18px}.section-title p{color:#64748b;margin:4px 0 0;font-size:13px}.fund-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.fund-item{border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:13px}.fund-item span{color:#64748b;font-size:12px}.fund-item b{letter-spacing:-.03em;margin:7px 0 4px;font-size:clamp(19px,1.5vw,25px);display:block}.fund-item small{line-height:1.4}.fund-item.success b{color:#059669}.fund-item.danger b{color:#dc2626}.fund-item.primary b{color:#1d4ed8}.fund-item.info b{color:#475569}.todo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.todo-card{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.todo-card>strong{color:#fff;background:#64748b;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.todo-card.danger>strong{background:#ef4444}.todo-card.warning>strong{background:#f59e0b}.todo-card.success>strong{background:#10b981}.todo-card b{font-size:15px;display:block}.todo-card p{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.45}.todo-card button{border:1px solid var(--line);color:#334155;background:#f8fafc;border-radius:10px;min-height:34px;padding:0 10px}.card-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.sim-card{border:1px solid var(--line);background:linear-gradient(#fff,#f8fafc);border-radius:16px;min-width:0;padding:13px}.sim-card span{color:#64748b;font-size:12px}.sim-card b{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;display:block;overflow:hidden}.sim-card-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0;display:grid}.sim-card-metrics span{color:#0f172a;text-align:center;background:#f1f5f9;border-radius:10px;padding:8px 6px;font-size:13px;font-weight:900}.sim-card-metrics small{margin-top:2px;font-size:10px;font-weight:600;display:block}.sim-card em{color:#fff;background:#64748b;border-radius:999px;padding:5px 9px;font-size:12px;font-style:normal;font-weight:800;display:inline-flex}.sim-card.danger{background:#fff1f2;border-color:#fecaca}.sim-card.warning{background:#fffbeb;border-color:#fde68a}.sim-card.success{background:#f0fdf4;border-color:#bbf7d0}.sim-card.danger em{background:#ef4444}.sim-card.warning em{background:#f59e0b}.sim-card.success em{background:#10b981}.right-data-nav{z-index:20;border:1px solid var(--line);width:76px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-radius:16px;gap:6px;padding:10px 8px;display:grid;position:fixed;top:118px;right:14px}.right-data-nav b{color:#0f172a;text-align:center;font-size:12px}.right-data-nav a{text-align:center;color:#475569;border-radius:10px;padding:6px 4px;font-size:12px;text-decoration:none}.right-data-nav a:hover{color:#1d4ed8;background:#eff6ff;font-weight:800}.bottom-module-nav{z-index:18;border:1px solid var(--line);max-width:max-content;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-radius:999px;justify-content:center;gap:8px;margin:0 auto 12px;padding:8px;display:flex;position:sticky;bottom:10px}.bottom-module-nav button{color:#334155;background:#f1f5f9;border:0;border-radius:999px;min-height:34px;padding:0 13px;font-size:13px;font-weight:800}.bottom-module-nav button:hover{color:#1d4ed8;background:#dbeafe}html{scroll-behavior:smooth}#section-kpi,#section-funds,#section-todos,#section-cards,#section-timeline,#section-trends,#section-failures,#section-top,#section-insights{scroll-margin-top:18px}@media (width<=1380px){.right-data-nav{display:none}main.with-right-nav{padding-right:18px}}@media (width<=1180px){.fund-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.todo-grid{grid-template-columns:1fr}.card-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){main.with-right-nav{padding-right:12px}.fund-grid,.card-detail-grid{grid-template-columns:1fr}.todo-card{grid-template-columns:auto 1fr}.todo-card button{grid-column:1/-1}.bottom-module-nav{border-radius:18px;justify-content:flex-start;max-width:100%;overflow-x:auto}.bottom-module-nav button{white-space:nowrap}}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:80;background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.evidence-modal{background:#fff;border:1px solid #94a3b859;border-radius:24px;width:min(720px,100vw - 32px);max-height:min(760px,100vh - 48px);padding:22px;overflow:auto;box-shadow:0 28px 80px #0f172a47}.modal-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;padding-bottom:14px;display:flex}.modal-head span{color:#991b1b;background:#fee2e2;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.modal-head h2{margin:8px 0 0;font-size:20px}.modal-head button{cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;width:36px;height:36px;font-size:24px;line-height:1}.evidence-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:12px;padding:14px}.evidence-block h3{color:#0f172a;margin:0 0 8px;font-size:14px}.evidence-block p{color:#334155;margin:6px 0;line-height:1.55}.evidence-block.technical code{white-space:pre-wrap;color:#334155;background:#0f172a0d;border-radius:10px;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;display:block}.heatmap-title{align-items:flex-start}.heatmap-health{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:flex-end;gap:2px;min-width:148px;padding:8px 10px;display:flex}.heatmap-health b{font-size:13px}.heatmap-health span{color:#64748b;white-space:nowrap;font-size:11px}.heatmap-health.danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.heatmap-health.warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.heatmap-health.ok{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.heatmap-health.nodata{color:#64748b;background:#f8fafc}@media (width<=720px){.heatmap-title{gap:10px}.heatmap-health{align-items:flex-start;width:100%}}.card-title-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.feedback-btn{color:#1d4ed8;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:28px;padding:0 9px;font-size:12px;font-weight:850;display:inline-flex;box-shadow:0 4px 12px #2563eb14}.feedback-btn:hover{background:#dbeafe;border-color:#bfdbfe;transform:translateY(-1px)}.feedback-section-wrap{position:relative}.feedback-section-wrap>.feedback-btn{z-index:2;position:absolute;top:12px;right:14px}.insights.feedback-section-wrap{padding-top:38px}.feedback-overlay{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a75;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.feedback-modal{background:#fff;border:1px solid #94a3b859;border-radius:24px;width:min(760px,100vw - 32px);max-height:min(820px,100vh - 40px);padding:22px;overflow:auto;box-shadow:0 32px 90px #0f172a52}.feedback-modal-head,.feedback-actions,.feedback-two,.feedback-context{gap:12px;display:flex}.feedback-modal-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding-bottom:14px}.feedback-modal-head h2{color:#0f172a;margin:0;font-size:20px}.feedback-modal-head p{color:#64748b;margin:5px 0 0;font-size:13px}.feedback-modal-head button{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;width:34px;height:34px}.feedback-context{flex-wrap:wrap;margin:14px 0}.feedback-context span{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:750}.feedback-field{color:#334155;gap:7px;margin-top:12px;font-size:13px;font-weight:800;display:grid}.feedback-field b{color:#dc2626}.feedback-field textarea,.feedback-field input{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;padding:11px 12px;font-weight:500}.feedback-field textarea{resize:vertical;min-height:126px;line-height:1.55}.feedback-field textarea:focus,.feedback-field input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f626}.feedback-field small{color:#94a3b8;justify-self:end;font-weight:700}.feedback-type-row{flex-wrap:wrap;gap:8px;display:flex}.feedback-type-row button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;min-height:34px;padding:0 12px;font-weight:800}.feedback-type-row button.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.feedback-two{align-items:flex-start}.feedback-two .feedback-field{flex:1 1 0}.feedback-details{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;margin-top:14px;padding:10px 12px}.feedback-details summary{cursor:pointer;color:#475569;font-weight:850}.feedback-details pre{white-space:pre-wrap;word-break:break-word;color:#334155;max-height:210px;margin:10px 0 0;font-size:12px;overflow:auto}.feedback-notice{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;margin-top:14px;padding:10px 12px;font-size:13px;font-weight:800}.feedback-notice.error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.feedback-notice.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.feedback-actions{flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.feedback-actions button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 14px;font-weight:850;display:inline-flex}.feedback-actions button.primary{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.feedback-actions button:disabled{opacity:.65;cursor:wait}@media (width<=720px){.feedback-two{flex-direction:column}.feedback-two .feedback-field{width:100%}.feedback-modal{border-radius:20px;padding:18px}.feedback-section-wrap>.feedback-btn{top:8px;right:10px}}
