.sr-page { --sr-ink:#142033; --sr-muted:#64748b; --sr-line:#d9e2ec; --sr-soft:#f5f8fb; --sr-green:#087f72; --sr-green-soft:#e8f6f3; --sr-blue:#285b91; --sr-blue-soft:#edf4fb; color:var(--sr-ink); }
.sr-page *, .sr-page *::before, .sr-page *::after { box-sizing:border-box; }
.sr-sr-only { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.sr-heading { margin:0 0 30px; }
.sr-heading .sr-eyebrow { margin:0 0 12px; color:var(--sr-green); font-size:15px; font-weight:800; }
.sr-heading h1 { margin:0; color:#101827; font-size:52px; line-height:1.2; letter-spacing:0; }
.sr-heading > p:last-child { max-width:820px; margin:22px 0 0; color:var(--sr-muted); font-size:20px; line-height:1.75; }
.sr-tool { overflow:hidden; border:1px solid var(--sr-line); border-radius:8px; background:#fff; }
.sr-hero-result { display:grid; grid-template-columns:minmax(260px,.9fr) minmax(280px,1.1fr); align-items:center; gap:42px; padding:36px; border-bottom:1px solid var(--sr-line); background:#101827; }
.sr-monitor { width:100%; max-width:370px; margin:auto; }
.sr-monitor-bar { display:flex; gap:6px; height:26px; padding:9px 12px 0; border:1px solid #64748b; border-bottom:0; border-radius:8px 8px 0 0; background:#26344a; }
.sr-monitor-bar i { width:7px; height:7px; border-radius:50%; background:#7f8da0; }
.sr-monitor-bar i:first-child { background:#d7665b; }
.sr-monitor-bar i:nth-child(2) { background:#d9a938; }
.sr-monitor-bar i:nth-child(3) { background:#4baa79; }
.sr-monitor-screen { display:grid; min-height:178px; place-content:center; border:7px solid #26344a; border-top-width:1px; background:#f7fafc; text-align:center; }
.sr-monitor-screen span { color:var(--sr-ink); font-size:34px; font-weight:800; line-height:1.2; white-space:nowrap; }
.sr-monitor-screen small { margin-top:7px; color:var(--sr-muted); font-size:12px; font-weight:700; }
.sr-monitor-stand { position:relative; width:90px; height:30px; margin:auto; border-bottom:7px solid #64748b; }
.sr-monitor-stand::before { position:absolute; left:50%; width:10px; height:26px; background:#64748b; content:""; transform:translateX(-50%); }
.sr-primary-copy { min-width:0; color:#fff; }
.sr-live { display:inline-flex; align-items:center; gap:7px; padding:7px 10px; border:1px solid #3d536f; border-radius:6px; color:#cbd6e5; font-size:12px; font-weight:800; }
.sr-live i { width:8px; height:8px; border-radius:50%; background:#41c39f; box-shadow:0 0 0 4px rgba(65,195,159,.15); }
.sr-primary-copy > p { margin:18px 0 3px; color:#aebbd0; font-size:14px; }
.sr-primary-copy > strong { display:block; color:#fff; font-size:38px; line-height:1.2; white-space:nowrap; }
.sr-primary-meta { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.sr-primary-meta span { padding:8px 11px; border-radius:6px; background:#26364d; color:#dce6f3; font-size:12px; font-weight:800; }
.sr-primary-copy .sr-primary-note { margin:16px 0 0; color:#aebbd0; font-size:13px; line-height:1.6; }
.sr-actions { display:flex; justify-content:flex-end; gap:8px; padding:16px 20px; border-bottom:1px solid var(--sr-line); background:var(--sr-soft); }
.sr-actions button { min-height:42px; margin:0; padding:0 15px; border:1px solid #c7d3df; border-radius:7px; background:#fff; color:#3d4d64; font:inherit; font-size:13px; font-weight:800; line-height:1; box-shadow:none; }
.sr-actions button:first-child { border-color:var(--sr-green); background:var(--sr-green); color:#fff; }
.sr-actions button:hover, .sr-actions button:focus-visible { border-color:#8297ad; }
.sr-metrics { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
.sr-metrics section { display:grid; grid-template-columns:54px minmax(0,1fr); align-items:center; gap:14px; min-width:0; padding:22px; border-right:1px solid var(--sr-line); border-bottom:1px solid var(--sr-line); }
.sr-metrics section:nth-child(2n) { border-right:0; }
.sr-metric-icon { display:grid; width:54px; height:54px; place-items:center; border-radius:7px; background:var(--sr-blue-soft); color:var(--sr-blue); font-size:10px; font-weight:900; }
.sr-metrics span, .sr-metrics strong, .sr-metrics small { display:block; }
.sr-metrics span { color:var(--sr-muted); font-size:12px; font-weight:800; }
.sr-metrics strong { margin:3px 0; color:var(--sr-ink); font-size:22px; line-height:1.25; overflow-wrap:anywhere; }
.sr-metrics small { color:#8b99aa; font-size:11px; line-height:1.45; }
.sr-detail { margin:22px; border:1px solid var(--sr-line); border-radius:8px; }
.sr-detail > header { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:18px 20px; border-bottom:1px solid var(--sr-line); }
.sr-detail header p { margin:0 0 3px; color:var(--sr-green); font-size:10px; font-weight:900; }
.sr-detail h2 { margin:0; color:var(--sr-ink); font-size:21px; letter-spacing:0; }
.sr-detail header > span { color:#8b99aa; font-size:11px; }
.sr-detail dl { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin:0; }
.sr-detail dl div { display:flex; align-items:center; justify-content:space-between; gap:12px; min-width:0; padding:14px 18px; border-right:1px solid var(--sr-line); border-bottom:1px solid var(--sr-line); }
.sr-detail dl div:nth-child(2n) { border-right:0; }
.sr-detail dl div:nth-last-child(-n+2) { border-bottom:0; }
.sr-detail dt { color:var(--sr-muted); font-size:12px; }
.sr-detail dd { margin:0; color:var(--sr-ink); font-size:13px; font-weight:800; text-align:right; overflow-wrap:anywhere; }
.sr-status { min-height:48px; margin:0; padding:13px 22px; border-top:1px solid var(--sr-line); background:var(--sr-green-soft); color:#35665f; font-size:13px; line-height:1.6; }
.sr-guide { margin-top:50px; }
.sr-guide > header { max-width:840px; }
.sr-guide h2 { margin:0; color:var(--sr-ink); font-size:30px; letter-spacing:0; }
.sr-guide > header p { margin:12px 0 0; color:var(--sr-muted); font-size:16px; line-height:1.75; }
.sr-guide-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 34px; margin-top:28px; }
.sr-guide-grid section { padding:22px 0; border-top:1px solid var(--sr-line); }
.sr-guide-grid h3 { margin:0 0 9px; color:var(--sr-ink); font-size:18px; letter-spacing:0; }
.sr-guide-grid p { margin:0; color:var(--sr-muted); font-size:14px; line-height:1.8; }
.sr-note { margin:22px 0 0; padding:16px 18px; border-left:4px solid var(--sr-green); background:var(--sr-green-soft); color:#405167; font-size:14px; line-height:1.7; }
.sr-note strong { color:var(--sr-green); }
@media screen and (max-width:980px) { .sr-heading > p:last-child { font-size:18px; } }
@media screen and (max-width:680px) {
  .sr-heading h1 { font-size:34px; } .sr-heading > p:last-child { margin-top:16px; font-size:17px; line-height:1.65; }
  .sr-hero-result { grid-template-columns:1fr; gap:28px; padding:28px 18px; } .sr-monitor { max-width:300px; } .sr-monitor-screen { min-height:142px; } .sr-monitor-screen span { font-size:28px; }
  .sr-primary-copy { text-align:center; } .sr-primary-copy > strong { font-size:34px; } .sr-primary-meta { justify-content:center; }
  .sr-actions { display:grid; grid-template-columns:1fr 1fr; padding:14px; } .sr-actions button:first-child { grid-column:1 / 3; }
  .sr-metrics { grid-template-columns:1fr; } .sr-metrics section { border-right:0; } .sr-metrics strong { font-size:20px; }
  .sr-detail { margin:16px; } .sr-detail > header { align-items:flex-start; flex-direction:column; } .sr-detail dl { grid-template-columns:1fr; } .sr-detail dl div { border-right:0; } .sr-detail dl div:nth-last-child(2) { border-bottom:1px solid var(--sr-line); }
  .sr-guide-grid { grid-template-columns:1fr; } .sr-guide h2 { font-size:26px; }
}
@media screen and (max-width:390px) { .sr-monitor-screen span { font-size:24px; } .sr-primary-copy > strong { font-size:32px; } .sr-metrics section { grid-template-columns:46px minmax(0,1fr); padding:18px 14px; } .sr-metric-icon { width:46px; height:46px; } }
