.aio-json-viewer{margin-top:13px;overflow:hidden;border:1px solid var(--v2-line,var(--border,#dfe7f1));border-radius:7px;background:var(--v2-surface-soft,var(--surface-2,#f8fafc))}.aio-json-viewer>header{min-height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;border-bottom:1px solid var(--v2-line,var(--border,#dfe7f1))}.aio-json-viewer>header button{min-height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 7px;border:0;color:var(--v2-heading,currentColor);background:transparent;font-size:12px;font-weight:750}.aio-json-viewer>header small{color:var(--v2-muted,var(--muted,#718096));font-size:10px}.aio-json-viewer .aio-json-copy{padding:0 9px;border:1px solid var(--v2-line-strong,var(--border,#dfe7f1));border-radius:5px;color:var(--v2-green,#168463)}.aio-json-viewer pre{max-height:380px;margin:0;overflow:auto;padding:14px 16px;color:#334155;background:#f8fafc;font:13px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;-moz-tab-size:2;tab-size:2}.aio-json-viewer code{display:block;min-height:1.65em}.aio-json-viewer .is-key{color:#0369a1}.aio-json-viewer .is-string{color:#be185d}.aio-json-viewer .is-number{color:#9a6700}.aio-json-viewer .is-boolean{color:#047857}.aio-json-viewer .is-null{color:#64748b}:root[data-theme=dark] .aio-json-viewer,.v2-shell[data-theme=dark] .aio-json-viewer{background:#111827}:root[data-theme=dark] .aio-json-viewer>header,.v2-shell[data-theme=dark] .aio-json-viewer>header{border-bottom-color:#ffffff14}:root[data-theme=dark] .aio-json-viewer>header button,.v2-shell[data-theme=dark] .aio-json-viewer>header button{color:#d8e1ef}:root[data-theme=dark] .aio-json-viewer>header small,.v2-shell[data-theme=dark] .aio-json-viewer>header small{color:#91a2ba}:root[data-theme=dark] .aio-json-viewer .aio-json-copy,.v2-shell[data-theme=dark] .aio-json-viewer .aio-json-copy{color:#9ce3c7;border-color:#ffffff1f}:root[data-theme=dark] .aio-json-viewer pre,.v2-shell[data-theme=dark] .aio-json-viewer pre{color:#cbd5e1;background:#0d1422}:root[data-theme=dark] .aio-json-viewer .is-key,.v2-shell[data-theme=dark] .aio-json-viewer .is-key{color:#7dd3fc}:root[data-theme=dark] .aio-json-viewer .is-string,.v2-shell[data-theme=dark] .aio-json-viewer .is-string{color:#f9a8d4}:root[data-theme=dark] .aio-json-viewer .is-number,.v2-shell[data-theme=dark] .aio-json-viewer .is-number{color:#fde68a}:root[data-theme=dark] .aio-json-viewer .is-boolean,.v2-shell[data-theme=dark] .aio-json-viewer .is-boolean{color:#86efac}:root[data-theme=dark] .aio-json-viewer .is-null,.v2-shell[data-theme=dark] .aio-json-viewer .is-null{color:#94a3b8}.aio-json-viewer .aio-json-copy.is-failed{color:#d92d5f}.aio-json-viewer .aio-json-copy.is-selected{color:#a16e13}:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;color:#182338;background:#f4f7fb;--surface: #fff;--surface-2: #f8fafc;--border: #dfe7f1;--muted: #708198;--nav: #0e192a;--accent: #ef4385;--accent-soft: #ffe6f0;--shadow: 0 18px 48px rgba(29, 50, 82, .12)}:root[data-theme=dark]{color-scheme:dark;color:#edf3fb;background:#0a1220;--surface: #121d2e;--surface-2: #172438;--border: #2a3a51;--muted: #92a3bb;--nav: #070f1c;--accent-soft: #3a1930;--shadow: 0 18px 48px rgba(0, 0, 0, .32)}*{box-sizing:border-box;letter-spacing:0}body{margin:0;min-width:320px;background:inherit}button{font:inherit;cursor:pointer}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--accent) 52%,var(--border)) transparent}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:color-mix(in srgb,var(--accent) 52%,var(--border));background-clip:padding-box}.shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr)}.shell>aside{position:sticky;top:0;height:100vh;padding:24px 18px;display:flex;flex-direction:column;background:var(--nav);color:#dae6f7}.brand{display:flex;gap:12px;align-items:center;padding:0 6px 32px}.brand>span,.login-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#fff;background:linear-gradient(135deg,#ef4385,#ffbd55)}.brand div,.person div{display:grid;gap:2px}.brand small,.person small{color:#8292aa}.shell nav{display:grid;gap:6px}.shell nav button{border:0;border-radius:7px;padding:12px;display:flex;gap:12px;align-items:center;color:#aab8cb;background:transparent;font-weight:650;text-align:left}.shell nav button svg{width:19px}.shell nav button.active{color:#fff;background:#1a2940;box-shadow:inset 3px 0 var(--accent)}.shell nav button:disabled{opacity:.48;cursor:default}.person{margin-top:auto;border-top:1px solid #223149;padding:20px 6px 0;display:flex;align-items:center;gap:10px}.brand>span>img{width:42px;height:42px;display:block}main{min-width:0}header{min-height:94px;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent)}header p,.panel-head p,.login p{margin:0 0 4px;color:var(--accent);font-size:.72rem;font-weight:850}h1,h2,h3,p{margin-top:0}header h1{margin:0;font-size:1.65rem}.actions{display:flex;gap:8px}.actions button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted)}.actions svg{width:19px}.actions button:hover{color:var(--accent);border-color:#ed8ab1}.content{width:min(1440px,100%);margin:0 auto;padding:28px 32px 60px}.hero{min-height:220px;padding:32px;border-radius:8px;color:#fff;background:linear-gradient(118deg,#1b2c49,#283657 58%,#4b294c);display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:var(--shadow)}.hero>div{max-width:760px}.hero h2{margin:12px 0 10px;font-size:clamp(1.7rem,3vw,2.5rem)}.hero p{margin:0;color:#bdcbe0;line-height:1.65}.eyebrow{display:flex;align-items:center;gap:7px;color:#6ff0b9;font-size:.8rem;font-weight:750}.eyebrow svg{width:17px}.primary{flex:0 0 auto;min-width:190px;min-height:46px;border:0;border-radius:7px;padding:11px 18px;display:flex;align-items:center;justify-content:center;gap:9px;color:#182033;background:linear-gradient(100deg,#ff62a0,#ffd264);font-weight:800;box-shadow:0 10px 28px #ef438540}.primary:disabled{opacity:.7;cursor:wait}.primary svg{width:19px}.metrics{margin:18px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.metric{min-height:118px;padding:20px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.metric>span{width:42px;height:42px;display:grid;place-items:center;border-radius:8px}.metric>span svg{width:20px}.metric.pink>span{color:#d82d70;background:#ffe2ee}.metric.green>span{color:#16865f;background:#dcf8ec}.metric.blue>span{color:#1688bb;background:#ddf5ff}.metric div{min-width:0;display:grid;gap:3px}.metric small,.metric p{color:var(--muted);font-size:.76rem}.metric strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface);box-shadow:0 8px 24px #1f33520d}.panel-head{min-height:76px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.panel-head h3{margin:0;font-size:1rem}.healthy,.state{border-radius:999px;padding:5px 9px;color:#147956;background:#dcf8ec;font-size:.68rem;font-weight:850;text-transform:uppercase}.state.failed,.state.cancelled{color:#b63156;background:#ffe3eb}.state.queued,.state.running{color:#9d690d;background:#fff1ce}.chain{padding:6px 20px}.step{min-height:75px;display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;border-bottom:1px solid var(--border)}.step:last-child{border:0}.step>span{color:var(--accent);font-weight:850;font-size:.76rem}.step p{margin:4px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.receipt{padding:7px 20px}.row{min-height:62px;display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid var(--border)}.row:last-child{border:0}.row span{color:var(--muted);font-size:.78rem}.row strong{min-width:0;overflow-wrap:anywhere;font-size:.82rem}.empty{min-height:300px;padding:28px;display:grid;place-items:center;text-align:center;color:var(--muted);line-height:1.6}.avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.avatar.fallback{display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);font-weight:850}.toast{position:fixed;z-index:50;right:22px;bottom:22px;max-width:min(420px,calc(100vw - 44px));padding:13px 16px;border-radius:7px;color:#fff;display:flex;align-items:center;gap:9px;box-shadow:var(--shadow)}.toast.success{background:#168463}.toast.error{background:#c73d62}.toast svg{width:20px}.loading,.login{min-height:100vh;display:grid;place-items:center}.loading{align-content:center;gap:10px;color:var(--muted)}.login{padding:24px;background:radial-gradient(circle at 30% 20%,#293f61,#0a1220 58%)}.login section{width:min(460px,100%);padding:36px;border-radius:10px;color:#172033;background:#fff;box-shadow:0 30px 80px #00000059}.login-mark{margin-bottom:24px}.login h1{margin-bottom:12px;font-size:2rem}.login section>span:not(.login-mark){display:block;color:#718096;line-height:1.65}.login a{margin-top:26px;padding:12px;border-radius:7px;display:flex;justify-content:center;align-items:center;gap:8px;color:#fff;background:var(--accent);text-decoration:none;font-weight:800}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.shell{display:block}.shell>aside{position:static;height:auto;padding:14px;flex-direction:row;align-items:center}.brand{padding:0}.brand div,.person{display:none}.shell nav{display:flex;margin-left:auto}.shell nav button{padding:10px}.shell nav button:not(.active){display:none}.shell nav button span{display:none}header{min-height:76px;padding:15px 18px}.content{padding:18px}.hero{padding:24px;align-items:flex-start;flex-direction:column}.primary{width:100%}.metrics,.grid{grid-template-columns:1fr}}@media(max-width:520px){.brand strong{display:none}.hero h2{font-size:1.6rem}.hero p{font-size:.9rem}.step{grid-template-columns:28px 1fr}.row{grid-template-columns:76px minmax(0,1fr)}}.toast.warning{background:#b97810}.shell nav button b{margin-left:auto;min-width:21px;height:21px;padding:0 6px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#d93870;font-size:.68rem}.hero.compact{min-height:190px}.metrics.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric.amber>span{color:#9d690d;background:#fff1ce}.panel-head>div{min-width:0}.panel-head small{display:block;margin-top:5px;color:var(--muted);line-height:1.45}.text-button{border:0;padding:8px 0;color:var(--accent);background:transparent;font-weight:750}.primary.small{min-width:0;min-height:40px;padding:9px 14px}.table-list{padding:0 20px}.list-row{min-height:76px;display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:0}.list-row>div{min-width:0;display:grid;gap:4px}.list-row small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dot{width:9px;height:9px;border-radius:50%;background:#9ca9ba;box-shadow:0 0 0 4px color-mix(in srgb,#9ca9ba 15%,transparent)}.dot.ok{background:#25ba86;box-shadow:0 0 0 4px color-mix(in srgb,#25ba86 15%,transparent)}.dot.warn{background:#e5a82c;box-shadow:0 0 0 4px color-mix(in srgb,#e5a82c 15%,transparent)}.state.aligned,.state.enabled,.state.active,.state.succeeded,.state.completed{color:#147956;background:#dcf8ec}.state.pending,.state.canary,.state.preflight{color:#9d690d;background:#fff1ce}.state.disabled,.state.suspended,.state.inactive{color:#64748b;background:#e8edf3}:root[data-theme=dark] .state.aligned,:root[data-theme=dark] .state.enabled,:root[data-theme=dark] .state.active,:root[data-theme=dark] .state.succeeded,:root[data-theme=dark] .state.completed{color:#72ddb7;background:#153a32}:root[data-theme=dark] .state.pending,:root[data-theme=dark] .state.canary,:root[data-theme=dark] .state.preflight{color:#f1c35c;background:#3d3219}:root[data-theme=dark] .state.disabled,:root[data-theme=dark] .state.suspended,:root[data-theme=dark] .state.inactive{color:#a7b5c9;background:#263348}.page-panel{min-height:560px}.page-panel>.panel-head{min-height:86px}.card-grid,.node-grid{padding:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.subscriber-card,.node-card{min-width:0;padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.card-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px}.card-heading>div{min-width:0}.card-heading h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.card-heading p{margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.78rem}.credential-line{margin-top:17px;padding:13px;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.credential-line>div{min-width:0;display:grid;gap:4px}.credential-line small,.entitlements>small{color:var(--muted);font-size:.68rem;font-weight:850}.credential-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credential-line button,.button-row button,.latest-operation{border:1px solid var(--border);border-radius:7px;padding:8px 10px;display:flex;align-items:center;justify-content:center;gap:7px;color:inherit;background:var(--surface);font-weight:700}.credential-line button:disabled,.button-row button:disabled{opacity:.5;cursor:not-allowed}.credential-line svg,.button-row svg{width:16px}.subscription-line{margin-top:10px;padding:13px;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.subscription-line>div:first-child{min-width:0;display:grid;gap:4px}.subscription-line small{color:var(--muted);font-size:.68rem;font-weight:850}.subscription-line span{color:var(--muted);font-size:.72rem}.subscription-actions{display:flex;gap:7px}.subscription-actions button{border:1px solid var(--border);border-radius:7px;padding:8px 10px;display:flex;align-items:center;gap:7px;color:inherit;background:var(--surface-2);font-weight:700}.subscription-actions button:disabled{opacity:.5;cursor:not-allowed}.subscription-actions svg{width:16px}.subscription-actions .danger-text{color:#c52f5c}.entitlements{margin-top:16px;display:grid;gap:8px}.entitlements label{min-height:52px;padding:9px 11px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);cursor:pointer}.entitlements input,.protocol-picker input{width:17px;height:17px;accent-color:var(--accent)}.entitlements label>span{min-width:0;display:grid;gap:2px}.entitlements label small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:7px;color:#1586b7;background:#dff5ff}.node-icon svg{width:19px}:root[data-theme=dark] .node-icon{color:#62c7ed;background:#173444}.node-card dl{margin:17px 0;display:grid;grid-template-columns:1fr 1fr;gap:1px;border:1px solid var(--border);border-radius:7px;overflow:hidden;background:var(--border)}.node-card dl div{min-width:0;padding:11px;display:grid;gap:5px;background:var(--surface)}.node-card dt{color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.node-card dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:700}.button-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.button-row .accent{color:#fff;border-color:var(--accent);background:var(--accent)}.latest-operation{width:100%;margin-top:10px;justify-content:flex-start;color:var(--muted)}.latest-operation>span:last-child{margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem}.operation-table{padding:8px 16px 16px}.operation-head,.operation-row{width:100%;min-height:60px;display:grid;grid-template-columns:1.1fr 1.1fr minmax(240px,1.7fr) 1.15fr auto;gap:12px;align-items:center}.operation-head{min-height:38px;padding:0 12px;color:var(--muted);font-size:.68rem;font-weight:850;text-transform:uppercase}.operation-row{padding:10px 12px;border:0;border-top:1px solid var(--border);color:inherit;background:transparent;text-align:left}.operation-row:hover{background:var(--surface-2)}.operation-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operation-row>span:first-child{display:grid;gap:3px}.operation-row small{color:var(--muted)}.operation-stages{display:flex;flex-wrap:wrap;gap:6px;white-space:normal!important}.stage-state{min-height:24px;padding:5px 8px;border:1px solid var(--border);border-radius:5px;color:var(--muted);background:var(--surface-2);font-size:.62rem;font-style:normal;font-weight:850;line-height:1.1}.stage-state.succeeded,.stage-state.completed{color:#147956;border-color:color-mix(in srgb,#16865f 35%,var(--border));background:color-mix(in srgb,#dcf8ec 72%,var(--surface))}.stage-state.failed,.stage-state.cancelled{color:#b63156;border-color:color-mix(in srgb,#d92d5f 38%,var(--border));background:color-mix(in srgb,#ffe3eb 72%,var(--surface))}.stage-state.running,.stage-state.queued{color:#9d690d;border-color:color-mix(in srgb,#d99b19 38%,var(--border));background:color-mix(in srgb,#fff1ce 72%,var(--surface))}.failure-task-type{color:var(--muted);font:700 11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}.modal-backdrop{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;padding:24px;display:grid;place-items:center;overflow-y:auto;background:#050d1994;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card{width:min(800px,100%);max-height:min(860px,calc(100vh - 48px));overflow-y:auto;border:1px solid var(--border);border-radius:8px;color:inherit;background:var(--surface);box-shadow:0 30px 90px #00000052}.modal-title{min-height:86px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border)}.modal-title p{margin-bottom:4px;color:var(--accent);font-size:.7rem;font-weight:850}.modal-title h2{margin:0;font-size:1.25rem}.modal-title>button{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border);border-radius:7px;color:var(--muted);background:var(--surface-2)}.modal-title svg{width:18px}.form-grid{padding:20px 22px 6px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{min-width:0;display:grid;gap:7px}.field>span,.protocol-picker>span{color:var(--muted);font-size:.7rem;font-weight:850;text-transform:uppercase}.field input,.field select{width:100%;min-height:42px;border:1px solid var(--border);border-radius:7px;padding:9px 11px;color:inherit;background:var(--surface-2);font:inherit}.field input:focus,.field select:focus{outline:2px solid color-mix(in srgb,var(--accent) 28%,transparent);border-color:var(--accent)}.protocol-picker{padding:16px 22px 4px;display:grid;gap:9px}.protocol-picker>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.protocol-picker label{min-height:58px;padding:10px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.protocol-picker label:has(input:disabled){opacity:.48}.protocol-picker label small{margin-left:auto;color:var(--muted);font-size:.62rem}.modal-actions{padding:20px 22px;display:flex;justify-content:flex-end;gap:9px}.modal-actions>button:not(.primary){min-height:40px;border:1px solid var(--border);border-radius:7px;padding:9px 14px;color:inherit;background:var(--surface-2)}.warning-box{margin:20px 22px 0;padding:13px 15px;border:1px solid #e6b85c;border-radius:7px;color:#8b6417;background:#fff5d9;line-height:1.5}:root[data-theme=dark] .warning-box{color:#f0cb7c;background:#3b3018}.secret-box{margin:15px 22px 0;padding:16px;display:grid;grid-template-columns:1fr auto;gap:8px 14px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.secret-box span{color:var(--muted)}.secret-box strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}.secret-box button{grid-row:1 / 3;grid-column:2;border:1px solid var(--border);border-radius:7px;padding:8px 12px;display:flex;align-items:center;gap:7px;color:inherit;background:var(--surface)}.secret-box svg{width:17px}.subscription-links{margin:15px 22px 0;display:grid;gap:9px}.subscription-links>div{min-width:0;padding:11px 12px;display:grid;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.subscription-links span{color:var(--accent);font-size:.72rem;font-weight:850;text-transform:uppercase}.subscription-links code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.subscription-links button{border:1px solid var(--border);border-radius:7px;padding:8px 10px;display:flex;align-items:center;gap:6px;color:inherit;background:var(--surface)}.subscription-links svg{width:16px}.receipt-summary{padding:14px 22px 0;display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:var(--muted);font-size:.78rem}.receipt-summary>span:nth-child(2){color:inherit;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.operation-diagnostics{margin:12px 22px 0;padding:15px;display:grid;gap:11px;border:1px solid color-mix(in srgb,#d92d5f 48%,var(--border));border-radius:7px;background:color-mix(in srgb,#d92d5f 6%,var(--surface))}.operation-diagnostics>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.operation-diagnostics span{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.operation-diagnostics strong{color:#c52f5c;font-size:.8rem}.operation-diagnostics p{margin:0;color:inherit;font-size:.82rem;line-height:1.55;overflow-wrap:anywhere}.operation-diagnostics pre{max-height:220px;margin:0;overflow:auto;padding:11px 12px;border:1px solid var(--border);border-radius:6px;color:inherit;background:var(--surface-2);font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.operation-diagnostics pre b{display:block;margin-bottom:7px;color:#c52f5c;font:800 10px/1.2 Inter,ui-sans-serif,system-ui,sans-serif}.operation-json{margin:8px 22px 22px}@media(max-width:1100px){.metrics.four{grid-template-columns:1fr 1fr}.card-grid,.node-grid{grid-template-columns:1fr}.operation-head,.operation-row{grid-template-columns:1.4fr 1.2fr 1fr auto}.operation-head span:nth-child(3),.operation-row>span:nth-child(3){display:none}}@media(max-width:900px){.shell>aside{position:sticky;top:0;z-index:30}.shell nav button{display:flex!important}.shell nav button span{display:inline}.shell nav button b{margin-left:2px}.hero.compact{min-height:0}.grid{grid-template-columns:1fr}.modal-backdrop{padding:14px}.protocol-picker>div{grid-template-columns:1fr 1fr}}@media(max-width:680px){:root{font-size:15px}.shell>aside{overflow-x:auto}.brand{flex:0 0 auto}.shell nav{min-width:max-content}header{align-items:flex-start}header h1{font-size:1.3rem}.metrics.four{grid-template-columns:1fr}.panel-head{align-items:flex-start;gap:12px}.card-grid,.node-grid,.operation-table{padding:10px}.subscriber-card,.node-card{padding:14px}.credential-line,.subscription-line{align-items:stretch;flex-direction:column}.button-row{grid-template-columns:1fr}.operation-head{display:none}.operation-row{min-height:86px;grid-template-columns:1fr auto;gap:7px}.operation-row>span:nth-child(2),.operation-row>span:nth-child(4){grid-column:1}.operation-row>.state{grid-column:2;grid-row:1}.form-grid{grid-template-columns:1fr}}@media(max-width:520px){.shell nav button{padding:10px 9px}.shell nav button span{display:none}.content{padding:14px}.hero{padding:20px}.modal-backdrop{padding:0;place-items:end center}.modal-card{width:100%;max-height:92vh;border-radius:8px 8px 0 0}.protocol-picker>div{grid-template-columns:1fr}.secret-box{grid-template-columns:1fr}.secret-box button{grid-row:auto;grid-column:auto;justify-content:center}.subscription-links>div{grid-template-columns:1fr auto}.subscription-links code{grid-column:1 / -1;grid-row:2;white-space:normal;overflow-wrap:anywhere}.node-card dl{grid-template-columns:1fr}}
