:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202520;background:#f4f5f0;font-synthesis:none;--ink: #202520;--muted: #6f776f;--line: #dde0d8;--panel: #ffffff;--green: #197a52;--green-soft: #e6f4ec;--red: #bd4939;--red-soft: #faeae6;--blue: #3d6b91;--amber: #a66a16;--acid: #d7f36b}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f5f0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}.app-shell{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;padding:28px 20px 22px;background:#1e2520;color:#f4f6ef;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 30px;border-bottom:1px solid #364038}.brand strong{display:block;font-size:17px;letter-spacing:-.2px}.brand small{display:block;margin-top:2px;color:#9ea99f;font-size:10px;letter-spacing:1.45px;text-transform:uppercase}.brand-mark{position:relative;display:block;width:34px;height:34px;border:1px solid #596459;border-radius:9px}.brand-mark i{position:absolute;left:8px;width:16px;height:2px;background:var(--acid);border-radius:2px}.brand-mark i:nth-child(1){top:9px}.brand-mark i:nth-child(2){top:15px;width:11px}.brand-mark i:nth-child(3){top:21px;width:6px}nav{display:grid;gap:7px;padding-top:28px}nav a{display:flex;align-items:center;gap:11px;height:43px;padding:0 12px;border-radius:8px;color:#acb5ad;text-decoration:none;font-size:13px;font-weight:600}nav a span{width:18px;font-size:19px;font-weight:400}nav a em{margin-left:auto;padding:2px 8px;border-radius:10px;background:#3c473e;color:#dce3dc;font-size:10px;font-style:normal}nav a b{margin-left:auto;color:#7f8b81;font-size:9px;letter-spacing:.8px;text-transform:uppercase}nav a.active{background:#354035;color:#fff}nav a.active span{color:var(--acid)}.source-card{margin-top:auto;display:flex;gap:10px;align-items:center;padding:13px 12px;border:1px solid #3e4940;border-radius:9px;background:#252e28}.source-card strong,.source-card small{display:block}.source-card strong{font-size:11px}.source-card small{margin-top:3px;color:#8e9a90;font-size:9px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--acid);box-shadow:0 0 0 4px #3c4b31}.security-note{margin:13px 6px 0;color:#778178;font-size:9px;line-height:1.5}main{grid-column:2;min-width:0}.topbar{height:72px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;background:#ffffffd1;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.top-context{display:flex;gap:10px;align-items:center;font-size:12px;color:#8c938c}.top-context b{color:#c0c5bf;font-weight:400}.top-context strong{color:#3b423c}.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:0 17px;border:0;border-radius:7px;background:#28342b;color:#fff;font-size:12px;font-weight:700;box-shadow:0 2px 5px #202c2229}.primary span{color:var(--acid);font-size:10px}.mobile-brand{display:none}.content{width:min(1400px,100%);margin:0 auto;padding:39px 34px 48px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:27px}.eyebrow{margin:0 0 6px;color:#7a837b;font-size:9px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}h1{margin:0;color:#1f251f;font-family:Georgia,serif;font-size:34px;font-weight:500;letter-spacing:-1.1px}.page-heading>div>p:last-child{margin:8px 0 0;color:var(--muted);font-size:12px}.timestamp{color:#919791;font-size:10px}.timestamp strong{color:#606760;font-weight:700}.error-banner,.job-banner,.job-complete{margin-bottom:16px;border-radius:8px;display:flex;align-items:center}.error-banner{padding:11px 14px;background:var(--red-soft);border:1px solid #efc9c1;color:#8b362b}.error-banner>span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#cc5a4b;color:#fff;font-weight:800}.error-banner p{margin:0 12px;font-size:11px}.error-banner p strong{display:block}.error-banner button{margin-left:auto;border:0;background:transparent;color:inherit;font-size:20px}.job-banner{position:relative;padding:12px 15px 15px;gap:11px;background:#fff;border:1px solid var(--line);overflow:hidden}.job-banner strong,.job-banner span{display:block;font-size:11px}.job-banner span{color:var(--muted);margin-top:2px;font-size:9px}.progress{position:absolute;height:3px;inset:auto 0 0;background:#e8eae5}.progress i{display:block;height:100%;background:var(--green);transition:width .3s}.spinner{width:18px;height:18px;border:2px solid #dce2d9;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.job-complete{padding:10px 14px;background:var(--green-soft);border:1px solid #c4dfcf;color:#236445;font-size:11px}.job-complete span{margin-right:8px;font-weight:800}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:20px}.stat-card{position:relative;min-height:137px;padding:18px 18px 16px;border:1px solid var(--line);border-radius:9px;background:var(--panel);overflow:hidden}.stat-card:after{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#929a91}.stat-card.green:after{background:var(--green)}.stat-card.red:after{background:var(--red)}.stat-card.blue:after{background:var(--blue)}.stat-card>span{display:block;color:#6e766f;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.stat-card>strong{display:block;margin-top:10px;color:#232a24;font-family:Georgia,serif;font-size:30px;font-weight:500;line-height:1}.stat-card>strong i{margin-left:3px;color:#7e877e;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:700}.stat-card>small{display:block;margin-top:10px;color:#969d96;font-size:9px}.stat-icon{position:absolute;right:17px;top:17px;width:29px;height:29px;display:grid;place-items:center;border-radius:7px;background:#eef0eb;color:#626b63;font-weight:800}.green .stat-icon{background:var(--green-soft);color:var(--green)}.red .stat-icon{background:var(--red-soft);color:var(--red)}.blue .stat-icon{background:#e7eff5;color:var(--blue)}.fleet-panel{border:1px solid var(--line);border-radius:10px;background:var(--panel);overflow:hidden}.panel-heading{min-height:76px;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-heading h2{display:inline;margin:0 8px 0 0;font-family:Georgia,serif;font-size:19px;font-weight:500}.panel-heading>div>span{color:#9aa19a;font-size:9px}.controls{display:flex;gap:10px}.search{width:225px;height:34px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:7px;background:#fafbf8}.search span{color:#8b938b;font-size:17px}.search input{width:100%;border:0;outline:0;color:#343b35;background:transparent;font-size:10px}.segmented{display:flex;padding:3px;border:1px solid var(--line);border-radius:7px;background:#f5f6f2}.segmented button{padding:0 9px;border:0;border-radius:5px;color:#818881;background:transparent;font-size:9px;font-weight:700}.segmented button.active{background:#fff;color:#303731;box-shadow:0 1px 3px #2532271c}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;table-layout:auto}th{height:40px;padding:0 12px;color:#858d86;background:#f8f9f6;border-bottom:1px solid var(--line);font-size:11px;letter-spacing:.5px;text-align:left;text-transform:uppercase;white-space:nowrap}th:first-child,td:first-child{padding-left:19px}td{height:72px;padding:0 12px;border-bottom:1px solid #ebede8;color:#4b534c;font-size:13px;transition:background .15s}tbody tr{cursor:pointer}tbody tr:hover td,tbody tr.selected td{background:#fafcf7}tbody tr:last-child td{border-bottom:0}.status{display:inline-flex;align-items:center;gap:6px;text-transform:capitalize;font-size:12px;font-weight:800}.status i{width:7px;height:7px;border-radius:50%;background:#a8aea8;box-shadow:0 0 0 3px #eef0ed}.status.healthy{color:var(--green)}.status.healthy i{background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.status.failed{color:var(--red)}.status.failed i{background:var(--red);box-shadow:0 0 0 3px var(--red-soft)}.endpoint strong,.endpoint small{display:block}.endpoint strong{color:#303731;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.endpoint small{margin-top:5px;color:#8b938c;font-size:11px}.location{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.location i{width:29px;height:22px;display:grid;place-items:center;border:1px solid #dde1da;border-radius:4px;color:#727a73;background:#f3f5f0;font-size:10px;font-style:normal;font-weight:800}.protocol{padding:4px 7px;border:1px solid #dbe0d9;border-radius:4px;color:#59615a;background:#f5f7f3;font:700 11px ui-monospace,monospace;text-transform:uppercase}.metric{color:#444c45;font-size:12px;white-space:nowrap}.reliability{display:flex;align-items:center;gap:7px}.reliability>span{width:42px;height:4px;background:#e9ebe7;border-radius:2px;overflow:hidden}.reliability>span i{display:block;height:100%;background:var(--green)}.reliability small,.last-check{color:#697169;font-size:11px;white-space:nowrap}.row-action{width:25px;height:25px;border:0;border-radius:5px;color:#8c948c;background:transparent;font-size:19px}tr:hover .row-action{background:#edf1ea;color:#303a32}.empty{height:130px;color:#899089;text-align:center}.skeleton span{display:block;width:100%;height:12px;border-radius:6px;background:linear-gradient(90deg,#eef0ec,#f8f9f6,#eef0ec);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position:-200% 0}}.usage-strip{margin-top:17px;min-height:77px;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:9px;background:#ecefe8}.usage-strip>div{display:flex;align-items:center;gap:11px}.usage-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d4d9d1;border-radius:8px;background:#f8f9f6;color:#556057}.usage-strip strong,.usage-strip small{display:block}.usage-strip strong{font-size:11px}.usage-strip small{margin-top:4px;color:#7d857e;font-size:9px}.usage-strip dl{display:flex;gap:33px;margin:0}.usage-strip dl div{min-width:62px}.usage-strip dt{color:#8a918b;font-size:8px;text-transform:uppercase}.usage-strip dd{margin:5px 0 0;color:#343b35;font:500 16px Georgia,serif}.usage-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:20px}.usage-filter-bar{margin-bottom:13px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid var(--line);border-radius:8px;background:#f8f9f6}.usage-filter-bar>div{display:flex;align-items:baseline;gap:9px}.usage-filter-bar strong{color:#465047;font-size:10px}.usage-filter-bar span{color:#899089;font-size:9px}.usage-summary-card{padding:19px 20px;border:1px solid var(--line);border-radius:9px;background:#fff}.usage-summary-card>span{color:#788078;font-size:9px;font-weight:800;letter-spacing:.65px;text-transform:uppercase}.usage-summary-card>strong{display:block;margin-top:10px;color:#283029;font:500 27px Georgia,serif}.usage-summary-card>div{margin-top:12px;display:flex;gap:14px}.usage-summary-card em{color:#7b837c;font-size:9px;font-style:normal}.usage-summary-card em.has-failures{color:var(--red);font-weight:700}.usage-loading{min-height:180px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:11px}.usage-note{display:flex;align-items:center;gap:7px;color:#7e867f;font-size:9px}.usage-note i{width:18px;height:18px;display:grid;place-items:center;border:1px solid #d5dad3;border-radius:50%;font-family:Georgia,serif;font-style:italic}.usage-table td{height:72px}.usage-cell strong,.usage-cell span{display:block;white-space:nowrap}.usage-cell strong{color:#394139;font:500 17px Georgia,serif}.usage-cell span{margin-top:6px;color:#747c75;font-size:11px}.usage-cell span i{margin:0 3px;color:#bdc2bc;font-style:normal}.usage-cell span b{color:#7b837c;font-weight:500}.usage-cell span b.has-failures{color:var(--red);font-weight:700}.usage-disclaimer{margin:11px 3px 0;color:#8a918b;font-size:9px;line-height:1.5}.domain-table td{height:68px}.domain-name{display:flex;align-items:center;gap:10px}.domain-name>span{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:var(--blue);background:#e7eff5;font-size:15px}.domain-name strong,.domain-name small{display:block}.domain-name strong{color:#303a32;font:600 13px ui-monospace,SFMono-Regular,Menlo,monospace}.domain-name small{margin-top:5px;color:#858d86;font-size:9px}.domain-detail-panel .spinner{width:16px;height:16px}.domain-reliability-table{min-width:930px}.domain-reliability-table tbody tr{cursor:default}.domain-reliability{min-width:135px}.domain-reliability strong,.domain-reliability span{display:block}.domain-reliability strong{color:var(--green);font:500 17px Georgia,serif}.domain-reliability span{margin-top:4px;color:#7d857e;font-size:9px;white-space:nowrap}.domain-reliability>div{width:100%;height:3px;margin-top:7px;overflow:hidden;border-radius:2px;background:#e7ebe6}.domain-reliability>div i{display:block;height:100%;border-radius:inherit;background:var(--green)}.domain-reliability.has-failures strong{color:var(--red)}.domain-reliability.has-failures>div i{background:var(--red)}.back-link{margin:-8px 0 17px;padding:0;display:inline-flex;align-items:center;gap:6px;border:0;color:#657066;background:transparent;font-size:10px;font-weight:700}.back-link span{font-size:18px;font-weight:400}.usage-detail-page{padding:20px;border:1px solid var(--line);border-radius:10px;background:#f8f9f6}.usage-periods{width:fit-content;padding:3px;display:flex;gap:2px;border:1px solid var(--line);border-radius:7px;background:#ecefe9}.usage-periods button{min-height:30px;padding:0 14px;border:0;border-radius:5px;color:#777f78;background:transparent;font-size:9px;font-weight:700}.usage-periods button.active{color:#263027;background:#fff;box-shadow:0 1px 4px #2733291c}.usage-detail-summary{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.usage-detail-summary div{padding:15px 17px;border:1px solid var(--line);border-radius:8px;background:#fff}.usage-detail-summary span,.usage-detail-summary strong{display:block}.usage-detail-summary span{color:#8b928c;font-size:8px;letter-spacing:.5px;text-transform:uppercase}.usage-detail-summary strong{margin-top:7px;color:#343c35;font:500 20px Georgia,serif}.usage-detail-summary strong.failed-value{color:var(--red)}.request-heading{min-height:55px;display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:10px}.request-heading h3{display:inline;margin:0 8px 0 0;font-family:Georgia,serif;font-size:16px;font-weight:500}.request-heading span{color:#929992;font-size:8px}.request-heading .spinner{width:15px;height:15px}.request-heading-actions{display:flex;align-items:center;gap:10px}.ip-test-toggle{min-height:29px;padding:0 10px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:6px;color:#737b74;background:#fff;font-size:9px;font-weight:700}.ip-test-toggle i{position:relative;width:22px;height:12px;border-radius:8px;background:#d9ddd8;transition:background .15s}.ip-test-toggle i:after{position:absolute;content:"";width:8px;height:8px;inset:2px auto auto 2px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #27332933;transition:transform .15s}.ip-test-toggle.active{color:#39563f;border-color:#bdcdbf}.ip-test-toggle.active i{background:var(--green)}.ip-test-toggle.active i:after{transform:translate(10px)}.ip-test-toggle:disabled{opacity:.55;cursor:wait}.request-table-wrap{border:1px solid var(--line);border-radius:9px;overflow-x:auto;background:#fff}.request-table{min-width:745px}.request-table td{height:66px}.request-url{max-width:280px}.request-url strong,.request-url small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-url strong{color:#374038;font:600 12px ui-monospace,SFMono-Regular,Menlo,monospace}.request-url small{margin-top:5px;color:#7d857e;font-size:11px}.request-result{display:flex;align-items:center;gap:6px;color:var(--green);font-size:11px;font-weight:800}.request-result i{width:6px;height:6px;border-radius:50%;background:var(--green)}.request-result.request-failed{color:var(--red)}.request-result.request-failed i{background:var(--red)}.request-error{display:block;width:120px;margin-top:4px;overflow:hidden;color:#a16056;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.request-date{color:#5f6860;font-size:11px;white-space:nowrap}.pagination{margin-top:13px;display:flex;align-items:center;justify-content:center;gap:14px}.pagination button{min-height:31px;padding:0 11px;border:1px solid var(--line);border-radius:6px;color:#515a52;background:#fff;font-size:8px;font-weight:700}.pagination span{color:#7d857e;font-size:8px}.request-time-note{margin:12px 0 0;color:#969d96;font-size:8px;text-align:center}.drawer-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#111a1380;cursor:default;animation:fade .18s}.drawer{position:fixed;z-index:21;inset:0 0 0 auto;width:min(455px,94vw);display:flex;flex-direction:column;background:#f8f9f6;box-shadow:-12px 0 35px #16201935;animation:slide .22s ease-out}@keyframes fade{0%{opacity:0}}@keyframes slide{0%{transform:translate(35px);opacity:0}}.drawer-head{min-height:93px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.drawer-head h2{margin:4px 0 0;color:#252d26;font:500 17px ui-monospace,monospace}.drawer-head button{width:32px;height:32px;border:1px solid var(--line);border-radius:7px;background:#f7f8f5;color:#697169;font-size:20px}.drawer-body{flex:1;padding:21px 24px 35px;overflow-y:auto}.drawer-loading{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:11px}.detail-status{display:flex;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:9px;background:#fff}.orb{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#edf0eb;color:#777f78;font-weight:800}.orb.healthy{background:var(--green-soft);color:var(--green)}.orb.failed{background:var(--red-soft);color:var(--red)}.tls-failure,.tls-verified{margin-top:10px;padding:12px 14px;display:flex;flex-direction:column;gap:4px;border:1px solid #e8bdb5;border-radius:8px;color:#7e3127;background:var(--red-soft)}.tls-verified{border-color:#c4dfcf;color:#236445;background:var(--green-soft)}.tls-failure strong,.tls-verified strong{font-size:10px}.tls-failure span,.tls-verified span{font-size:9px;line-height:1.45}.detail-status strong,.detail-status small{display:block}.detail-status strong{font-size:11px}.detail-status small{margin-top:4px;color:#8b938c;font-size:9px}.metadata{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden}.metadata div{padding:13px 15px;border-bottom:1px solid #e9ebe7}.metadata div:nth-child(odd){border-right:1px solid #e9ebe7}.metadata div:nth-last-child(-n+2){border-bottom:0}.metadata span,.metadata strong{display:block}.metadata span{color:#929992;font-size:8px;text-transform:uppercase}.metadata strong{margin-top:5px;color:#3f4740;font-size:10px}.section-title{margin:24px 1px 10px;display:flex;align-items:baseline;justify-content:space-between}.section-title h3{margin:0;font-family:Georgia,serif;font-size:16px;font-weight:500}.section-title span{color:#939a93;font-size:8px;text-transform:uppercase}.test-list{border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden}.test-row{min-height:61px;padding:11px 14px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #e9ebe7}.test-row:last-child{border-bottom:0}.test-mark{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft);font-size:11px;font-weight:800}.test-failed .test-mark{color:var(--red);background:var(--red-soft)}.test-row div{min-width:0;flex:1}.test-row strong,.test-row small{display:block}.test-row strong{font-size:10px}.test-row small{margin-top:4px;overflow:hidden;color:#858d86;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.test-failed small{color:#9e554b}.test-row em{color:#626b63;font-size:9px;font-style:normal;font-weight:700}.anonymity{margin-top:10px;padding:12px 14px;border-radius:8px;background:#eef1ea}.anonymity span{color:#8b938c;font-size:8px;text-transform:uppercase}.anonymity strong{margin-left:7px;font-size:9px;text-transform:capitalize}.anonymity p{margin:6px 0 0;color:#6d756e;font-size:9px;line-height:1.45}.empty-report{padding:28px;border:1px dashed #d2d7cf;border-radius:9px;color:#7c847d;text-align:center}.empty-report>span{display:block;font-size:25px}.empty-report strong{display:block;margin-top:8px;color:#4d554e;font-size:11px}.empty-report p{margin:5px auto 0;max-width:250px;font-size:9px;line-height:1.5}.usage-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.usage-mini div{padding:13px 9px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:center}.usage-mini strong,.usage-mini span{display:block}.usage-mini strong{color:#39413a;font:500 17px Georgia,serif}.usage-mini span{margin-top:4px;color:#929992;font-size:8px}.drawer-footer{padding:17px 24px 20px;border-top:1px solid var(--line);background:#fff}.primary.full{width:100%}.drawer-footer p{margin:8px 0 0;color:#8e958e;font-size:8px;text-align:center}@media(max-width:980px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.sidebar{width:76px;padding-inline:12px}.brand{justify-content:center;padding-inline:0}.brand>div,nav a:not(.active),nav a em,.source-card div,.security-note{display:none}nav a.active{justify-content:center;padding:0}nav a.active span{width:auto}.source-card{justify-content:center}.stats-grid{grid-template-columns:1fr 1fr}.panel-heading{align-items:flex-start;gap:14px;flex-direction:column}.controls{width:100%}.search{flex:1}}@media(max-width:700px){.app-shell{display:block}.sidebar{display:none}main{width:100%}.topbar{height:62px;padding:0 17px}.mobile-brand{display:block;font-family:Georgia,serif;font-size:18px}.top-context{display:none}.primary{padding-inline:12px}.content{padding:28px 16px 35px}.page-heading{align-items:flex-start}.timestamp{display:none}h1{font-size:30px}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:125px;padding:15px}.controls{flex-direction:column}.search{width:100%;flex:none}.segmented{min-height:35px;overflow-x:auto}.segmented button{flex:1}th:nth-child(3),td:nth-child(3),th:nth-child(4),td:nth-child(4),th:nth-child(6),td:nth-child(6),th:nth-child(7),td:nth-child(7){display:none}.usage-strip{align-items:flex-start;flex-direction:column;gap:17px}.usage-strip dl{width:100%;justify-content:space-between;gap:10px}.usage-summary-grid{grid-template-columns:1fr;gap:9px}.usage-filter-bar{align-items:flex-start;flex-direction:column}.usage-table{min-width:760px}.usage-table th:nth-child(n),.usage-table td:nth-child(n){display:table-cell}.domain-table{min-width:720px}.domain-table th:nth-child(n),.domain-table td:nth-child(n),.domain-reliability-table th:nth-child(n),.domain-reliability-table td:nth-child(n){display:table-cell}.usage-detail-page{padding:13px}.usage-detail-summary{gap:6px}.usage-detail-summary div{padding:12px}.request-heading{align-items:flex-start;flex-direction:column;gap:10px}.request-table th:nth-child(n),.request-table td:nth-child(n){display:table-cell}}
