:root{color:#1f2933;background:#f7f8f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,textarea,input{font:inherit}.workspace{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:100vh}.sidebar{border-right:1px solid #dce0d5;background:#eef2e8;padding:24px;overflow:auto}.brand{display:flex;gap:12px;align-items:center;margin-bottom:34px}.brand svg{color:#1f8a70}.brand strong,.brand span{display:block}.brand strong{font-size:18px}.brand span{color:#647067;font-size:13px;margin-top:3px}.history-title,.runtime-note,.composer-label{display:flex;align-items:center;gap:8px;color:#53605a;font-size:14px}.history-title{justify-content:space-between;margin-bottom:12px}.history-title div{display:flex;align-items:center;gap:8px}.history-title button{border:1px solid #d6dbcf;border-radius:8px;padding:4px 8px;color:#53605a;background:#fbfcf8;font-size:12px;cursor:pointer}.history-title button:hover{border-color:#e5b9b2;color:#9b3426;background:#fff6f4}.history-list{display:grid;gap:8px}.active-job-list{margin-bottom:16px}.active-job-list .history-item{border-color:#7ab8a9;background:#f4fffb}.history-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;border:1px solid #d6dbcf;background:#fbfcf8;border-radius:8px;transition:border-color .16s ease,transform .16s ease}.history-item:hover{border-color:#1f8a70;transform:translateY(-1px)}.history-open{min-width:0;border:0;padding:12px;text-align:left;background:transparent;cursor:pointer}.history-delete{display:inline-grid;place-items:center;width:34px;height:34px;margin:8px 8px 0 0;border:1px solid transparent;border-radius:8px;color:#7b8880;background:transparent;cursor:pointer}.history-delete:hover{border-color:#e5b9b2;color:#9b3426;background:#fff6f4}.history-open span,.history-open small{display:block}.history-open span{color:#202923;line-height:1.35}.history-open small,.empty-history{color:#738078;font-size:12px}.main-panel{padding:28px;overflow:auto}.composer{position:sticky;top:0;z-index:2;display:grid;gap:12px;margin:0 auto 24px;max-width:1120px;padding:18px;border:1px solid #d9ddd4;border-radius:8px;background:#fff;box-shadow:0 10px 32px #2c373014}.composer textarea{width:100%;resize:vertical;min-height:112px;max-height:260px;border:1px solid #ccd3c8;border-radius:8px;padding:14px 16px;color:#17211c;background:#fbfcfb;line-height:1.65;outline:none}.composer textarea:focus{border-color:#1f8a70;box-shadow:0 0 0 3px #1f8a701f}.composer-actions{display:flex;justify-content:space-between;align-items:center;gap:16px}.submit-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:126px;height:42px;border:0;border-radius:8px;color:#fff;background:#1f8a70;cursor:pointer}.submit-button:disabled{cursor:not-allowed;opacity:.65}.inline-controls{display:flex;align-items:center;gap:8px}.backend-select{display:inline-flex;align-items:center;gap:7px;min-height:42px;border:1px solid #d9ddd4;border-radius:8px;padding:0 10px;color:#53605a;background:#fbfcfb;font-size:13px}.backend-select select{min-width:122px;border:0;color:#17211c;background:transparent;font-weight:700;outline:none}.mcp-menu{position:relative}.mcp-menu summary{display:inline-flex;align-items:center;gap:6px;min-height:42px;border:1px solid #d9ddd4;border-radius:8px;padding:0 11px;color:#3d4a43;background:#fbfcfb;font-size:13px;font-weight:700;cursor:pointer;list-style:none}.mcp-menu summary::-webkit-details-marker{display:none}.mcp-menu[open] summary{border-color:#1f8a70;box-shadow:0 0 0 3px #1f8a701a}.mcp-menu-panel{position:absolute;right:0;top:calc(100% + 8px);z-index:5;display:grid;width:310px;gap:8px;border:1px solid #d9ddd4;border-radius:8px;padding:10px;background:#fff;box-shadow:0 14px 34px #2c373024}.mcp-menu-actions{display:flex;gap:8px}.mcp-menu-actions button{min-height:30px;border:1px solid #d9ddd4;border-radius:8px;padding:0 10px;color:#3d4a43;background:#f8faf7;cursor:pointer}.mcp-menu-panel label{display:inline-flex;align-items:center;gap:7px;color:#3d4a43;font-size:13px;cursor:pointer}.mcp-menu-panel input{accent-color:#1f8a70}.runtime-note{min-width:0}.runtime-note span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.answer,.welcome{max-width:1120px;margin:0 auto}.welcome{min-height:42vh;display:grid;place-items:center;align-content:center;gap:10px;color:#46534b;text-align:center}.welcome h1{margin:0;color:#1f2933;font-size:30px}.welcome p{margin:0}.answer-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:12px 0 22px}.answer-header p{margin:0 0 8px;color:#69766f;font-size:14px}.answer-header h1{margin:0;max-width:780px;color:#17211c;font-size:32px;line-height:1.25}.answer-stats{min-width:160px;display:grid;grid-template-columns:repeat(2,auto);gap:2px 10px;align-items:baseline;color:#617168}.answer-stats strong{color:#c04a38;font-size:24px}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:24px}.status-pill{border:1px solid #d9ddd4;border-left-width:4px;border-radius:8px;padding:12px;background:#fff}.status-pill span,.status-pill small{display:block}.status-pill span{margin-bottom:5px;font-weight:700}.status-pill small{color:#647067;line-height:1.45}.status-pill.used{border-left-color:#1f8a70}.status-pill.ready{border-left-color:#2f6f9f}.status-pill.pending{border-left-color:#c7852b}.status-pill.unavailable{border-left-color:#c04a38}.branch-list{display:grid;gap:24px}.branch{display:grid;gap:12px}.branch-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;border-bottom:1px solid #d9ddd4;padding-bottom:10px}.branch-heading h3{margin:0 0 6px;font-size:22px}.branch-heading p{margin:0;color:#65736a;line-height:1.55}.branch-heading span{color:#c04a38;font-weight:700;white-space:nowrap}.result-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.result-card{display:grid;gap:10px;align-content:start;min-height:180px;border:1px solid #d9ddd4;border-radius:8px;padding:16px;background:#fff}.result-meta{display:flex;flex-wrap:wrap;gap:6px}.result-meta span{border-radius:999px;background:#eef2e8;color:#4e5f56;padding:4px 8px;font-size:12px}.result-card h4{margin:0;color:#17211c;font-size:18px;line-height:1.35}.result-card p{margin:0;color:#526158;line-height:1.65}.result-card a{align-self:end;display:inline-flex;align-items:center;gap:4px;width:max-content;color:#1f6f8b;font-weight:700;text-decoration:none}.result-card a:hover{text-decoration:underline}.notes,.error-banner,.empty-results,.job-panel{margin-top:24px;border-radius:8px;padding:14px 16px;line-height:1.65}.notes{border:1px solid #d9ddd4;color:#56645c;background:#fff}.error-banner{max-width:1120px;margin-right:auto;margin-left:auto;border:1px solid #e5b9b2;color:#8a2d20;background:#fff6f4}.empty-results{border:1px solid #d9ddd4;color:#65736a;background:#fff}.job-panel{max-width:1120px;margin-right:auto;margin-left:auto;border:1px solid #d9ddd4;color:#46534b;background:#fff}.job-panel div{display:flex;align-items:center;gap:8px;color:#1f8a70}.job-panel p{margin:8px 0 0}.job-panel code{border-radius:4px;background:#eef2e8;padding:2px 5px}@media(max-width:920px){.workspace{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #dce0d5}.history-list{grid-template-columns:repeat(2,minmax(0,1fr))}.status-grid,.result-list{grid-template-columns:1fr}.answer-header{display:grid}}@media(max-width:560px){.sidebar,.main-panel{padding:18px}.history-list{grid-template-columns:1fr}.composer-actions,.inline-controls{align-items:stretch;flex-direction:column}.backend-select,.mcp-menu summary,.submit-button{width:100%}.mcp-menu-panel{position:static;width:100%;margin-top:8px}.backend-select select{width:100%}.answer-header h1{font-size:24px}}
