.panel-container{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.panel-header{justify-content:space-between;align-items:baseline;margin:0 0 1rem;display:flex}.panel-title{color:var(--text-primary);border-left:3px solid #54c8ff;margin:0;padding-left:10px;font-size:1.25rem;font-weight:600}.panel-subtitle{color:var(--text-secondary);margin:0;font-size:.83125rem}.panel-content{flex:1;padding:0;overflow:auto}.panel-table{border-collapse:collapse;width:100%;font-size:.875rem}.panel-table th{text-align:left;border-bottom:1px solid var(--border);color:var(--text-primary);padding:.5rem;font-weight:600}.panel-table td{border-bottom:1px solid var(--border-light);color:var(--text-muted);padding:.5rem}.panel-table tr:last-child td{border-bottom:none}.panel-table tr:nth-child(2n){background-color:var(--table-alt)}.panel-chart-container{flex:1;width:100%;height:100%;min-height:200px}.panel-legend{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;font-size:.7875rem;display:flex}.panel-legend-item{align-items:center;margin-right:.666667rem;display:flex}.panel-legend-color{border-radius:3px;width:12px;height:12px;margin-right:calc(.25rem + 2px)}.panel-status{border-radius:8px;align-items:center;padding:.25rem .5rem;font-size:.7875rem;font-weight:500;display:inline-flex}.panel-status-success{color:#198754;background-color:#1987541a}.panel-status-warning{color:#ffc107;background-color:#ffc1071a}.panel-status-danger{color:#dc3545;background-color:#dc35451a}.tissues_chart{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.tissues_chart .chart_container{background-color:var(--chart-bg);border-radius:8px;justify-content:center;align-items:center;width:100%;height:240px;margin-bottom:.25rem;display:flex;position:relative;overflow:hidden}.tissues_chart .chart_container canvas{margin:0 auto;display:block}.tissues_chart .chart_container #tissues{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.tissues_chart .graph_legend{background-color:var(--card-bg);border-radius:8px;flex-flow:wrap;gap:.25rem;max-height:70px;padding:.25rem;display:flex;box-shadow:0 1px 3px #0000004d}.tissues_chart .graph_legend .legend_item{flex-direction:row;flex-basis:calc(33% - .25rem);align-items:center;min-width:80px;height:20px;margin-bottom:2px;display:flex}@media (max-width:768px){.tissues_chart .graph_legend .legend_item{flex-basis:calc(50% - .25rem)}}.tissues_chart .graph_legend .legend_item .legend_visual{border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:10px;margin-right:.25rem;display:flex}.tissues_chart .graph_legend .legend_item .legend_visual.bar_vis{background-color:var(--tissue-bar-fill)}.tissues_chart .graph_legend .legend_item .legend_visual.m_value_raw_vis{background-color:var(--m-value-raw-color)}.tissues_chart .graph_legend .legend_item .legend_visual.m_value_calc_vis{background-color:var(--m-value-calc-color)}.tissues_chart .graph_legend .legend_item .legend_visual.gas_inert_vis{background:linear-gradient(to top,white 40%,var(--gas-mix-inert-p-color)40% 60%,white 60% 100%)}.tissues_chart .graph_legend .legend_item .legend_visual.ambient_pressure_vis{background:linear-gradient(to top,white 40%,var(--ambient-pressure-color)40% 60%,white 60% 100%)}.tissues_chart .graph_legend .legend_item .legend_desc{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.65625rem;font-weight:500;display:flex;overflow:hidden}