@media(max-width:575px){.hide-xs{display:none!important}}@media(min-width:576px){.show-xs-only{display:none!important}}@media(max-width:767px){.hide-sm{display:none!important}}@media(min-width:768px){.show-sm-only{display:none!important}}@media(max-width:991px){.hide-md{display:none!important}}@media(min-width:992px){.show-md-only{display:none!important}}@media(max-width:1199px){.hide-lg{display:none!important}}@media(min-width:1200px){.show-lg-only{display:none!important}}@media(max-width:1599px){.hide-xl{display:none!important}}@media(min-width:1600px){.show-xl-only{display:none!important}}.responsive-container .desktop-layout{display:block}.responsive-container .mobile-layout{display:none}@media(max-width:767px){.responsive-container .desktop-layout{display:none}.responsive-container .mobile-layout{display:block}}.responsive-text{font-size:1rem}@media(max-width:767px){.responsive-text{font-size:.875rem}}.responsive-padding{padding:50px 70px}@media(max-width:767px){.responsive-padding{padding:20px 40px}}.responsive-margin{margin:75px auto}@media(max-width:767px){.responsive-margin{margin:25px auto}}.responsive-width{width:100%}@media(min-width:576px){.responsive-width{width:80%}}@media(min-width:768px){.responsive-width{width:auto}}.responsive-flex{display:flex;flex-direction:row}@media(max-width:767px){.responsive-flex{flex-direction:column}}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}@media(max-width:767px){.responsive-grid{grid-template-columns:1fr;gap:15px}}@media screen and (max-width:768px){.test-chart-loading{display:flex;align-items:center;justify-content:center;height:100%;background:#f4f4f4;border-radius:5px}.test-chart-loading .loading-icon{margin-right:10px}.test-chart-loading .loading-text{font-size:16px;color:rgba(0,0,0,.6)}.prescription-event{position:absolute;transform:translate(-50%);background:#fff;border-radius:3px;border:1px solid #e6e6e6;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:5px 7px}.prescription-event:hover{z-index:10;transform:translateX(-50%) scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,.15)}.prescription-event.paused{border-left:3px solid #ed6e7f}.prescription-event.started{border-left:3px solid #0ca37f}.prescription-event .event-type{font-weight:700;font-size:11px;margin-bottom:1px;white-space:nowrap}.prescription-event .timestamp{color:#999;font-size:11px;white-space:nowrap}.test-chart-component{padding:0;width:100%;overflow-x:hidden}.test-chart-component .chart-header{padding:0 0 16px;display:flex;justify-content:space-between;align-items:flex-start}.test-chart-component .chart-header .header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.test-chart-component .chart-header .test-info{flex-grow:1}.test-chart-component .chart-header .test-info .test-tagline{font-size:16px;line-height:24px;font-weight:400;color:#666}.test-chart-component .chart-header .test-info .viewer-result{margin-top:12px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;display:inline-flex;flex-direction:column;gap:4px;align-self:flex-start;min-width:200px}.test-chart-component .chart-header .test-info .viewer-result-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.test-chart-component .chart-header .test-info .viewer-result-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-date{font-size:12px;color:#94a3b8;font-weight:500}.test-chart-component .chart-header .test-info .viewer-result-value-row{display:flex;align-items:baseline;gap:6px}.test-chart-component .chart-header .test-info .viewer-result-value{font-size:2rem;font-weight:600;line-height:1.2;color:#0f172a}.test-chart-component .chart-header .test-info .viewer-result-unit{font-size:14px;font-weight:500;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-risk-row{display:flex;align-items:center;gap:6px;margin-top:2px;margin-left:-4px}.test-chart-component .chart-header .test-info .viewer-result-check{font-size:14px;color:#0ca37f}.test-chart-component .chart-header .test-info .viewer-result-risk{font-size:14px;font-weight:500}.test-chart-component .chart-header .test-info .viewer-result-risk.risk-optimal{color:#0ca37f}.test-chart-component .chart-header .test-info .viewer-result-risk.risk-borderline,.test-chart-component .chart-header .test-info .viewer-result-risk.risk-moderate{color:#f5bf47}.test-chart-component .chart-header .test-info .viewer-result-risk.risk-abnormal,.test-chart-component .chart-header .test-info .viewer-result-risk.risk-high{color:#ed6e7f}.test-chart-component .chart-header .test-info .viewer-result-risk-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.test-chart-component .chart-header .test-info .viewer-result-risk-pill .viewer-result-risk-pill-icon{font-size:14px}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-optimal{color:#0ca37f;background:rgba(12,163,127,.12)}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-borderline,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-moderate{color:#f5bf47;background:rgba(245,191,71,.2)}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-abnormal,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-high{color:#ed6e7f;background:rgba(237,110,127,.12)}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-outdated,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-peak,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-unknown{color:#64748b;background:#e2e8f0}.test-chart-component .chart-header .test-info .viewer-result-previous{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-previous .viewer-result-previous-line{font-weight:500}.test-chart-component .chart-header .test-info .viewer-result-previous .viewer-result-previous-delta{margin-top:2px;font-weight:600}.test-chart-component .chart-header .test-info .viewer-result-footer{margin-top:6px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px}.test-chart-component .chart-header .test-info .viewer-result-footer.improved{color:#0ca37f}.test-chart-component .chart-header .test-info .viewer-result-footer.worsened{color:#ed6e7f}.test-chart-component .chart-header .test-info .viewer-result-footer.neutral,.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--optimal{color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--single{flex-direction:column;align-items:flex-start;gap:4px}.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--single .viewer-result-footer-target{font-weight:500;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--single .viewer-result-footer-distance{font-weight:600;color:#475569}.test-chart-component .chart-header .test-info .test-value-container{display:flex;align-items:baseline;gap:12px}.test-chart-component .chart-header .test-info .test-value{font-size:31.92px;font-weight:500;color:#000}.test-chart-component .chart-header .test-info .test-unit{font-size:16px;color:#666;margin-left:4px}.test-chart-component .chart-header .test-info .delta-value{font-size:16px;font-weight:500}.test-chart-component .chart-header .test-info .delta-value.improved{color:#0ca37f}.test-chart-component .chart-header .test-info .delta-value.worsened{color:#ed6e7f}.test-chart-component .chart-header .test-info .delta-value .delta-label{color:#666;margin-left:4px}.test-chart-component .chart-header .test-info .time-selector{display:flex;gap:8px;margin-top:16px;overflow-x:auto;padding-bottom:4px}.test-chart-component .chart-header .test-info .time-selector .time-button{background:none;border:none;padding:6px 12px;border-radius:16px;font-size:14px;cursor:pointer;color:#666}.test-chart-component .chart-header .test-info .time-selector .time-button:hover{background-color:#f5f5f5}.test-chart-component .chart-header .test-info .time-selector .time-button.active{background-color:#0ca37f;color:#fff;font-weight:500}.test-chart-component .chart-header .order-button-container{flex-shrink:0;margin-left:24px;display:flex;align-items:center;align-self:center;top:24px;background:#fff;margin-top:24px}.test-chart-component .chart-header .order-button{font-weight:600;display:flex;align-items:center;justify-content:center;padding:15px 25px;font-size:16px;height:50px}.test-chart-component .test-data-area--single-result{margin:0 0 20px;padding:20px 0 16px 16px;background:#fafbfc;border:1px solid #e2e8f0;border-radius:5px}.test-chart-component .test-data-area__range-title{font-size:12px;font-weight:600;color:#64748b;margin:0 0 8px;letter-spacing:.04em;text-transform:uppercase}.test-chart-component .chart-area{margin-top:-16px;margin-left:-12px;padding-bottom:16px;height:350px;width:100%;position:relative}.test-chart-component .chart-area.chart-area--status{margin-top:0;height:280px;min-height:240px;padding:0}.test-chart-component .chart-area .chart-container{height:100%;width:100%;position:relative;overflow:hidden}.test-chart-component .chart-area .test-chart-status-chart{display:flex;align-items:stretch;gap:10px;height:100%;min-height:200px;padding:8px 0 0 12px}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__y-axis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;font-size:11px;color:#64748b;font-weight:500;padding-left:10px;text-align:right}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__tick{line-height:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__plot{flex:1 1;position:relative;min-width:80px;background:#fff;border-radius:6px;overflow:visible}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__grid{position:absolute;inset:0;pointer-events:none;z-index:0}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__grid-line{position:absolute;left:0;right:0;height:0;border-bottom:1px solid #e2e8f0;transform:translateY(50%)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__track{position:absolute;inset:0;border-radius:6px;overflow:visible;z-index:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__optimal-zone{position:absolute;left:0;right:0;background:rgba(12,163,127,.1);border-radius:2px;pointer-events:none}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__moderate-zone{position:absolute;left:0;right:0;border-radius:2px;pointer-events:none;background:rgba(245,191,71,.12)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__high-zone{position:absolute;left:0;right:0;border-radius:2px;pointer-events:none;background:rgba(237,110,127,.12)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line{position:absolute;left:0;right:0;height:0;transform:translateY(50%);pointer-events:none;z-index:4}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line:before{content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:1px dashed #94a3b8;z-index:0}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line.test-chart-status-chart__ref-line--baseline{transform:translateY(0)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line.test-chart-status-chart__ref-line--baseline .test-chart-status-chart__ref-label{top:auto;bottom:2px;transform:translateY(0)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line .test-chart-status-chart__ref-label{position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:10px;font-weight:600;color:#64748b;white-space:nowrap;background:#fff;padding:1px 6px;border-radius:2px;z-index:5}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__value-rule{position:absolute;left:0;right:0;height:2px;transform:translateY(50%);pointer-events:none;z-index:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__value-dot{position:absolute;left:0;width:8px;height:8px;border-radius:50%;transform:translate(-50%,50%);pointer-events:none;border:1.5px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.1);z-index:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__value-callout{position:absolute;left:14px;transform:translateY(-50%);font-size:11px;font-weight:600;color:#0f172a;white-space:nowrap;pointer-events:none;z-index:1}.test-chart-component .stats-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.test-chart-component .stats-cards .stats-card{display:flex;flex-direction:column;gap:4px}.test-chart-component .stats-cards .stats-card .stats-label{font-size:14px;color:#666}.test-chart-component .stats-cards .stats-card .stats-value{font-size:18px;font-weight:500;color:#000}.test-chart-component .stats-cards .stats-card .stats-value.risk-optimal{color:#0ca37f}.test-chart-component .stats-cards .stats-card .stats-value.risk-borderline,.test-chart-component .stats-cards .stats-card .stats-value.risk-moderate{color:#f5bf47}.test-chart-component .stats-cards .stats-card .stats-value.increase,.test-chart-component .stats-cards .stats-card .stats-value.risk-abnormal,.test-chart-component .stats-cards .stats-card .stats-value.risk-high{color:#ed6e7f}.test-chart-component .stats-cards .stats-card .stats-value.decrease,.test-chart-component .stats-cards .stats-card .stats-value.improved{color:#0ca37f}.test-chart-component .stats-cards .stats-card .stats-value.worsened{color:#ed6e7f}.test-chart-component .about-section h3,.test-chart-component .references-section h3,.test-chart-component .related-tests-section h3{font-size:24px;font-weight:600;margin-bottom:16px;display:block;margin-top:0}.test-chart-component .about-section.test-chart-section{padding-top:16px}.test-chart-component .references-section .reference-list{margin:0;max-width:100%}.test-chart-component .references-section .reference-list .reference-list-header{display:flex;align-items:baseline;gap:12px;padding-bottom:16px}.test-chart-component .references-section .reference-list h2.reference-list-heading{font-weight:600!important;font-size:24px!important;color:#161718;margin:0;line-height:1.2}.test-chart-component .references-section .reference-list .reference-list-count{font-size:13px;color:rgba(0,0,0,.6);font-weight:400}.test-chart-component .references-section .reference-list .reference-ol{list-style:none;counter-reset:ref-counter;padding:0;margin:0}.test-chart-component .references-section .reference-list .reference-item{counter-increment:ref-counter;display:flex;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06)}.test-chart-component .references-section .reference-list .reference-item:last-child{border-bottom:none}.test-chart-component .references-section .reference-list .reference-item:before{content:counter(ref-counter);flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:rgba(0,0,0,.6);background:rgba(0,0,0,.04);border-radius:6px;margin-right:14px;margin-top:1px;line-height:1;transform:translateY(1px)}.test-chart-component .references-section .reference-list .reference-item-inner{flex:1 1;min-width:0}.test-chart-component .references-section .reference-list .reference-title-row{margin-bottom:6px;line-height:1.45}.test-chart-component .references-section .reference-list .reference-title-link{font-size:14.5px;font-weight:600;color:#161718;text-decoration:none;transition:color .15s}.test-chart-component .references-section .reference-list .reference-title-link:hover{color:#0ca37f}.test-chart-component .references-section .reference-list .reference-title-text{font-size:14.5px;font-weight:500;color:#161718}.test-chart-component .references-section .reference-list .reference-meta-row{font-size:13px;line-height:1.6;color:rgba(0,0,0,.6)}.test-chart-component .references-section .reference-list .reference-authors{font-weight:400}.test-chart-component .references-section .reference-list .reference-journal{font-style:italic}.test-chart-component .references-section .reference-list .reference-year{font-weight:400}.test-chart-component .references-section .reference-list .reference-meta-sep{display:inline-block;width:3px;height:3px;border-radius:50%;background:rgba(0,0,0,.25);margin:0 7px;vertical-align:middle}.test-chart-component .references-section .reference-list .references-show-more{display:inline-flex;align-items:center;margin-top:16px;padding:10px 20px;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:13.5px;font-weight:500;color:rgba(0,0,0,.6);cursor:pointer;transition:all .15s}.test-chart-component .references-section .reference-list .references-show-more:hover{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.12);color:#161718}.test-chart-component .test-chart-loading{display:flex;justify-content:center;align-items:center;height:400px}.test-chart-component .test-chart-loading .loading-text{display:flex;align-items:center;gap:8px;font-size:16px;color:#666}.test-chart-component .test-results-table-fallback .test-results-table-heading{font-weight:500;margin-bottom:16px;display:block}.test-chart-component .test-results-table{width:100%;padding:0 0 20px}.test-chart-component .test-results-table .table-container{max-height:400px;overflow-y:auto}.test-chart-component .test-results-table .table-container::-webkit-scrollbar{width:6px;height:6px}.test-chart-component .test-results-table .table-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.test-chart-component .test-results-table .table-container::-webkit-scrollbar-track{background-color:rgba(0,0,0,.05)}.test-chart-component .test-results-table table{width:100%;border-collapse:separate;border:1px solid #f0f0f0;border-spacing:0}.test-chart-component .test-results-table table td,.test-chart-component .test-results-table table th{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.test-chart-component .test-results-table table th{font-weight:500;color:#666;background-color:#fafafa;position:-webkit-sticky;position:sticky;top:0;z-index:10;box-shadow:0 1px 0 #f0f0f0}.test-chart-component .test-results-table table tr{transition:background-color .2s;background-color:#fff}.test-chart-component .test-results-table table tr:hover{background-color:#f9f9f9}.test-chart-component .test-results-table table tr:last-child td{border-bottom:none}.test-chart-component .test-results-table table .date-cell{color:#666;font-weight:500;width:30%}.test-chart-component .test-results-table table .value-cell{font-weight:500;color:#333;width:40%;font-size:16px}.test-chart-component .test-results-table table .value-cell .unit{color:#6b7280}.test-chart-component .test-results-table table .risk-cell{width:30%}.test-chart-component .test-results-table table .risk-cell .risk-badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500;text-align:center}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-optimal{background-color:rgba(12,163,127,.1);color:#0ca37f}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-moderate{background-color:rgba(255,192,0,.1);color:#f5bf47}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-abnormal,.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-high{background-color:rgba(237,110,127,.1);color:#ed6e7f}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-unknown{background-color:rgba(0,0,0,.05);color:#999}}@media screen and (max-width:768px)and (max-width:768px){.test-chart-component .test-results-table{padding:16px}.test-chart-component .test-results-table h3{font-size:18px;margin-bottom:16px}.test-chart-component .test-results-table table td,.test-chart-component .test-results-table table th{padding:12px}.test-chart-component .test-results-table table .value-cell{font-size:15px}.test-chart-component .test-results-table table .risk-cell .risk-badge{padding:3px 8px;font-size:12px}}@media screen and (max-width:768px)and (max-width:480px){.test-chart-component .test-results-table{padding:0}.test-chart-component .test-results-table table td,.test-chart-component .test-results-table table th{padding:10px 8px}.test-chart-component .test-results-table table .date-cell,.test-chart-component .test-results-table table .risk-cell,.test-chart-component .test-results-table table .value-cell{width:auto}}@media screen and (max-width:768px)and (max-width:768px){.test-chart-component .chart-header{padding-bottom:0}.test-chart-component .chart-header .test-value{font-size:28px;padding:8px 0}.test-chart-component .chart-header .chart-area{height:300px}.test-chart-component .stats-cards{grid-template-columns:repeat(2,1fr)}.test-chart-component .test-name-container .test-name{font-size:24px}.test-chart-component .test-name-container .test-name .test-abbreviation{font-size:14px;padding:6px 10px;min-width:50px}}@media screen and (max-width:768px)and (max-width:480px){.test-chart-component .chart-area{height:250px}}@media screen and (max-width:768px){canvas.chartjs-render-monitor{max-width:100%!important;height:auto!important}}@media screen and (max-width:768px)and (max-width:767px){.chart-header .header-content{flex-direction:column;align-items:flex-start}.chart-header .test-info{width:100%;margin-bottom:10px}.chart-header .order-button-container{display:none}.mobile-footer{display:block}}@media screen and (min-width:769px){.test-chart-loading{display:flex;align-items:center;justify-content:center;height:100%;background:#f4f4f4;border-radius:5px}.test-chart-loading .loading-icon{margin-right:10px}.test-chart-loading .loading-text{font-size:16px;color:rgba(0,0,0,.6)}.prescription-event{position:absolute;transform:translate(-50%);background:#fff;border-radius:3px;border:1px solid #e6e6e6;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:5px 7px}.prescription-event:hover{z-index:10;transform:translateX(-50%) scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,.15)}.prescription-event.paused{border-left:3px solid #ed6e7f}.prescription-event.started{border-left:3px solid #0ca37f}.prescription-event .event-type{font-weight:700;font-size:11px;margin-bottom:1px;white-space:nowrap}.prescription-event .timestamp{color:#999;font-size:11px;white-space:nowrap}.test-chart-component{padding:0;width:100%;overflow-x:hidden}.test-chart-component .chart-header{padding:0 0 16px;display:flex;justify-content:space-between;align-items:flex-start}.test-chart-component .chart-header .header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.test-chart-component .chart-header .test-info{flex-grow:1}.test-chart-component .chart-header .test-info .test-tagline{font-size:16px;line-height:24px;font-weight:400;color:#666}.test-chart-component .chart-header .test-info .viewer-result{margin-top:12px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;display:inline-flex;flex-direction:column;gap:4px;align-self:flex-start;min-width:200px}.test-chart-component .chart-header .test-info .viewer-result-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.test-chart-component .chart-header .test-info .viewer-result-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-date{font-size:12px;color:#94a3b8;font-weight:500}.test-chart-component .chart-header .test-info .viewer-result-value-row{display:flex;align-items:baseline;gap:6px}.test-chart-component .chart-header .test-info .viewer-result-value{font-size:2rem;font-weight:600;line-height:1.2;color:#0f172a}.test-chart-component .chart-header .test-info .viewer-result-unit{font-size:14px;font-weight:500;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-risk-row{display:flex;align-items:center;gap:6px;margin-top:2px;margin-left:-4px}.test-chart-component .chart-header .test-info .viewer-result-check{font-size:14px;color:#0ca37f}.test-chart-component .chart-header .test-info .viewer-result-risk{font-size:14px;font-weight:500}.test-chart-component .chart-header .test-info .viewer-result-risk.risk-optimal{color:#0ca37f}.test-chart-component .chart-header .test-info .viewer-result-risk.risk-borderline,.test-chart-component .chart-header .test-info .viewer-result-risk.risk-moderate{color:#f5bf47}.test-chart-component .chart-header .test-info .viewer-result-risk.risk-abnormal,.test-chart-component .chart-header .test-info .viewer-result-risk.risk-high{color:#ed6e7f}.test-chart-component .chart-header .test-info .viewer-result-risk-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.test-chart-component .chart-header .test-info .viewer-result-risk-pill .viewer-result-risk-pill-icon{font-size:14px}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-optimal{color:#0ca37f;background:rgba(12,163,127,.12)}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-borderline,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-moderate{color:#f5bf47;background:rgba(245,191,71,.2)}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-abnormal,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-high{color:#ed6e7f;background:rgba(237,110,127,.12)}.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-outdated,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-peak,.test-chart-component .chart-header .test-info .viewer-result-risk-pill.risk-unknown{color:#64748b;background:#e2e8f0}.test-chart-component .chart-header .test-info .viewer-result-previous{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-previous .viewer-result-previous-line{font-weight:500}.test-chart-component .chart-header .test-info .viewer-result-previous .viewer-result-previous-delta{margin-top:2px;font-weight:600}.test-chart-component .chart-header .test-info .viewer-result-footer{margin-top:6px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px}.test-chart-component .chart-header .test-info .viewer-result-footer.improved{color:#0ca37f}.test-chart-component .chart-header .test-info .viewer-result-footer.worsened{color:#ed6e7f}.test-chart-component .chart-header .test-info .viewer-result-footer.neutral,.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--optimal{color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--single{flex-direction:column;align-items:flex-start;gap:4px}.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--single .viewer-result-footer-target{font-weight:500;color:#64748b}.test-chart-component .chart-header .test-info .viewer-result-footer.viewer-result-footer--single .viewer-result-footer-distance{font-weight:600;color:#475569}.test-chart-component .chart-header .test-info .test-value-container{display:flex;align-items:baseline;gap:12px}.test-chart-component .chart-header .test-info .test-value{font-size:31.92px;font-weight:500;color:#000}.test-chart-component .chart-header .test-info .test-unit{font-size:16px;color:#666;margin-left:4px}.test-chart-component .chart-header .test-info .delta-value{font-size:16px;font-weight:500}.test-chart-component .chart-header .test-info .delta-value.improved{color:#0ca37f}.test-chart-component .chart-header .test-info .delta-value.worsened{color:#ed6e7f}.test-chart-component .chart-header .test-info .delta-value .delta-label{color:#666;margin-left:4px}.test-chart-component .chart-header .test-info .time-selector{display:flex;gap:8px;margin-top:16px;overflow-x:auto;padding-bottom:4px}.test-chart-component .chart-header .test-info .time-selector .time-button{background:none;border:none;padding:6px 12px;border-radius:16px;font-size:14px;cursor:pointer;color:#666}.test-chart-component .chart-header .test-info .time-selector .time-button:hover{background-color:#f5f5f5}.test-chart-component .chart-header .test-info .time-selector .time-button.active{background-color:#0ca37f;color:#fff;font-weight:500}.test-chart-component .chart-header .order-button-container{flex-shrink:0;margin-left:24px;display:flex;align-items:center;align-self:center;top:24px;background:#fff;margin-top:24px}.test-chart-component .chart-header .order-button{font-weight:600;display:flex;align-items:center;justify-content:center;padding:15px 25px;font-size:16px;height:50px}.test-chart-component .test-data-area--single-result{margin:0 0 20px;padding:20px 0 16px 16px;background:#fafbfc;border:1px solid #e2e8f0;border-radius:5px}.test-chart-component .test-data-area__range-title{font-size:12px;font-weight:600;color:#64748b;margin:0 0 8px;letter-spacing:.04em;text-transform:uppercase}.test-chart-component .chart-area{margin-top:-16px;margin-left:-12px;padding-bottom:16px;height:350px;width:100%;position:relative}.test-chart-component .chart-area.chart-area--status{margin-top:0;height:280px;min-height:240px;padding:0}.test-chart-component .chart-area .chart-container{height:100%;width:100%;position:relative;overflow:hidden}.test-chart-component .chart-area .test-chart-status-chart{display:flex;align-items:stretch;gap:10px;height:100%;min-height:200px;padding:8px 0 0 12px}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__y-axis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;font-size:11px;color:#64748b;font-weight:500;padding-left:10px;text-align:right}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__tick{line-height:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__plot{flex:1 1;position:relative;min-width:80px;background:#fff;border-radius:6px;overflow:visible}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__grid{position:absolute;inset:0;pointer-events:none;z-index:0}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__grid-line{position:absolute;left:0;right:0;height:0;border-bottom:1px solid #e2e8f0;transform:translateY(50%)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__track{position:absolute;inset:0;border-radius:6px;overflow:visible;z-index:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__optimal-zone{position:absolute;left:0;right:0;background:rgba(12,163,127,.1);border-radius:2px;pointer-events:none}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__moderate-zone{position:absolute;left:0;right:0;border-radius:2px;pointer-events:none;background:rgba(245,191,71,.12)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__high-zone{position:absolute;left:0;right:0;border-radius:2px;pointer-events:none;background:rgba(237,110,127,.12)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line{position:absolute;left:0;right:0;height:0;transform:translateY(50%);pointer-events:none;z-index:4}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line:before{content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:1px dashed #94a3b8;z-index:0}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line.test-chart-status-chart__ref-line--baseline{transform:translateY(0)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line.test-chart-status-chart__ref-line--baseline .test-chart-status-chart__ref-label{top:auto;bottom:2px;transform:translateY(0)}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__ref-line .test-chart-status-chart__ref-label{position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:10px;font-weight:600;color:#64748b;white-space:nowrap;background:#fff;padding:1px 6px;border-radius:2px;z-index:5}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__value-rule{position:absolute;left:0;right:0;height:2px;transform:translateY(50%);pointer-events:none;z-index:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__value-dot{position:absolute;left:0;width:8px;height:8px;border-radius:50%;transform:translate(-50%,50%);pointer-events:none;border:1.5px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.1);z-index:1}.test-chart-component .chart-area .test-chart-status-chart .test-chart-status-chart__value-callout{position:absolute;left:14px;transform:translateY(-50%);font-size:11px;font-weight:600;color:#0f172a;white-space:nowrap;pointer-events:none;z-index:1}.test-chart-component .stats-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.test-chart-component .stats-cards .stats-card{display:flex;flex-direction:column;gap:4px}.test-chart-component .stats-cards .stats-card .stats-label{font-size:14px;color:#666}.test-chart-component .stats-cards .stats-card .stats-value{font-size:18px;font-weight:500;color:#000}.test-chart-component .stats-cards .stats-card .stats-value.risk-optimal{color:#0ca37f}.test-chart-component .stats-cards .stats-card .stats-value.risk-borderline,.test-chart-component .stats-cards .stats-card .stats-value.risk-moderate{color:#f5bf47}.test-chart-component .stats-cards .stats-card .stats-value.increase,.test-chart-component .stats-cards .stats-card .stats-value.risk-abnormal,.test-chart-component .stats-cards .stats-card .stats-value.risk-high{color:#ed6e7f}.test-chart-component .stats-cards .stats-card .stats-value.decrease,.test-chart-component .stats-cards .stats-card .stats-value.improved{color:#0ca37f}.test-chart-component .stats-cards .stats-card .stats-value.worsened{color:#ed6e7f}.test-chart-component .about-section h3,.test-chart-component .references-section h3,.test-chart-component .related-tests-section h3{font-size:24px;font-weight:600;margin-bottom:16px;display:block;margin-top:0}.test-chart-component .about-section.test-chart-section{padding-top:16px}.test-chart-component .references-section .reference-list{margin:0;max-width:100%}.test-chart-component .references-section .reference-list .reference-list-header{display:flex;align-items:baseline;gap:12px;padding-bottom:16px}.test-chart-component .references-section .reference-list h2.reference-list-heading{font-weight:600!important;font-size:24px!important;color:#161718;margin:0;line-height:1.2}.test-chart-component .references-section .reference-list .reference-list-count{font-size:13px;color:rgba(0,0,0,.6);font-weight:400}.test-chart-component .references-section .reference-list .reference-ol{list-style:none;counter-reset:ref-counter;padding:0;margin:0}.test-chart-component .references-section .reference-list .reference-item{counter-increment:ref-counter;display:flex;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06)}.test-chart-component .references-section .reference-list .reference-item:last-child{border-bottom:none}.test-chart-component .references-section .reference-list .reference-item:before{content:counter(ref-counter);flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:rgba(0,0,0,.6);background:rgba(0,0,0,.04);border-radius:6px;margin-right:14px;margin-top:1px;line-height:1;transform:translateY(1px)}.test-chart-component .references-section .reference-list .reference-item-inner{flex:1 1;min-width:0}.test-chart-component .references-section .reference-list .reference-title-row{margin-bottom:6px;line-height:1.45}.test-chart-component .references-section .reference-list .reference-title-link{font-size:14.5px;font-weight:600;color:#161718;text-decoration:none;transition:color .15s}.test-chart-component .references-section .reference-list .reference-title-link:hover{color:#0ca37f}.test-chart-component .references-section .reference-list .reference-title-text{font-size:14.5px;font-weight:500;color:#161718}.test-chart-component .references-section .reference-list .reference-meta-row{font-size:13px;line-height:1.6;color:rgba(0,0,0,.6)}.test-chart-component .references-section .reference-list .reference-authors{font-weight:400}.test-chart-component .references-section .reference-list .reference-journal{font-style:italic}.test-chart-component .references-section .reference-list .reference-year{font-weight:400}.test-chart-component .references-section .reference-list .reference-meta-sep{display:inline-block;width:3px;height:3px;border-radius:50%;background:rgba(0,0,0,.25);margin:0 7px;vertical-align:middle}.test-chart-component .references-section .reference-list .references-show-more{display:inline-flex;align-items:center;margin-top:16px;padding:10px 20px;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:13.5px;font-weight:500;color:rgba(0,0,0,.6);cursor:pointer;transition:all .15s}.test-chart-component .references-section .reference-list .references-show-more:hover{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.12);color:#161718}.test-chart-component .test-chart-loading{display:flex;justify-content:center;align-items:center;height:400px}.test-chart-component .test-chart-loading .loading-text{display:flex;align-items:center;gap:8px;font-size:16px;color:#666}.test-chart-component .test-results-table-fallback .test-results-table-heading{font-weight:500;margin-bottom:16px;display:block}.test-chart-component .test-results-table{width:100%;padding:0 0 20px}.test-chart-component .test-results-table .table-container{max-height:400px;overflow-y:auto}.test-chart-component .test-results-table .table-container::-webkit-scrollbar{width:6px;height:6px}.test-chart-component .test-results-table .table-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.test-chart-component .test-results-table .table-container::-webkit-scrollbar-track{background-color:rgba(0,0,0,.05)}.test-chart-component .test-results-table table{width:100%;border-collapse:separate;border:1px solid #f0f0f0;border-spacing:0}.test-chart-component .test-results-table table td,.test-chart-component .test-results-table table th{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.test-chart-component .test-results-table table th{font-weight:500;color:#666;background-color:#fafafa;position:-webkit-sticky;position:sticky;top:0;z-index:10;box-shadow:0 1px 0 #f0f0f0}.test-chart-component .test-results-table table tr{transition:background-color .2s;background-color:#fff}.test-chart-component .test-results-table table tr:hover{background-color:#f9f9f9}.test-chart-component .test-results-table table tr:last-child td{border-bottom:none}.test-chart-component .test-results-table table .date-cell{color:#666;font-weight:500;width:30%}.test-chart-component .test-results-table table .value-cell{font-weight:500;color:#333;width:40%;font-size:16px}.test-chart-component .test-results-table table .value-cell .unit{color:#6b7280}.test-chart-component .test-results-table table .risk-cell{width:30%}.test-chart-component .test-results-table table .risk-cell .risk-badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500;text-align:center}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-optimal{background-color:rgba(12,163,127,.1);color:#0ca37f}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-moderate{background-color:rgba(255,192,0,.1);color:#f5bf47}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-abnormal,.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-high{background-color:rgba(237,110,127,.1);color:#ed6e7f}.test-chart-component .test-results-table table .risk-cell .risk-badge.risk-unknown{background-color:rgba(0,0,0,.05);color:#999}}@media screen and (min-width:769px)and (max-width:768px){.test-chart-component .test-results-table{padding:16px}.test-chart-component .test-results-table h3{font-size:18px;margin-bottom:16px}.test-chart-component .test-results-table table td,.test-chart-component .test-results-table table th{padding:12px}.test-chart-component .test-results-table table .value-cell{font-size:15px}.test-chart-component .test-results-table table .risk-cell .risk-badge{padding:3px 8px;font-size:12px}}@media screen and (min-width:769px)and (max-width:480px){.test-chart-component .test-results-table{padding:0}.test-chart-component .test-results-table table td,.test-chart-component .test-results-table table th{padding:10px 8px}.test-chart-component .test-results-table table .date-cell,.test-chart-component .test-results-table table .risk-cell,.test-chart-component .test-results-table table .value-cell{width:auto}}@media screen and (min-width:769px)and (max-width:768px){.test-chart-component .chart-header{padding-bottom:0}.test-chart-component .chart-header .test-value{font-size:28px;padding:8px 0}.test-chart-component .chart-header .chart-area{height:300px}.test-chart-component .stats-cards{grid-template-columns:repeat(2,1fr)}.test-chart-component .test-name-container .test-name{font-size:24px}.test-chart-component .test-name-container .test-name .test-abbreviation{font-size:14px;padding:6px 10px;min-width:50px}}@media screen and (min-width:769px)and (max-width:480px){.test-chart-component .chart-area{height:250px}}@media screen and (min-width:769px){canvas.chartjs-render-monitor{max-width:100%!important;height:auto!important}}@media screen and (min-width:769px)and (max-width:767px){.chart-header .header-content{flex-direction:column;align-items:flex-start}.chart-header .test-info{width:100%;margin-bottom:10px}.chart-header .order-button-container{display:none}.mobile-footer{display:block}}