:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e8edf5;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#0b0d12;--panel:#151821;--panel-2:#10131a;--line:#262b37;--line-soft:#1f2430;--text:#e8edf5;--muted:#8f98aa;--muted-2:#687184;--blue:#77a6ff;--green:#64df9b;--cyan:#45c7d9;--coral:#ff7a66;--amber:#f2b84b;--red:#ff5d6c;--shadow:0 18px 46px #00000059;background:#0b0d12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#45c7d914,#0000 32rem),linear-gradient(#101219 0%,#0b0d12 34rem);min-width:320px;margin:0;overflow-x:hidden}html,#root{width:100%;overflow-x:hidden}button,input,select,textarea{font:inherit}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.68;transform:none!important}.app-shell{min-height:100vh}.login-shell{place-items:center;min-height:100vh;padding:22px;display:grid}.login-card{border:1px solid var(--line);width:min(390px,100%);box-shadow:var(--shadow);background:#121620f0;border-radius:8px;gap:16px;padding:22px;display:grid}.login-card.compact{grid-template-columns:auto 1fr;align-items:center;width:auto;min-width:220px;min-height:86px}.login-heading{align-items:center;gap:11px;padding-bottom:2px;display:flex}.login-heading>div{gap:3px;display:grid}.login-heading strong,.login-card.compact strong{font-size:16px}.login-heading span{color:var(--muted);font-size:12px}.login-card label{color:var(--muted);gap:7px;font-size:12px;display:grid}.login-card input{border:1px solid var(--line);width:100%;min-height:42px;color:var(--text);background:#0d1118;border-radius:8px;outline:0;padding:0 11px}.login-alert{margin:0}.login-button{width:100%;min-height:40px}.topbar{border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#0b0d12e6;justify-content:space-between;align-items:center;width:100vw;max-width:100vw;height:44px;padding:0 22px;display:flex;position:sticky;top:0}.brand,.topbar-actions,.tabs,.panel-actions,.row-actions,.metric-card,.alert,.account-heading,.account-metrics{align-items:center;display:flex}.brand{gap:10px;font-size:15px;font-weight:700}.brand-mark{width:26px;height:26px;color:var(--green);background:#1a302c;border:1px solid #64df9b47;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.brand-mark.small{width:28px;height:28px}.topbar-actions{color:var(--muted);gap:10px;font-size:13px}.workspace{width:min(1680px,100vw - 40px);min-width:0;margin:24px auto 48px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px;display:grid}.metric-card{border:1px solid var(--line-soft);min-height:90px;box-shadow:var(--shadow);background:#151821e0;border-radius:8px;gap:14px;padding:18px}.metric-card p{color:var(--muted);margin:0 0 8px;font-size:13px}.metric-card strong{align-items:baseline;gap:4px;font-size:24px;line-height:1;display:flex}.metric-card strong span{color:var(--muted-2);font-size:13px;font-weight:500}.metric-icon{border:1px solid var(--line);background:#10131a;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.metric-card.blue .metric-icon{color:var(--blue)}.metric-card.green .metric-icon{color:var(--green)}.metric-card.cyan .metric-icon{color:var(--cyan)}.metric-card.coral .metric-icon{color:var(--coral)}.panel{border:1px solid var(--line-soft);box-shadow:var(--shadow);background:#11141ce6;border-radius:8px;min-width:0;overflow:hidden}.tabs-row{justify-content:space-between;align-items:center;gap:16px;padding:16px 16px 0;display:flex}.tabs{border-bottom:1px solid var(--line);gap:6px;min-height:38px}.tabs button{min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:0 10px;display:inline-flex}.tabs button.active{color:var(--text);border-bottom-color:var(--blue)}.panel-actions{align-self:flex-start;gap:8px;min-width:0}.primary-button,.secondary-button,.icon-button{border:1px solid var(--line);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:34px;transition:background-color .12s,border-color .12s,transform .12s;display:inline-flex}.primary-button{color:#ecfff7;background:#255f54;border-color:#64df9b59;padding:0 13px}.secondary-button{color:#d9deeb;background:#181c25;padding:0 12px;text-decoration:none}.icon-button{background:#161a23;width:32px;height:32px;padding:0}.primary-button:hover,.secondary-button:hover,.icon-button:hover{border-color:#3a4355;transform:translateY(-1px)}.icon-button.ghost{background:0 0}.icon-button.green{color:var(--green)}.icon-button.amber{color:var(--amber)}.icon-button.blue{color:var(--blue)}.icon-button.red{color:var(--red)}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert{color:#ffc5cb;background:#ff5d6c14;border:1px solid #ff5d6c52;border-radius:8px;gap:10px;min-height:38px;margin:14px 16px 0;padding:8px 10px}.alert span{flex:1;min-width:0}.table-toolbar{align-items:center;gap:10px;padding:16px;display:flex}.search-box,.select-box{border:1px solid var(--line);min-height:36px;color:var(--muted);background:#10131a;border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex}.search-box{flex:1;min-width:220px}.search-box input,.select-box select,.form-grid input,.form-grid select,.form-grid textarea{width:100%;color:var(--text);background:0 0;border:0;outline:0;min-height:34px}.select-box select{min-width:128px}.table-wrap{border-top:1px solid var(--line-soft);max-width:100%;overflow-x:auto}.event-toolbar{flex-wrap:wrap}.requests-layout{grid-template-rows:auto minmax(0,1fr);min-height:720px;display:grid}.requests-split{border-top:1px solid var(--line-soft);grid-template-columns:minmax(460px,.38fr) minmax(0,1fr);min-height:720px;display:grid}.request-list-panel{border-right:1px solid var(--line-soft);background:#0d11188c;min-width:0}.request-list-head{border-bottom:1px solid var(--line-soft);background:#141824;justify-content:space-between;align-items:center;gap:10px;height:42px;padding:0 12px;display:flex}.request-list-head strong{color:#edf3fb;font-size:12px}.request-list-head span{color:var(--muted);font-size:11px}.request-list-scroll{height:calc(100vh - 296px);min-height:640px;max-height:980px;overflow:auto}.request-item{color:#dbe2ee;cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #262b37a8;grid-template-rows:auto auto auto auto;grid-template-columns:62px auto auto auto auto auto 52px;align-items:center;gap:7px 8px;width:100%;min-height:108px;padding:10px 12px;display:grid}.request-item:hover{background:#242a38a8}.request-item.active{box-shadow:inset 3px 0 0 var(--blue);background:#77a6ff1a}.request-item.error{background:#41192061}.request-item.error.active{box-shadow:inset 3px 0 0 var(--red)}.request-item.noise{background:#231e3a57}.request-item.noise.active{box-shadow:inset 3px 0 #a68bff}.request-item.fallback{background:#3e301252}.request-item.fallback.active{box-shadow:inset 3px 0 0 var(--amber)}.request-item.child{background:#141a24b8;width:calc(100% - 14px);margin-left:14px;box-shadow:inset 1px 0 #77a6ff38}.request-item.child.active{box-shadow:inset 3px 0 0 var(--blue)}.request-item-time{color:#c8d1df;font-variant-numeric:tabular-nums;font-size:11px}.request-item strong{color:#edf3fb;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;min-width:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:600;line-height:1.4;overflow:hidden}.request-item-path,.request-item-actor,.request-item-summary,.request-item-meta{text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;min-width:0;overflow:hidden}.request-item-path{color:#9fb1c7;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px}.request-item-summary{color:#cbd4e3;font-size:12px}.request-item-actor{color:#9ad9ff;font-size:11px}.request-item-meta{color:var(--muted-2);font-size:11px}.request-item-events{color:var(--muted);text-align:right;white-space:nowrap;font-size:11px}.relation-chip{color:#9db8f6;letter-spacing:0;text-transform:uppercase;border:1px solid #77a6ff3d;border-radius:5px;grid-column:1/-1;width:fit-content;padding:2px 6px;font-size:10px;font-weight:700}.method-chip{color:#b9ccff;background:#77a6ff14;border:1px solid #77a6ff40;border-radius:7px;justify-content:center;align-items:center;min-width:54px;height:22px;padding:0 7px;font-size:11px;font-weight:700;display:inline-flex}.method-chip.get{color:#9ad9ff;background:#45c7d914;border-color:#45c7d93d}.method-chip.post{color:#b8e8dd;background:#64df9b14;border-color:#64df9b3d}.method-chip.connect{color:var(--amber);background:#f2b84b14;border-color:#f2b84b42}.method-chip.tls{color:#c8bbff;background:#a68bff14;border-color:#a68bff47}.method-chip.meta{color:#cbd4e3;background:#cbd4e30f;border-color:#cbd4e338}.event-pill.compact,.status-code.compact,.layer-chip.compact{min-width:42px;height:22px;padding:0 7px;font-size:10px}.protocol-chip.compact{min-width:52px;height:22px;padding:0 7px;font-size:10px}.layer-chip{color:#cbd4e3;text-transform:uppercase;white-space:nowrap;background:#cbd4e30f;border:1px solid #cbd4e333;border-radius:7px;justify-content:center;align-items:center;min-width:70px;font-weight:700;display:inline-flex}.protocol-chip{color:#cbd4e3;letter-spacing:0;text-transform:uppercase;white-space:nowrap;background:#cbd4e30f;border:1px solid #cbd4e333;border-radius:7px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.protocol-chip.websocket{color:#b8e8dd;background:#64df9b17;border-color:#64df9b42}.protocol-chip.realtime{color:#ffd59a;background:#f2b84b1a;border-color:#f2b84b57}.protocol-chip.udp{color:#9ad9ff;background:#45c7d917;border-color:#45c7d942}.protocol-chip.dns{color:#b9ccff;background:#77a6ff17;border-color:#77a6ff47}.protocol-chip.tls{color:#c8bbff;background:#a68bff14;border-color:#a68bff47}.protocol-chip.http{color:#b8e8dd;background:#64df9b0f;border-color:#64df9b33}.protocol-select select{min-width:142px}.layer-chip.wire{color:#c8bbff;background:#a68bff14;border-color:#a68bff47}.layer-chip.mitm{color:#ffd59a;background:#f2b84b17;border-color:#f2b84b4d}.layer-chip.connect{color:#b9ccff;background:#77a6ff14;border-color:#77a6ff40}.layer-chip.udp{color:#9ad9ff;background:#45c7d914;border-color:#45c7d93d}.layer-chip.websocket{color:#b8e8dd;background:#64df9b14;border-color:#64df9b3d}.layer-chip.http{color:#b8e8dd;background:#64df9b0f;border-color:#64df9b33}.inspector-panel{background:#11151f;grid-template-rows:auto auto auto minmax(0,1fr);min-width:0;height:calc(100vh - 254px);min-height:720px;max-height:1020px;display:grid;overflow:hidden}.empty-inspector,.empty-list{min-height:220px;color:var(--muted);place-items:center;display:grid}.inspector-head{border-bottom:1px solid var(--line-soft);background:#141824;justify-content:space-between;gap:12px;min-height:92px;padding:14px 16px;display:flex}.inspector-head>div{gap:8px;min-width:0;display:grid}.inspector-title-row{align-items:center;gap:7px;display:flex}.inspector-head strong{color:#edf3fb;overflow-wrap:anywhere;word-break:break-word;min-width:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;line-height:1.45}.inspector-head span:last-child{color:var(--muted);font-size:12px}.inspector-kpis{border-bottom:1px solid var(--line-soft);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;padding:10px 12px;display:grid}.inspector-tabs{border-bottom:1px solid var(--line-soft);background:#10131a;align-items:end;gap:3px;min-height:42px;padding:0 12px;display:flex}.inspector-tabs button{height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 12px;font-size:12px}.inspector-tabs button:hover,.inspector-tabs button.active{color:#edf3fb}.inspector-tabs button.active{border-bottom-color:var(--blue)}.inspector-content{min-height:0;padding:12px;overflow:auto}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.summary-content{gap:8px;padding:12px;display:grid}.summary-content strong{color:#edf3fb;overflow-wrap:anywhere;font-size:13px;line-height:1.5}.summary-content span{color:var(--muted);overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45}.full-height .headers-list,.full-height .body-summary{max-height:720px}.inspector-timeline,.inspector-json{min-height:0}.inspector-json{height:100%;max-height:none}.empty-block p{color:var(--muted);margin:0;padding:18px 12px;font-size:12px}.wide-select select{min-width:170px}.limit-select select{min-width:64px}table{border-collapse:collapse;width:100%;min-width:1060px;font-size:13px}th{height:46px;color:var(--muted);text-align:left;border-bottom:1px solid var(--line);text-transform:uppercase;background:#181b25;padding:0 12px;font-size:11px;font-weight:700}td{border-bottom:1px solid var(--line-soft);color:#dbe2ee;vertical-align:middle;height:48px;padding:7px 12px}.events-table{table-layout:fixed;min-width:1180px}.events-table th:first-child,.events-table td:first-child{width:86px}.events-table th:nth-child(2),.events-table td:nth-child(2){width:178px}.events-table th:nth-child(3),.events-table td:nth-child(3){width:170px}.events-table th:nth-child(4),.events-table td:nth-child(4){width:168px}.events-table th:nth-child(6),.events-table td:nth-child(6){width:78px}.events-table th:nth-child(7),.events-table td:nth-child(7),.events-table th:nth-child(8),.events-table td:nth-child(8){width:70px}.events-table th:nth-child(9),.events-table td:nth-child(9){width:92px}.events-table th:nth-child(10),.events-table td:nth-child(10){width:300px}tbody tr{background:#11141cbf}tbody tr:nth-child(2n){background:#181b25b8}tbody tr:hover{background:#242a38b8}.clickable-row{cursor:pointer}.clickable-row:focus-visible{outline-offset:-2px;outline:2px solid #77a6ffcc}.name-cell{gap:3px;min-width:150px;display:grid}.name-cell strong{color:#f4f7fb;font-size:13px}.name-cell span,.error-line{color:var(--muted-2);font-size:11px}.compact-name{min-width:128px}.uuid-chip{border:1px solid var(--line);height:28px;color:var(--blue);cursor:pointer;background:#121620;border-radius:8px;align-items:center;gap:6px;padding:0 8px;display:inline-flex}.tags{flex-wrap:wrap;gap:5px;min-width:100px;display:flex}.tag{color:#b8e8dd;background:#64df9b1a;border:1px solid #64df9b2e;border-radius:7px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;display:inline-flex}.tag.muted{color:var(--muted-2);border-color:var(--line-soft);background:#111620}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.truncate{text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:180px;display:inline-block;overflow:hidden}.status{align-items:center;gap:7px;min-width:78px;display:inline-flex}.dot,.account-status{background:var(--muted-2);border-radius:999px;width:7px;height:7px}.dot.small{flex:none;width:6px;height:6px}.status.running .dot,.account-status.active{background:var(--green);box-shadow:0 0 0 3px #64df9b1a}.status.stopped .dot,.account-status.quiet{background:var(--muted-2)}.status.attention .dot{background:var(--amber);box-shadow:0 0 0 3px #f2b84b1a}.status.error .dot,.account-status.attention{background:var(--red);box-shadow:0 0 0 3px #ff5d6c1a}.error-line{text-overflow:ellipsis;white-space:nowrap;color:#ff9ea7;max-width:160px;margin-top:3px;display:block;overflow:hidden}.event-time{color:#c8d1df;font-variant-numeric:tabular-nums;white-space:nowrap}.event-kind{align-items:center;gap:8px;min-width:150px;display:flex}.event-meta-cell{gap:3px;min-width:150px;display:grid}.event-meta-cell strong{color:#edf3fb;font-size:12px}.event-meta-cell span{max-width:190px;color:var(--muted-2);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.event-pill{border:1px solid var(--line);min-width:68px;height:24px;color:var(--muted);text-transform:uppercase;background:#111620;border-radius:7px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;display:inline-flex}.event-pill.inbound{color:#9ad9ff;background:#45c7d914;border-color:#45c7d93d}.event-pill.outbound{color:#b8e8dd;background:#64df9b14;border-color:#64df9b3d}.event-pill.apple{color:#b9ccff;background:#77a6ff14;border-color:#77a6ff47}.event-pill.mitm{color:#ffd59a;background:#f2b84b17;border-color:#f2b84b4d}.event-pill.error{color:#ffc5cb;background:#ff5d6c17;border-color:#ff5d6c4d}.event-pill.open{color:#9ad9ff;background:#45c7d914;border-color:#45c7d93d}.event-pill.closed{color:#b8e8dd;background:#64df9b14;border-color:#64df9b3d}.event-pill.started,.event-pill.canceled{color:var(--amber);background:#f2b84b14;border-color:#f2b84b42}.event-pill.fallback{color:var(--amber);background:#f2b84b17;border-color:#f2b84b4d}.event-pill.system{color:#cbd4e3}.target-cell{gap:3px;min-width:0;max-width:none;display:grid}.target-cell .mono{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.target-cell span:last-child{color:var(--muted-2);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.status-code{border:1px solid var(--line);min-width:48px;height:24px;color:var(--muted);font-variant-numeric:tabular-nums;background:#111620;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.status-code.good{color:var(--green);background:#64df9b14;border-color:#64df9b3d}.status-code.warn{color:var(--amber);background:#f2b84b14;border-color:#f2b84b42}.status-code.bad{color:var(--red);background:#ff5d6c17;border-color:#ff5d6c4d}.error-column{color:#ff9ea7;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:190px;display:inline-block;overflow:hidden}.response-column{color:#cbd4e3;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:100%;display:inline-block;overflow:hidden}.error-row{background:#41192073!important}.row-actions{gap:6px;min-width:150px}.empty{text-align:center;height:180px;color:var(--muted)}.accounts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;display:grid}.protocols-view{gap:16px;padding:16px;display:grid}.protocol-summary{flex-wrap:wrap;gap:10px;display:flex}.protocol-summary-item{border:1px solid var(--line-soft);background:#0d1118;border-radius:8px;align-content:center;gap:4px;min-width:132px;min-height:54px;padding:10px 12px;display:grid}.protocol-summary-item span{color:var(--muted);text-transform:uppercase;font-size:11px}.protocol-summary-item strong{color:#edf3fb;font-size:17px}.protocol-summary-item.good{border-color:#64df9b47}.protocol-summary-item.warn{border-color:#f2b84b57}.protocol-summary-item.bad{border-color:#ff5d6c52}.protocol-summary-item.external{border-color:#77a6ff4d}.protocol-section{gap:10px;display:grid}.protocol-section-head{justify-content:space-between;align-items:center;gap:12px;min-height:30px;display:flex}.protocol-section-head strong{letter-spacing:.08em;text-transform:uppercase;font-size:13px}.protocol-section-head span{color:var(--muted);font-size:12px}.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.capability-card{border:1px solid var(--line-soft);background:#0d1118;border-radius:8px;gap:12px;min-width:0;padding:14px;display:grid}.capability-card.good{border-left:3px solid var(--green)}.capability-card.warn{border-left:3px solid var(--amber)}.capability-card.bad{border-left:3px solid var(--red)}.capability-card.external{border-left:3px solid var(--blue)}.capability-card.muted{border-left:3px solid var(--muted-2)}.capability-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.capability-head>div{gap:4px;min-width:0;display:grid}.capability-head strong{color:#edf3fb;overflow-wrap:anywhere}.capability-head span{color:var(--muted);font-size:12px}.capability-status{border:1px solid var(--line);text-transform:uppercase;border-radius:8px;flex:none;align-items:center;min-height:26px;padding:0 9px;font-weight:700;display:inline-flex;font-size:11px!important}.capability-status.good{color:#baf7d4;background:#64df9b1a;border-color:#64df9b42}.capability-status.warn{color:#ffdda0;background:#f2b84b1a;border-color:#f2b84b4d}.capability-status.bad{color:#ffc5cb;background:#ff5d6c1a;border-color:#ff5d6c4d}.capability-status.external{color:#c9dcff;background:#77a6ff1a;border-color:#77a6ff47}.capability-status.muted{color:#c3cad8;background:#8f98aa14;border-color:#8f98aa38}.capability-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.capability-details .detail-item{min-height:72px;padding:9px 10px}.capability-list{gap:7px;display:grid}.capability-list>span{color:var(--muted);text-transform:uppercase;font-size:11px}.capability-list>div{flex-wrap:wrap;gap:7px;display:flex}.capability-list code{color:#dce6f2;border:1px solid var(--line-soft);overflow-wrap:anywhere;background:#090c11;border-radius:6px;max-width:100%;padding:5px 7px;font-size:11px}.capability-card p{color:#c8d1df;margin:0;font-size:12px;line-height:1.45}.account-card,.empty-card{border:1px solid var(--line-soft);background:#121620;border-radius:8px;min-height:128px;padding:16px}.account-heading{justify-content:space-between;margin-bottom:26px}.account-heading>div{align-items:center;gap:9px;display:flex}.account-heading strong{text-transform:capitalize}.account-heading>span{color:var(--muted)}.account-metrics{color:#cbd4e3;gap:16px}.account-metrics span{align-items:center;gap:6px;display:inline-flex}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04060ab8;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--line);background:#121620;border-radius:8px;width:min(780px,100%);max-height:calc(100vh - 32px);overflow:auto;box-shadow:0 26px 80px #0000008f}.event-modal{flex-direction:column;width:min(1420px,100vw - 32px);display:flex;overflow:hidden}.rule-modal{width:min(980px,100vw - 32px)}.modal-title{z-index:2;border-bottom:1px solid var(--line-soft);background:#121620;flex:none;justify-content:space-between;align-items:flex-start;gap:14px;min-height:58px;padding:12px 16px;display:flex;position:sticky;top:0}.modal-title>div{align-items:flex-start;gap:10px;min-width:0;display:flex}.modal-title strong{color:#edf3fb;overflow-wrap:anywhere;word-break:break-word;min-width:0;line-height:1.25}.modal-title .icon-button{flex:none}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;display:grid}.form-grid label{color:var(--muted);gap:7px;font-size:12px;display:grid}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--line);background:#0d1118;border-radius:8px;min-height:42px;padding:0 11px}.form-grid textarea{resize:vertical;padding:10px 11px}.toggle-line{border:1px solid var(--line);background:#0d1118;border-radius:8px;align-self:end;align-items:center;min-height:42px;padding:0 11px;grid-template-columns:none!important;gap:9px!important;display:flex!important}.toggle-line input{width:16px;min-height:16px;accent-color:var(--green)}.modal-actions{border-top:1px solid var(--line-soft);justify-content:flex-end;gap:9px;padding:14px 16px 16px;display:flex}.event-detail{gap:14px;min-height:0;padding:16px;display:grid;overflow:auto}.event-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.detail-item{border:1px solid var(--line-soft);background:#0d1118;border-radius:8px;align-content:center;gap:5px;min-width:0;min-height:58px;padding:10px 12px;display:grid}.detail-item span{color:var(--muted);text-transform:uppercase;font-size:11px}.detail-item strong{color:#edf3fb;overflow-wrap:anywhere;word-break:break-word;font-size:12px;font-weight:600;overflow:visible}.event-json{border:1px solid var(--line);color:#dce6f2;white-space:pre-wrap;word-break:break-word;background:#090c11;border-radius:8px;max-height:min(52vh,520px);margin:0;padding:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;overflow:auto}.event-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.metadata-block{border:1px solid var(--line-soft);background:#0d1118;border-radius:8px;min-width:0;overflow:hidden}.metadata-block h3{border-bottom:1px solid var(--line-soft);color:#edf3fb;margin:0;padding:10px 12px;font-size:12px;font-weight:700}.headers-list,.body-summary{max-height:360px;display:grid;overflow:auto}.header-row,.body-summary>div{border-bottom:1px solid #262b379e;grid-template-columns:minmax(170px,.3fr) minmax(0,1fr);gap:10px;min-width:0;padding:8px 12px;display:grid}.header-row:last-child,.body-summary>div:last-child{border-bottom:0}.header-row span,.body-summary span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.header-row code,.body-summary code{color:#dce6f2;overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px}.preview-text{border-top:1px solid var(--line-soft);color:#dce6f2;white-space:pre-wrap;word-break:break-word;max-height:360px;margin:0;padding:10px 12px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;line-height:1.5;overflow:auto}.base64-preview{border-top:1px solid var(--line-soft);gap:8px;padding:10px 12px;display:grid}.base64-preview .secondary-button{width:fit-content;min-height:30px;padding:0 10px;font-size:12px}.chunk-download{width:fit-content;min-height:30px;margin:10px 12px;font-size:12px}.base64-preview pre{color:#cbd4e3;white-space:pre-wrap;word-break:break-all;max-height:220px;margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;line-height:1.45;overflow:auto}.timeline-block{grid-column:1/-1}.timeline-list{max-height:260px;overflow:auto}.timeline-list button{color:#dce6f2;cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #262b379e;grid-template-columns:86px minmax(140px,.8fr) 64px 54px minmax(180px,1.2fr);align-items:center;gap:10px;width:100%;min-height:34px;padding:7px 12px;display:grid}.timeline-list button:hover{background:#242a38b8}.timeline-list span,.timeline-list em,.timeline-list code,.timeline-list small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.timeline-list small{display:block}.timeline-list strong{color:#edf3fb;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}@media (width<=960px){.metric-grid,.accounts-grid,.capability-grid,.event-detail-grid,.event-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-details,.requests-split{grid-template-columns:1fr}.request-list-panel{border-right:0;border-bottom:1px solid var(--line-soft)}.request-list-scroll{height:360px;min-height:360px;max-height:360px}.inspector-panel{height:auto;min-height:620px;max-height:none}.inspector-kpis,.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tabs-row,.table-toolbar{flex-direction:column;align-items:stretch}.panel-actions{width:100%}.panel-actions>button{flex:1;min-width:0}}@media (width<=640px){.workspace{width:min(100vw - 24px,1280px);margin-top:14px}.topbar{padding:0 12px}.metric-grid,.accounts-grid,.capability-grid,.capability-details,.form-grid,.event-detail-grid,.event-sections,.inspector-kpis,.overview-grid{grid-template-columns:1fr}.requests-layout,.requests-split{min-height:0}.request-item{grid-template-columns:56px auto auto}.request-item .event-pill{display:none}.inspector-tabs{overflow-x:auto}.panel-actions{flex-direction:column}.panel-actions>button{width:100%}.metric-card{min-height:76px}.search-box{min-width:0}.form-grid label.wide{grid-column:auto}.operator{display:none}}
