.results-page{--results-bg:#000;--results-panel:#09090b;--results-card:linear-gradient(145deg, #040c14e6, #08121cb8);--results-line:#3f3f46;--results-text:#f8fafc;--results-muted:#a1a1aa;--results-accent:#67e8f9;background:var(--results-bg);min-height:100vh;color:var(--results-text)}.results-shell{grid-template-columns:320px minmax(0,1fr);min-height:100vh;display:grid}.results-sidebar{border-right:1px solid var(--results-line);background:var(--results-panel);height:100vh;padding:32px;position:sticky;top:0;overflow-y:auto}.results-main{min-width:0;padding:32px}.results-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.results-header h2{margin:0;font-size:30px;font-weight:600}.results-header p{color:var(--results-muted);margin:8px 0 0}.results-section{margin-top:22px}.results-section-title{justify-content:space-between;align-items:end;gap:14px;margin-bottom:12px;display:flex}.results-section-title h3{margin:4px 0 0;font-size:18px;font-weight:600}.results-overview{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.results-plot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.results-plot-panel{background:var(--results-card);border:1px solid #67e8f921;border-radius:14px;min-height:390px;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.results-plot-panel.wide{grid-column:1/-1}.results-plot-header{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 0;display:flex}.results-plot-header h4{margin:5px 0 0;font-size:15px;font-weight:600}.results-plot-actions{flex-wrap:wrap;justify-content:end;gap:8px;display:flex}.results-plot-actions button,.results-toggle-list button,.results-report-button{color:var(--results-accent);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#040c14b8;border:1px solid #67e8f929;border-radius:10px;padding:8px 10px;font-size:10px}.results-plot-body{height:318px;padding:4px}.results-toggle-list{gap:8px;display:grid}.results-toggle-list button{text-align:left;justify-content:space-between;gap:8px;width:100%;display:flex}.results-toggle-list button.disabled{color:#71717a;border-color:#71717a33}.results-modal{z-index:80;background:#000000bd;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.results-modal-panel{background:var(--results-panel);border:1px solid #67e8f938;border-radius:18px;width:min(1180px,96vw);height:min(780px,90vh);overflow:hidden}.results-modal-panel .results-plot-body{height:calc(100% - 66px)}@media (prefers-color-scheme:light){.results-page{--results-bg:#f8fafc;--results-panel:#fff;--results-card:linear-gradient(145deg, #fff, #eef7fb);--results-line:#cbd5e1;--results-text:#0f172a;--results-muted:#475569;--results-accent:#0891b2}}@media (max-width:1250px){.results-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.results-plot-grid{grid-template-columns:1fr}}@media (max-width:900px){.results-shell{grid-template-columns:1fr}.results-sidebar{height:auto;position:relative}.results-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.results-main,.results-sidebar{padding:18px}.results-header,.results-section-title{flex-direction:column;align-items:stretch}.results-overview{grid-template-columns:1fr}}
