:root{color:#313946;background:#f7f9fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--window: #f7f9fc;--surface: #ffffff;--surface-strong: #f1f5f9;--ink: #151922;--text: #313946;--muted: #6a7280;--line: #dce3eb;--line-soft: #edf1f5;--teal: #0f766e;--teal-soft: #ddf7f2;--coral: #d94f43;--coral-soft: #fff0ec;--amber: #9a6414;--amber-soft: #fff5dd;--blue: #2f6fed;--blue-soft: #edf4ff;--purple: #7c4dbe;--shadow: 0 16px 40px rgba(24, 37, 56, .07), 0 2px 8px rgba(24, 37, 56, .04)}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--window)}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{position:sticky;z-index:30;top:0;height:64px;flex:0 0 64px;display:flex;align-items:center;gap:22px;padding:env(safe-area-inset-top,0) max(22px,env(safe-area-inset-right,0)) 0 max(22px,env(safe-area-inset-left,0));border-bottom:1px solid rgba(220,227,235,.92);background:#f8fafce6;backdrop-filter:blur(18px)}.header-brand{min-width:234px;display:flex;align-items:center;gap:10px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:#fff;border-radius:10px;background:linear-gradient(145deg,#0f766e,#145e88);box-shadow:0 5px 15px #0f766e3b}.header-brand strong{display:block;line-height:17px}.header-brand strong{color:var(--ink);font-size:14px;font-weight:800}.desktop-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:3px}.nav-button{min-width:92px;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid transparent;border-radius:9px;color:#606a77;background:transparent;font-size:12px;font-weight:700}.nav-button:hover{color:var(--ink);background:#eef2f7}.nav-button.active{color:var(--teal);border-color:#cae9e4;background:#eefaf7}.header-status{min-width:112px;display:flex;align-items:center;justify-content:flex-end;gap:7px;color:var(--muted);font-size:11px;font-weight:650}.status-dot{width:8px;height:8px;border-radius:50%;background:#c2872b;box-shadow:0 0 0 4px #c2872b1a}.status-dot.ok{background:#16a071;box-shadow:0 0 0 4px #16a0711a}.main-content{flex:1;width:100%;padding:24px max(22px,calc((100vw - 1360px)/2)) 44px}.page-stack{width:100%;max-width:1360px;margin:0 auto}.narrow-page{max-width:1180px}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 16px}.channel-card{--accent: var(--teal);--soft: var(--teal-soft);position:relative;min-width:0;min-height:72px;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:13px;color:var(--text);text-align:left;background:var(--surface);box-shadow:0 3px 12px #17263a06;transition:border-color .16s,transform .16s,box-shadow .16s}.channel-card:hover{transform:translateY(-1px);border-color:#c2ced9;box-shadow:0 7px 20px #17263a0f}.channel-card.selected{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 11%,transparent)}.channel-logo{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:11px;color:var(--accent);background:var(--soft);font-size:10px;font-weight:900;letter-spacing:-.02em}.channel-copy{min-width:0;flex:1}.channel-copy strong,.channel-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-copy strong{color:var(--ink);font-size:13px}.channel-copy small{margin-top:4px;color:var(--muted);font-size:9px}.channel-count{align-self:flex-end;color:#8a94a1;font-size:9px;white-space:nowrap}.channel-check{position:absolute;top:8px;right:8px;color:var(--accent)}.workspace-grid{display:grid;grid-template-columns:minmax(460px,.93fr) minmax(480px,1.07fr);align-items:start;gap:16px}.workspace-grid>*{min-width:0}.panel{border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.form-panel,.result-panel{min-width:0;min-height:740px;padding:21px}.panel-heading{min-height:46px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:17px}.panel-heading h2{margin:4px 0 0;color:var(--ink);font-size:17px;letter-spacing:-.015em}.step-kicker{color:var(--teal);font-size:9px;font-weight:850;letter-spacing:.1em}.env-badge{padding:5px 8px;border:1px solid #f0cfc6;border-radius:6px;color:#b34d38;background:#fff7f3;font-size:9px;font-weight:800}.field-label{display:flex;align-items:center;justify-content:space-between;margin:15px 1px 7px;color:#444d5a;font-size:11px;font-weight:800}.field-label>span{color:#8a94a1;font-size:9px;font-weight:600}.query-type-switch,.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.query-type-switch button,.option-grid button{min-height:52px;display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--line);border-radius:10px;color:#687280;text-align:left;background:#fbfcfe}.query-type-switch button:hover,.option-grid button:hover{border-color:#c4d1dc}.query-type-switch button.active,.option-grid button.active{color:var(--teal);border-color:#99d0c8;background:#f2fbf9;box-shadow:0 0 0 2px #0f766e0f}.query-type-switch button>span,.option-grid button>span{display:block}.query-type-switch strong,.query-type-switch small,.option-grid strong,.option-grid small{display:block}.query-type-switch strong,.option-grid strong{color:var(--ink);font-size:12px}.query-type-switch small,.option-grid small{margin-top:3px;color:var(--muted);font-size:9px}.input-with-action{height:42px;display:flex;overflow:hidden;border:1px solid #cfd8e2;border-radius:9px;background:#fff}.input-with-action:focus-within{border-color:#75b9b0;box-shadow:0 0 0 3px #0f766e17}.input-with-action input{min-width:0;flex:1;padding:0 12px;border:0;outline:0;color:var(--ink);background:transparent;font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.input-with-action button{width:40px;display:grid;place-items:center;border:0;border-left:1px solid var(--line-soft);color:#76808e;background:#fafbfd}.input-with-action button:hover{color:var(--teal);background:var(--teal-soft)}.key-input>svg{flex:0 0 auto;margin-left:12px;color:var(--teal)}.key-input input{font-family:inherit}.sample-row{display:flex;gap:6px;margin-top:8px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:thin}.sample-row button{flex:0 0 auto;height:27px;display:flex;align-items:center;gap:5px;padding:0 8px 0 5px;border:1px solid var(--line-soft);border-radius:6px;color:#596472;background:#f8fafc;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.sample-row button>span{min-width:17px;height:17px;display:grid;place-items:center;border-radius:4px;color:#7c8795;background:#e9eef4;font-size:8px}.sample-row button:hover,.sample-row button.active{color:var(--teal);border-color:#afd9d3;background:#f0faf8}.sample-row button.active>span{color:#fff;background:var(--teal)}.evidence-note{display:flex;align-items:flex-start;gap:8px;margin-top:4px;padding:7px 9px;border-radius:7px;color:#52606d;background:#f7f9fb}.evidence-note>svg{flex:0 0 auto;margin-top:1px}.evidence-note strong,.evidence-note span{display:block;line-height:14px}.evidence-note strong{color:#3c4652;font-size:9px}.evidence-note span{color:#7a8491;font-size:8px}.evidence-note.evidence-api{color:var(--teal);background:var(--teal-soft)}.evidence-note.evidence-official{color:var(--blue);background:var(--blue-soft)}.evidence-note.evidence-public{color:var(--purple);background:#f5efff}.evidence-note.evidence-historical{color:var(--amber);background:var(--amber-soft)}.transport-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px}.transport-switch button{min-width:0;height:37px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid var(--line);border-radius:9px;color:#55606e;background:#fbfcfd;font-size:10px;font-weight:750}.transport-switch button.active{color:var(--teal);border-color:#9dd2cb;background:#effaf8}.transport-switch i{min-width:0;margin-left:auto;overflow:hidden;color:#8b95a2;font-size:8px;font-style:normal;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.transport-switch i.ready{color:#168463}.inline-warning{display:flex;align-items:center;gap:7px;margin-top:7px;padding:7px 9px;border-radius:7px;color:#a54a3d;background:var(--coral-soft);font-size:9px}.request-preview,.json-result{overflow:hidden;margin-top:15px;border:1px solid #263241;border-radius:10px;background:#131b25}.request-preview>div,.json-result>div{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 12px;border-bottom:1px solid #263241;color:#aeb9c7;background:#18222e;font-size:9px}.request-preview>div span,.json-result>div span{display:flex;align-items:center;gap:6px;font-weight:750;letter-spacing:.04em}.request-preview>div button,.json-result>div button{display:flex;align-items:center;gap:5px;padding:4px 7px;border:0;border-radius:5px;color:#b9c6d4;background:#263443;font-size:8px}.request-preview pre{height:118px;margin:0;overflow:auto;padding:11px 13px;color:#b9e6d9;font-size:9px;line-height:16px;white-space:pre-wrap;word-break:break-word}.action-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.primary-button,.secondary-button,.danger-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border-radius:9px;font-size:11px;font-weight:800}.primary-button{border:1px solid #0d6b63;color:#fff;background:linear-gradient(180deg,#138278,#0e6f67);box-shadow:0 5px 12px #0f766e2e}.primary-button:hover{background:#0d6861}.secondary-button{border:1px solid #cfd9e3;color:#46515f;background:#fff}.secondary-button:hover{color:var(--teal);border-color:#9bcfc7;background:#f4fbfa}.danger-button{grid-column:1 / -1;border:1px solid #cf574d;color:#fff;background:#d7594e}.compact{min-height:36px;width:auto}.batch-progress{margin-top:11px}.batch-progress>div{height:5px;overflow:hidden;border-radius:999px;background:#e7edf2}.batch-progress>div>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),#42a898);transition:width .2s}.batch-progress p{margin:5px 1px 0;color:var(--muted);font-size:9px}.status-badge{height:25px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #d9e0e7;border-radius:999px;color:#66717e;background:#f5f7f9;font-size:9px;font-weight:800;white-space:nowrap}.status-succeeded{color:#087452;border-color:#b8e0d3;background:#ecfaf5}.status-running,.status-queued,.status-submitting{color:#2b63b7;border-color:#c8d9f3;background:#f0f5ff}.status-failed,.status-expired,.status-not_found{color:#b04439;border-color:#efc6c1;background:#fff3f1}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.run-details{min-height:650px;display:flex;flex-direction:column}.timeline{display:grid;grid-template-columns:repeat(4,1fr);padding:8px 0 19px;border-bottom:1px solid var(--line-soft)}.timeline-item{position:relative;min-width:0;display:flex;align-items:flex-start;gap:8px;padding-right:13px}.timeline-item:not(:last-child):after{content:"";position:absolute;z-index:0;top:13px;left:27px;right:-2px;height:1px;background:#dce3ea}.timeline-marker{position:relative;z-index:1;width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border:1px solid #d3dce5;border-radius:50%;color:#7b8794;background:#fff;font-size:9px;font-weight:800}.timeline-item.done .timeline-marker{color:#fff;border-color:var(--teal);background:var(--teal)}.timeline-item.active .timeline-marker{color:var(--blue);border-color:#8bb0ee;background:var(--blue-soft)}.timeline-item.error .timeline-marker{color:#fff;border-color:var(--coral);background:var(--coral)}.timeline-item.skipped{opacity:.52}.timeline-item>div:last-child{min-width:0;flex:1}.timeline-title{min-width:0;display:flex;align-items:center;gap:5px}.timeline-title strong{overflow:hidden;color:var(--ink);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.timeline-title time{color:#929ca8;font-size:7px}.timeline-item p{height:27px;margin:3px 0 0;overflow:hidden;color:var(--muted);font-size:8px;line-height:13px}.result-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}.result-metrics>div{padding:10px 11px;border:1px solid var(--line-soft);border-radius:9px;background:#fafbfd}.result-metrics span,.result-metrics strong{display:block}.result-metrics span{color:#858f9c;font-size:8px}.result-metrics strong{margin-top:4px;overflow:hidden;color:var(--ink);font-size:12px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.task-meta{display:grid;grid-template-columns:1fr 1fr;gap:1px 18px;margin-top:14px;padding:12px 14px;border:1px solid var(--line-soft);border-radius:9px}.task-meta>div{min-width:0;min-height:27px;display:flex;align-items:center;gap:7px}.task-meta span{width:60px;flex:0 0 60px;color:#8b95a1;font-size:8px}.task-meta strong{min-width:0;overflow:hidden;color:#404a57;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.task-meta button{display:grid;place-items:center;padding:2px;border:0;color:#7f8995;background:transparent}.result-error{display:flex;align-items:flex-start;gap:9px;margin-top:12px;padding:10px 12px;border:1px solid #f0c8c3;border-radius:9px;color:var(--coral);background:var(--coral-soft)}.result-error svg{flex:0 0 auto}.result-error strong{display:block;font-size:9px}.result-error p{margin:3px 0 0;color:#8e4c44;font-size:9px;line-height:14px}.json-result{flex:1;min-height:245px;display:flex;flex-direction:column;margin-top:14px}.json-result pre{flex:1;max-height:355px;margin:0;overflow:auto;padding:13px;color:#c8d3df;font-size:9px;line-height:15px;white-space:pre-wrap;word-break:break-word}.empty-result{min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);text-align:center}.empty-result>div{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;color:var(--teal);background:var(--teal-soft)}.empty-result h3{margin:14px 0 5px;color:#37414d;font-size:14px}.empty-result p{max-width:300px;margin:0;font-size:10px;line-height:16px}.page-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:13px}.page-toolbar h1{display:flex;align-items:center;gap:8px;margin:0;color:var(--ink);font-size:17px}.page-toolbar h1>svg{color:var(--teal)}.page-toolbar h1>span{padding:3px 6px;border-radius:5px;color:var(--muted);background:#e9eef3;font-size:8px;font-weight:700}.filter-switch{display:flex;padding:3px;border:1px solid var(--line);border-radius:9px;background:#fff}.filter-switch button{height:30px;padding:0 12px;border:0;border-radius:6px;color:#697482;background:transparent;font-size:10px;font-weight:700}.filter-switch button.active{color:var(--teal);background:var(--teal-soft)}.sample-section{margin-bottom:16px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 28px #1825380a}.sample-section-heading{display:flex;align-items:center;gap:11px;margin-bottom:14px}.sample-section-heading>div:nth-child(2){min-width:0;flex:1}.sample-section-heading h2,.sample-section-heading p{margin:0}.sample-section-heading h2{color:var(--ink);font-size:15px}.sample-section-heading p{margin-top:3px;color:var(--muted);font-size:9px}.sample-section-heading>span:last-child{color:#87919e;font-size:9px}.sample-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sample-list-card{overflow:hidden;border:1px solid var(--line-soft);border-radius:10px}.sample-list-title{height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border-bottom:1px solid var(--line-soft);color:var(--teal);background:#f8fafb}.sample-list-title strong{color:#3c4652;font-size:10px}.sample-list-title small{margin-left:auto;color:#89939f;font-size:8px}.sample-list-row{width:100%;min-height:44px;display:flex;align-items:center;gap:8px;padding:6px 9px;border:0;border-bottom:1px solid #f1f3f6;color:#6d7784;text-align:left;background:#fff}.sample-list-row:last-child{border-bottom:0}.sample-list-row:hover{background:#f7fbfa}.sample-index{width:23px;height:23px;flex:0 0 23px;display:grid;place-items:center;border-radius:6px;color:#808a96;background:#eef2f5;font-size:8px}.sample-main{min-width:0;flex:1}.sample-main strong,.sample-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sample-main strong{color:#323c48;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.sample-main small{margin-top:2px;color:#9099a5;font-size:7px}.evidence-pill{flex:0 0 auto;padding:3px 5px;border-radius:5px;color:#65707d;background:#edf1f4;font-size:7px;font-weight:750}.evidence-pill.evidence-api{color:#087153;background:#e7f8f2}.evidence-pill.evidence-official{color:#2f65b6;background:#ebf3ff}.evidence-pill.evidence-public{color:#7044a9;background:#f3ebfd}.evidence-pill.evidence-historical{color:#885a16;background:#fff3d8}.history-layout{display:grid;grid-template-columns:340px minmax(0,1fr);align-items:start;gap:14px}.history-list{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 8px 28px #1825380a}.history-list>button{width:100%;min-height:62px;display:flex;align-items:center;gap:9px;padding:9px 10px;border:0;border-bottom:1px solid var(--line-soft);text-align:left;background:#fff}.history-list>button:last-child{border-bottom:0}.history-list>button:hover,.history-list>button.active{background:#f3faf8}.history-list>button>span:nth-child(2){min-width:0;flex:1}.history-list strong,.history-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-list strong{color:#343e4a;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.history-list small{margin-top:4px;color:#8b95a1;font-size:8px}.history-detail{min-height:650px;padding:20px}.cors-overview{padding:19px}.cors-route{display:flex;align-items:center;gap:15px}.cors-route>div{min-width:0;flex:1;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line-soft);border-radius:9px;color:var(--teal);background:#fafcfd}.cors-route span{min-width:0}.cors-route strong,.cors-route small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cors-route strong{color:#3c4652;font-size:10px}.cors-route small{margin-top:4px;color:#7d8793;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.cors-route>svg{flex:0 0 auto;color:#a4adb7}.cors-verdict{display:flex;align-items:flex-start;gap:11px;margin-top:13px;padding:13px;border-radius:10px}.cors-verdict.ok{color:#087254;background:#eaf9f4}.cors-verdict.bad{color:#ba493e;background:#fff0ee}.cors-verdict svg{flex:0 0 auto}.cors-verdict strong{display:block;color:currentColor;font-size:12px}.cors-verdict p{margin:4px 0 0;color:#65717d;font-size:9px}.diagnostic-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.diagnostic-card{min-height:300px;padding:18px}.diagnostic-title{display:flex;align-items:center;gap:9px;padding-bottom:13px;border-bottom:1px solid var(--line-soft);color:var(--teal)}.diagnostic-title>div{flex:1}.diagnostic-title strong,.diagnostic-title small{display:block}.diagnostic-title strong{color:var(--ink);font-size:12px}.diagnostic-title small{margin-top:3px;color:#89939e;font-size:8px}.good{color:#12906a}.bad{color:#cf4e42}.header-checks{margin-top:10px}.header-checks>div{min-height:42px;display:flex;align-items:center;gap:9px;padding:7px 3px;border-bottom:1px solid #f0f2f5}.header-checks>div>span{color:#148262}.header-checks p{min-width:0;flex:1;margin:0}.header-checks strong,.header-checks small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-checks strong{color:#48525e;font-size:9px}.header-checks small{margin-top:3px;color:#858f9b;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.header-checks>p{margin:10px 0 0;color:#929ba6;font-size:8px}.diagnostic-empty{min-height:190px;display:grid;place-items:center;padding:20px;color:#8c96a2;text-align:center;font-size:9px;line-height:15px}.browser-probe-result{margin-top:14px;padding:14px;border-radius:10px}.browser-probe-result.ok{background:#eaf9f4}.browser-probe-result.bad{background:#fff0ee}.browser-probe-result strong{color:currentColor;font-size:11px}.browser-probe-result p{margin:7px 0 0;color:#646f7b;font-size:9px;line-height:15px}.browser-probe-result span{display:inline-block;margin-top:10px;padding:4px 6px;border-radius:5px;color:#596573;background:#fff9;font-size:8px}.cors-help{margin-top:14px;padding:18px}.cors-help h2{margin:0 0 10px;color:var(--ink);font-size:13px}.cors-help>div{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-top:1px solid var(--line-soft)}.cors-help>div>span{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border-radius:6px;color:var(--teal);background:var(--teal-soft);font-size:8px;font-weight:800}.cors-help p{margin:1px 0 0;color:#6c7683;font-size:9px;line-height:15px}.cors-help strong{color:#424c58}.bottom-nav{display:none}.toast{position:fixed;z-index:100;right:22px;bottom:22px;max-width:min(420px,calc(100vw - 32px));display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid #b9dfd3;border-radius:10px;color:#176e57;background:#f1fbf7;box-shadow:0 12px 30px #16343129;font-size:10px;font-weight:700;animation:toast-in .2s ease-out}.toast.error{color:#a8463d;border-color:#efc3be;background:#fff4f2}@keyframes toast-in{0%{opacity:0;transform:translateY(7px)}}@media(max-width:1060px){.header-brand{min-width:190px}.nav-button{min-width:78px;padding:0 9px}.header-status span:last-child{display:none}.header-status{min-width:15px}.workspace-grid{grid-template-columns:1fr}.form-panel,.result-panel{min-height:auto}.channel-grid{grid-template-columns:1fr 1fr}.empty-result{min-height:420px}.run-details{min-height:520px}.history-layout{grid-template-columns:290px minmax(0,1fr)}}@media(max-width:720px){.app-header{height:calc(58px + env(safe-area-inset-top,0));flex-basis:calc(58px + env(safe-area-inset-top,0));padding:env(safe-area-inset-top,0) 15px 0}.header-brand{min-width:0;flex:1}.brand-mark{width:34px;height:34px}.desktop-nav{display:none}.header-status{min-width:auto}.main-content{padding:14px 12px calc(82px + env(safe-area-inset-bottom,0))}.bottom-nav{position:fixed;z-index:40;right:0;bottom:0;left:0;height:calc(64px + env(safe-area-inset-bottom,0));display:grid;grid-template-columns:repeat(4,1fr);align-items:start;padding:6px 7px env(safe-area-inset-bottom,0);border-top:1px solid var(--line);background:#fffffff0;backdrop-filter:blur(16px)}.bottom-nav .nav-button{min-width:0;height:51px;flex-direction:column;gap:3px;padding:5px 2px;border-radius:8px;font-size:9px}.channel-grid{grid-template-columns:1fr 1fr;gap:8px;margin:0 0 11px}.channel-card{min-height:68px;padding:9px}.channel-logo{width:36px;height:36px;flex-basis:36px;font-size:8px}.channel-copy strong{font-size:11px}.channel-copy small,.channel-count{display:none}.channel-check{top:5px;right:5px}.panel{border-radius:13px;box-shadow:0 7px 24px #1825380d}.form-panel,.result-panel{padding:16px 14px}.query-type-switch button,.option-grid button{padding:8px 9px}.option-grid small{line-height:12px}.transport-switch{grid-template-columns:1fr}.request-preview pre{height:126px}.action-row{grid-template-columns:1fr}.timeline{grid-template-columns:1fr;gap:0;padding-left:2px}.timeline-item{min-height:57px;padding-right:0}.timeline-item:not(:last-child):after{inset:26px auto -1px 12px;width:1px;height:auto}.timeline-item p{height:auto}.result-metrics{grid-template-columns:1fr 1fr}.task-meta{grid-template-columns:1fr}.task-meta span{width:70px;flex-basis:70px}.json-result pre{max-height:410px}.empty-result{min-height:380px}.page-toolbar{min-height:42px;margin-bottom:9px}.filter-switch{width:100%}.filter-switch button{flex:1}.sample-section{padding:13px}.sample-columns{grid-template-columns:1fr}.sample-list-row{min-height:48px}.history-layout{grid-template-columns:1fr}.history-list{max-height:315px;overflow:auto}.history-detail{min-height:480px;padding:15px}.diagnostic-grid{grid-template-columns:1fr}.cors-route{align-items:stretch;flex-direction:column}.cors-route>svg{align-self:center;transform:rotate(90deg)}.toast{right:12px;bottom:calc(74px + env(safe-area-inset-bottom,0));left:12px;max-width:none}}@media(max-width:400px){.channel-grid{grid-template-columns:1fr}.channel-copy small{display:block}.query-type-switch,.option-grid{grid-template-columns:1fr}.hero-facts{gap:6px}}
