:root{color:#1d2522;background:#f6f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,rgba(15,143,122,.08),transparent 320px),#f6f7f4}button,input,textarea{font:inherit;letter-spacing:0}button{min-height:36px;border:0;border-radius:8px;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px;padding:12px clamp(18px,4vw,48px);border-bottom:1px solid rgba(29,37,34,.1);background:#f6f7f4eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-button,.status-strip,.primary-action,.secondary-action,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.brand-button{justify-content:flex-start;color:#1d2522;background:transparent;padding:0}.brand-mark{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;color:#f6f7f4;background:#1d2522}.brand-button b,.brand-button small{display:block;line-height:1.1;text-align:left}.brand-button small{margin-top:3px;color:#68736e}.status-strip{color:#59625d;font-size:14px}.api-dot{width:9px;height:9px;border-radius:99px;background:#c64f43}.api-dot.ok{background:#0f8f7a}.icon-button{width:36px;height:36px;color:#1d2522;background:#fff;border:1px solid rgba(29,37,34,.12)}.workspace{width:min(1440px,calc(100% - 36px));margin:0 auto;padding:28px 0 52px}.support-grid{display:grid;grid-template-columns:minmax(330px,430px) minmax(0,1fr);gap:18px;align-items:start}.query-panel,.result-panel,.detail-section{border:1px solid rgba(29,37,34,.1);border-radius:8px;background:#fff}.query-panel{position:sticky;top:92px;display:grid;gap:16px;padding:22px}.eyebrow{margin:0;color:#0f8f7a;font-size:13px;font-weight:800;text-transform:uppercase}h1,h2,p{margin:0}.query-panel h1{max-width:10ch;font-size:clamp(40px,5vw,64px);line-height:.96}.lead{color:#59625d;font-size:16px;line-height:1.65}label{display:grid;gap:7px;color:#59625d;font-size:13px;font-weight:800}input,textarea{width:100%;min-height:42px;border:1px solid rgba(29,37,34,.14);border-radius:8px;color:#1d2522;background:#fff;padding:10px 11px;outline:none}textarea{resize:vertical;line-height:1.5}input:focus,textarea:focus{border-color:#0f8f7a;box-shadow:0 0 0 3px #0f8f7a1f}.action-row{display:grid;grid-template-columns:1fr;gap:10px}.primary-action,.secondary-action{padding:10px 14px;font-weight:800}.primary-action{color:#fff;background:#0f8f7a}.secondary-action{color:#1d2522;background:#eef3f1}.runtime-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.runtime-grid div{display:grid;gap:6px;min-height:88px;align-content:start;padding:12px;border-radius:8px;background:#f6f7f4}.runtime-grid span{color:#68736e;font-size:13px}.runtime-grid b{font-size:18px}.result-panel{min-height:calc(100vh - 124px);padding:18px}.notice{display:flex;align-items:center;gap:8px;min-height:42px;margin-bottom:14px;padding:10px 14px;border-radius:8px;font-size:14px}.notice.success{color:#0a5d50;background:#0f8f7a1a}.notice.danger{color:#8f2d25;background:#c64f431a}.empty-state{display:grid;min-height:520px;place-items:center;align-content:center;gap:10px;border:1px dashed rgba(29,37,34,.18);border-radius:8px;color:#68736e;background:#f6f7f4;text-align:center}.empty-state b{color:#1d2522;font-size:22px}.result-stack{display:grid;gap:14px}.match-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.match-row span,.match-row b,.section-head strong{display:inline-flex;align-items:center;min-height:30px;padding:6px 9px;border-radius:8px;color:#68736e;background:#eef0ed;font-size:13px}.match-row span.on,.section-head strong[data-status=checked_ok],.section-head strong[data-status=ok]{color:#0a5d50;background:#0f8f7a1f}.section-head strong[data-status="401"]{color:#8f2d25;background:#c64f431f}.detail-section{display:grid;gap:14px;padding:16px}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.section-head h2{font-size:22px}.section-head span{display:block;margin-top:4px;color:#68736e;font-size:13px}.kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kv-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.kv-grid div,.line-list div,.code-list div{min-width:0;padding:11px;border-radius:8px;background:#f6f7f4}.kv-grid span,.line-list span,.code-list span{display:block;color:#68736e;font-size:13px}.kv-grid b,.kv-grid code,.line-list b,.code-list code{display:block;margin-top:5px;color:#1d2522;font-size:14px;overflow-wrap:anywhere;white-space:pre-wrap}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}pre{max-height:340px;overflow:auto;margin:0;padding:12px;border-radius:8px;color:#e9f2ef;background:#1d2522;font-size:12px;line-height:1.55}.line-list,.code-list{display:grid;gap:8px}.log-section{margin-bottom:14px}.log-empty{display:grid;min-height:84px;place-items:center;border-radius:8px;color:#68736e;background:#f6f7f4;font-size:14px}.log-list{display:grid;gap:8px;max-height:280px;overflow:auto}.log-list div{display:grid;grid-template-columns:76px 118px minmax(0,1fr);gap:8px;align-items:center;padding:10px;border-radius:8px;background:#f6f7f4}.log-list div[data-status=ok]{background:#0f8f7a1a}.log-list div[data-status=failed]{background:#c64f431a}.log-list span,.log-list small{color:#68736e;font-size:12px}.log-list b{color:#1d2522;font-size:13px}.log-list code{min-width:0;overflow:hidden;color:#1d2522;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.log-list small{grid-column:3;min-width:0;overflow-wrap:anywhere}.line-list div,.code-list div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.code-list div{grid-template-columns:minmax(110px,.25fr) minmax(0,1fr) auto}@media (max-width: 1080px){.support-grid{grid-template-columns:1fr}.query-panel{position:static}.kv-grid,.kv-grid.compact{grid-template-columns:1fr}}@media (max-width: 720px){.topbar{align-items:flex-start;flex-direction:column}.workspace{width:min(100% - 24px,1440px);padding-top:18px}.query-panel h1{max-width:100%;font-size:38px}.runtime-grid,.log-list div,.line-list div,.code-list div{grid-template-columns:1fr}.log-list small{grid-column:auto}}
