:root {
  --ink: #edf7ff;
  --muted: #9bafc6;
  --subtle: #6f849d;
  --night: #0b1220;
  --night-deep: #07101d;
  --surface: #111b2e;
  --surface-raised: #17243a;
  --line: #263953;
  --line-bright: #35506e;
  --accent: #29b6f6;
  --accent-light: #79d7ff;
  --cyan-wash: rgba(41, 182, 246, .14);
  --success: #35d07f;
  --warning: #f6b84a;
  --shadow: 0 24px 70px rgba(0, 5, 15, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; min-width: 320px; background: var(--night); color: var(--ink); font: 400 16px/1.6 "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 8px 13px; transform: translateY(-160%); background: var(--accent); color: #06111d; font-weight: 700; border-radius: 5px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; width: min(1232px, calc(100% - 48px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(53, 80, 110, .58); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #f5fbff; font-size: 20px; font-weight: 700; letter-spacing: -.65px; }
.brand > span:last-child > span { color: var(--accent); }.brand small { color: #96a9bf; font-size: 9px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; vertical-align: middle; }
.brand-mark { position: relative; display: inline-flex; width: 22px; height: 22px; align-items: flex-end; gap: 3px; padding: 3px; border: 1px solid rgba(121, 215, 255, .6); border-radius: 4px; transform: skewY(-6deg); }
.brand-mark span { display: block; width: 3px; border-radius: 2px; background: var(--accent); }
.brand-mark span:nth-child(1) { height: 6px; }.brand-mark span:nth-child(2) { height: 13px; background: var(--accent-light); }.brand-mark span:nth-child(3) { height: 9px; }
nav { display: flex; align-items: center; gap: 29px; color: var(--muted); font-size: 14px; }
nav a:not(.nav-cta) { transition: color .18s ease; } nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { padding: 7px 12px; border: 1px solid var(--line-bright); border-radius: 5px; color: var(--accent-light); }
.nav-cta:hover { border-color: var(--accent); background: var(--cyan-wash); }
.menu-toggle { display: none; }

.hero { min-height: 622px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 64px; padding: 82px 0 84px; }
.eyebrow { margin: 0 0 18px; color: var(--accent-light); font-size: 11px; font-weight: 700; letter-spacing: 1.45px; line-height: 1.25; text-transform: uppercase; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(53, 208, 127, .12); animation: breathe 2s ease-in-out infinite; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 600; letter-spacing: -1.85px; line-height: 1.08; }
h1 { max-width: 580px; margin-bottom: 23px; font-size: clamp(43px, 5vw, 67px); }
h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 527px; margin-bottom: 29px; color: var(--muted); font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 46px; padding: 10px 18px; border-radius: 5px; font-size: 14px; font-weight: 700; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button-primary { background: var(--accent); color: #06111d; box-shadow: 0 9px 22px rgba(41, 182, 246, .18); }
.button-primary:hover { background: var(--accent-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(41, 182, 246, .28); }.button-primary:disabled { cursor: not-allowed; background: #345a72; color: #b7cedd; box-shadow: none; opacity: .82; }.button-primary:disabled:hover { transform: none; }
.button-primary span { font-size: 20px; line-height: 0; }
.text-link { color: var(--accent-light); font-weight: 600; font-size: 14px; }.text-link:hover { color: #fff; }
.microcopy { margin: 19px 0 0; color: var(--subtle); font-size: 12px; }

.monitor-card { overflow: hidden; position: relative; max-width: 615px; justify-self: end; border: 1px solid #304866; border-radius: 9px; background: #0a1424; box-shadow: var(--shadow), 0 0 0 1px rgba(41, 182, 246, .03) inset; }
.monitor-topbar { height: 42px; display: flex; align-items: center; gap: 18px; padding: 0 14px; border-bottom: 1px solid #203650; color: #90a6bf; font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.window-dots { display: flex; gap: 4px; }.window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #59738f; }.window-dots i:first-child { background: var(--accent); }
.live-status { display: flex; align-items: center; gap: 5px; margin-left: auto; color: #77e6af; }.live-status b { width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 9px var(--success); }
.monitor-body { display: grid; grid-template-columns: 1fr 164px; min-height: 294px; }
.camera-view { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, #253c5a 0, #13253b 38%, #0a1423 90%); }
.scan-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(78, 132, 171, .27) 1px, transparent 1px), linear-gradient(90deg, rgba(78, 132, 171, .27) 1px, transparent 1px); background-size: 30px 30px; }
.display-outline { position: absolute; z-index: 1; top: 55px; left: 50%; width: 59%; transform: translateX(-50%); }
.display-screen { height: 138px; padding: 9px; border: 5px solid #7690ad; border-radius: 4px; background: #040b14; box-shadow: 0 0 0 1px #15243a inset, 0 5px 18px rgba(0, 0, 0, .7); }
.display-screen:before { content: ""; display: block; height: 100%; background: linear-gradient(118deg, #123a5b 0%, #0a192b 46%, #2b86a5 47%, #0c1d31 53%, #0a192b 100%); box-shadow: 0 0 20px rgba(41, 182, 246, .33) inset; }
.display-screen span { display: none; }.display-stand { position: relative; width: 26%; height: 23px; margin: 0 auto; border-bottom: 4px solid #637f9e; }.display-stand:before { content: ""; position: absolute; width: 7px; height: 21px; left: calc(50% - 3px); background: #6b86a6; }.display-stand:after { content: ""; position: absolute; bottom: -4px; left: -25%; width: 150%; height: 4px; border-radius: 3px; background: #6b86a6; }
.roi-frame { position: absolute; z-index: 2; top: 45px; bottom: 35px; left: 20%; right: 20%; border: 1px solid rgba(121, 215, 255, .86); box-shadow: 0 0 0 100vmax rgba(3, 10, 18, .08); }.roi-frame:before, .roi-frame:after { content: ""; position: absolute; width: 7px; height: 7px; border-color: var(--accent-light); }.roi-frame:before { top: -2px; left: -2px; border-top: 2px solid; border-left: 2px solid; }.roi-frame:after { right: -2px; bottom: -2px; border-right: 2px solid; border-bottom: 2px solid; }.roi-frame span { position: absolute; top: -18px; left: 0; padding: 2px 5px; background: var(--accent); color: #07111d; font-size: 7px; font-weight: 800; letter-spacing: .55px; }
.scan-line { position: absolute; z-index: 3; left: 20%; right: 20%; height: 1px; background: var(--accent-light); box-shadow: 0 0 10px 2px rgba(121, 215, 255, .55); animation: scan 4s ease-in-out infinite; }
.camera-label { position: absolute; bottom: 12px; left: 14px; color: #8ea4bd; font-size: 8px; letter-spacing: .7px; }
.metrics-panel { padding: 19px 13px; border-left: 1px solid #203650; background: #0d192a; }.metrics-panel p { margin: 0 0 16px; color: #6d86a2; font-size: 8px; font-weight: 700; letter-spacing: .8px; }.metrics-panel > div:not(.metric-chart) { display: flex; justify-content: space-between; gap: 6px; margin: 9px 0; color: #7890aa; font-size: 9px; }.metrics-panel strong { color: #d2e2f1; font-weight: 600; }.metrics-panel .metric-highlight { color: var(--accent-light); }.metric-chart { height: 49px; display: flex; align-items: end; gap: 4px; margin-top: 21px; padding: 0 1px; border-bottom: 1px solid #2a415e; }.metric-chart span { flex: 1; height: 21%; background: #2e82a7; }.metric-chart span:nth-child(2) { height: 39%; }.metric-chart span:nth-child(3) { height: 30%; }.metric-chart span:nth-child(4) { height: 83%; background: var(--accent); box-shadow: 0 0 9px rgba(41, 182, 246, .65); }.metric-chart span:nth-child(5) { height: 43%; }.metric-chart span:nth-child(6) { height: 22%; }.metric-chart span:nth-child(7) { height: 49%; }.metric-chart span:nth-child(8) { height: 27%; }.metric-chart span:nth-child(9) { height: 37%; }
.monitor-event { display: flex; align-items: center; gap: 9px; min-height: 55px; padding: 8px 14px; border-top: 1px solid #3b4050; background: #1b1d2a; }.event-icon { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--warning); color: #2d1900; font-weight: 900; }.monitor-event b { display: block; color: #ffe1a5; font-size: 9px; letter-spacing: .65px; }.monitor-event small { display: block; color: #8b99ad; font-size: 9px; }.monitor-event time { margin-left: auto; color: #6e8199; font-size: 9px; }

.signal-strip { width: min(1232px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.signal-strip > div { display: flex; align-items: center; gap: 15px; min-height: 92px; padding: 16px 30px; border-right: 1px solid var(--line); }.signal-strip > div:first-child { padding-left: 0; }.signal-strip > div:last-child { border-right: 0; }.signal-number { color: var(--accent); font-size: 13px; font-weight: 700; }.signal-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }.signal-strip b { display: block; color: var(--ink); font-size: 13px; }

.workflow-section { padding: 126px 0 131px; }.section-intro { max-width: 675px; }.section-intro h2, .evidence-copy h2, .privacy-copy h2, .research-layout h2, .contact-inner h2 { margin-bottom: 19px; font-size: clamp(32px, 3.9vw, 49px); }.section-intro > p:last-child, .evidence-copy > p:last-child, .privacy-copy > p, .research-layout > div > p:last-child, .contact-inner > p:not(.eyebrow):not(.contact-status) { color: var(--muted); }
.workflow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 59px 0 0; padding: 0; list-style: none; }.workflow-list li { position: relative; min-height: 245px; padding: 24px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(138deg, rgba(23, 36, 58, .82), rgba(12, 22, 37, .85)); }.workflow-list li:after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 150px; height: 150px; border: 1px solid rgba(41, 182, 246, .11); border-radius: 50%; }.step-number { display: block; margin-bottom: 26px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: 1px; }.step-icon { position: relative; width: 55px; height: 43px; margin-bottom: 21px; }.setup-icon span { position: absolute; inset: 4px 8px 13px; border: 2px solid #83b3d2; border-radius: 2px; }.setup-icon i { position: absolute; bottom: 3px; left: 21px; width: 14px; height: 10px; border-bottom: 2px solid #83b3d2; }.setup-icon i:after { content: ""; position: absolute; left: -8px; bottom: -2px; width: 28px; border-bottom: 2px solid #83b3d2; }.observe-icon { border: 2px solid #83b3d2; border-radius: 3px; }.observe-icon span { position: absolute; top: 10px; left: 9px; width: 31px; height: 2px; background: var(--accent); box-shadow: 0 8px 0 rgba(121, 215, 255, .67), 0 16px 0 rgba(121, 215, 255, .3); }.observe-icon b { position: absolute; top: -7px; right: -7px; width: 12px; height: 12px; border: 2px solid var(--accent-light); border-radius: 50%; background: var(--night); }.review-icon { border: 2px solid #83b3d2; border-radius: 2px; }.review-icon span { position: absolute; top: -8px; right: -8px; width: 23px; height: 23px; border: 2px solid var(--accent); border-radius: 50%; background: var(--surface); }.review-icon span:after { content: ""; position: absolute; right: -7px; bottom: -5px; width: 10px; border-top: 2px solid var(--accent); transform: rotate(48deg); }.review-icon i { position: absolute; left: 10px; top: 12px; width: 20px; border-top: 2px solid #7c9ab5; box-shadow: 0 7px 0 #7c9ab5; }.workflow-list h3 { margin-bottom: 7px; font-size: 19px; letter-spacing: -.25px; }.workflow-list p { position: relative; z-index: 1; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.evidence-band { overflow: hidden; padding: 100px 0; background: linear-gradient(115deg, #0e1b2d, #0a1322 65%); border-top: 1px solid #1d324b; border-bottom: 1px solid #1d324b; }.evidence-layout { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 105px; }.evidence-copy { max-width: 510px; }.evidence-visual { position: relative; min-height: 330px; }.evidence-glow { position: absolute; top: 32px; left: 45px; width: 250px; height: 250px; border-radius: 50%; background: rgba(41, 182, 246, .2); filter: blur(55px); }.report-sheet { position: relative; z-index: 1; width: min(100%, 365px); min-height: 257px; margin: 27px auto 0; padding: 21px; border: 1px solid #5b738d; border-radius: 4px; background: #eaf3fb; box-shadow: -18px 18px 0 rgba(41, 182, 246, .13), 16px 25px 55px rgba(0, 3, 11, .36); }.report-heading { display: flex; align-items: center; gap: 6px; padding-bottom: 13px; border-bottom: 1px solid #cbd9e5; }.report-heading span { width: 16px; height: 16px; border-radius: 3px; background: #087ea4; }.report-heading i { width: 18px; height: 3px; background: #9cb1c3; }.report-heading i:first-of-type { width: 68px; background: #38526b; }.report-result { display: flex; flex-direction: column; gap: 2px; margin: 18px 0 13px; padding: 10px; border-left: 3px solid #d58f18; background: #fff4db; color: #674302; }.report-result b { font-size: 8px; letter-spacing: .5px; }.report-result span { font-size: 8px; }.report-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }.report-rows i { display: block; height: 23px; border: 1px solid #d3dfeb; background: #f7fafc; }.report-video { position: relative; height: 58px; margin-top: 12px; padding: 12px 14px; background: linear-gradient(120deg, #163b5e, #081827); color: #d8effb; font-size: 9px; letter-spacing: .45px; }.report-video .play { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; background: #29b6f6; color: #08223a; font-size: 8px; }.report-video i { position: absolute; right: 13px; bottom: 10px; left: 13px; height: 2px; background: rgba(222, 244, 255, .4); }.report-video i:after { content: ""; display: block; width: 31%; height: 2px; background: #29b6f6; }

.privacy-section { display: grid; grid-template-columns: .93fr 1.07fr; gap: 92px; padding: 132px 0; }.privacy-copy { max-width: 480px; }.privacy-copy p { font-size: 15px; }.privacy-cards { display: grid; gap: 12px; }.privacy-cards article { position: relative; min-height: 136px; padding: 24px 27px 20px 93px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }.privacy-cards h3 { margin-bottom: 4px; font-size: 16px; }.privacy-cards p { margin-bottom: 0; color: var(--muted); font-size: 13px; }.card-icon { position: absolute; top: 29px; left: 27px; width: 36px; height: 36px; border: 1px solid #4a7192; border-radius: 5px; }.lock-icon:before { content: ""; position: absolute; top: 6px; left: 10px; width: 14px; height: 17px; border: 2px solid var(--accent-light); border-radius: 2px; }.lock-icon:after { content: ""; position: absolute; top: 0px; left: 12px; width: 10px; height: 11px; border: 2px solid var(--accent-light); border-bottom: 0; border-radius: 8px 8px 0 0; }.eye-icon:before { content: ""; position: absolute; top: 10px; left: 6px; width: 21px; height: 12px; border: 2px solid var(--accent-light); border-radius: 50%; }.eye-icon:after { content: ""; position: absolute; top: 14px; left: 14px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-light); }.control-icon:before { content: ""; position: absolute; top: 8px; left: 7px; width: 20px; height: 2px; background: var(--accent-light); box-shadow: 0 8px 0 var(--accent-light), 0 16px 0 var(--accent-light); }.control-icon:after { content: ""; position: absolute; top: 5px; left: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--night); box-shadow: -7px 8px 0 var(--night), 4px 16px 0 var(--night); }

.research-section { padding: 115px 0; border-top: 1px solid var(--line); background: #0d1727; }.research-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 100px; align-items: center; }.research-layout > div:first-child { max-width: 555px; }.research-note { padding: 29px 31px; border: 1px solid #30506f; border-radius: 7px; background: linear-gradient(145deg, rgba(41, 182, 246, .09), rgba(23, 36, 58, .75)); }.note-label { margin-bottom: 16px; color: #e6f6ff; font-size: 13px; font-weight: 700; }.research-note ul { margin: 0 0 20px; padding: 0; list-style: none; }.research-note li { position: relative; margin: 8px 0; padding-left: 20px; color: var(--muted); font-size: 13px; }.research-note li:before { content: ""; position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border: 1px solid var(--accent); border-radius: 50%; }.note-foot { margin: 0; padding-top: 15px; border-top: 1px solid rgba(81, 123, 153, .5); color: #a7cae0; font-size: 12px; line-height: 1.5; }

.contact-section { position: relative; overflow: hidden; min-height: 440px; display: grid; place-items: center; padding: 79px 24px; background: radial-gradient(circle at 50% 55%, #123655 0%, #0b192b 42%, #08111e 76%); text-align: center; }.contact-inner { position: relative; z-index: 1; width: min(100%, 630px); }.contact-inner .eyebrow { margin-bottom: 14px; }.contact-inner h2 { margin-bottom: 19px; }.contact-inner > p:not(.eyebrow):not(.contact-status) { margin: 0 auto 25px; max-width: 535px; }.contact-status { margin: 13px 0 0; color: #88a0b8; font-size: 11px; }.contact-orbit { position: absolute; border: 1px solid rgba(79, 186, 240, .19); border-radius: 50%; }.orbit-one { width: 760px; height: 760px; }.orbit-two { width: 480px; height: 480px; border-color: rgba(79, 186, 240, .13); }.contact-gate { min-width: 207px; border: 0; }

.site-footer { min-height: 106px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; color: var(--subtle); font-size: 11px; }.site-footer .brand { font-size: 17px; }.site-footer p { margin: 0; }
.site-footer p a:hover { color: var(--accent-light); }
.legal-page { min-height: 100vh; max-width: 850px; padding-top: 64px; padding-bottom: 90px; }
.legal-page > .text-link { display: inline-block; margin-bottom: 70px; }
.legal-page h1 { margin-bottom: 42px; }
.legal-card { padding: clamp(26px, 5vw, 54px); border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(23, 36, 58, .9), rgba(10, 20, 34, .95)); box-shadow: var(--shadow); }
.legal-card h2 { margin: 32px 0 8px; font-size: 20px; letter-spacing: -.3px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { color: var(--muted); }
.legal-card .text-link { color: var(--accent-light); }
.legal-note { margin: 32px 0 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; }
:focus-visible { outline: 3px solid #f6b84a; outline-offset: 3px; }
@keyframes scan { 0%, 100% { top: 25%; opacity: .2; } 50% { top: 77%; opacity: 1; } }
@keyframes breathe { 50% { opacity: .55; box-shadow: 0 0 0 8px rgba(53, 208, 127, .04); } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 58px; padding: 69px 0 72px; }.monitor-card { width: min(100%, 615px); justify-self: start; }.signal-strip > div { padding: 16px; }.signal-strip > div:first-child { padding-left: 0; }.evidence-layout, .privacy-section, .research-layout { gap: 52px; }.evidence-layout { grid-template-columns: .8fr 1fr; }.privacy-section, .research-layout { grid-template-columns: 1fr 1fr; } }
@media (max-width: 690px) { .section-shell, .site-header, .signal-strip { width: min(100% - 32px, 1160px); }.site-header { min-height: 68px; }.menu-toggle { display: grid; place-content: center; width: 39px; height: 36px; padding: 0; border: 1px solid var(--line-bright); border-radius: 4px; background: transparent; }.menu-toggle span:not(.sr-only) { display: block; width: 16px; height: 1px; margin: 3px; background: var(--accent-light); transition: transform .2s ease; } nav { position: absolute; top: 67px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 0 0 7px 7px; background: #101c2f; box-shadow: var(--shadow); } [data-menu].is-open nav { display: flex; } nav a { padding: 10px; } .nav-cta { border: 0; }.hero { min-height: 0; padding: 62px 0 58px; gap: 42px; }.hero-lede { font-size: 16px; }.monitor-body { grid-template-columns: 1fr 132px; min-height: 247px; }.display-screen { height: 116px; }.workflow-section, .privacy-section { padding: 78px 0; }.workflow-list, .signal-strip, .evidence-layout, .privacy-section, .research-layout { grid-template-columns: 1fr; }.signal-strip > div, .signal-strip > div:first-child { min-height: 76px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }.signal-strip > div:last-child { border-bottom: 0; }.workflow-list { gap: 12px; margin-top: 37px; }.workflow-list li { min-height: 0; }.evidence-band, .research-section { padding: 75px 0; }.evidence-layout { gap: 39px; }.evidence-visual { order: 2; min-height: 270px; }.privacy-section, .research-layout { gap: 36px; }.research-layout { align-items: start; }.site-footer { grid-template-columns: 1fr; gap: 9px; padding: 26px 0; }.contact-section { min-height: 397px; }.contact-inner h2 { font-size: 39px; } }
@media (max-width: 430px) { h1 { font-size: 41px; }.monitor-topbar { gap: 8px; font-size: 7px; }.monitor-body { grid-template-columns: 1fr 102px; }.metrics-panel { padding: 15px 8px; }.metrics-panel > div:not(.metric-chart) { font-size: 8px; }.camera-label { font-size: 7px; }.monitor-event { padding: 8px; }.monitor-event time { display: none; }.report-sheet { transform: scale(.9); transform-origin: center top; }.evidence-visual { min-height: 247px; }.privacy-cards article { padding-left: 81px; }.privacy-cards .card-icon { left: 23px; } }
