:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.1}button{cursor:pointer}.container{display:flex;height:100vh;width:100%;overflow:hidden;background-color:#f8fafc}.sidebar{width:320px;background-color:#1e293b;color:#e2e8f0;display:flex;flex-direction:column;border-right:1px solid #334155;flex-shrink:0}.sidebar-header{padding:1.5rem;font-weight:600;font-size:1.1rem;color:#fff;border-bottom:1px solid #334155;display:flex;flex-direction:column;gap:1rem}.sidebar-search{width:100%;padding:.5rem .75rem;border-radius:6px;border:1px solid #475569;background-color:#334155;color:#fff;font-size:.875rem}.sidebar-search::placeholder{color:#94a3b8}.sidebar-search:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.sidebar-content{flex:1;overflow-y:auto;padding:.5rem}.tree-root{display:flex;flex-direction:column;gap:2px}.tree-item{display:flex;align-items:center;padding:4px 8px;border-radius:4px;cursor:pointer;color:#cbd5e1;font-size:.9rem;-webkit-user-select:none;user-select:none;transition:background-color .1s;white-space:nowrap}.tree-item:hover{background-color:#334155;color:#fff}.tree-item.is-active{background-color:#3b82f6;color:#fff}.tree-toggle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:4px;color:#94a3b8;border-radius:4px}.tree-item:hover .tree-toggle{color:#fff}.tree-toggle:hover{background-color:#ffffff1a}.tree-icon{margin-right:6px;font-size:1rem;opacity:.8}.tree-label{flex:1;overflow:hidden;text-overflow:ellipsis}.tree-children{padding-left:14px;margin-left:9px;border-left:1px solid #475569;display:flex;flex-direction:column;gap:2px}.main-panel{flex:1;display:flex;flex-direction:column;overflow-y:auto;position:relative;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.main-panel::-webkit-scrollbar{width:8px}.main-panel::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}header{background-color:#fff;padding:1.5rem 3rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}header h1{font-size:1.5rem;color:#1e293b;letter-spacing:-.025em;display:flex;align-items:center;gap:.75rem}header h1:before{content:"";display:block;width:24px;height:24px;background-color:#3b82f6;border-radius:6px}.status-indicator{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .3s ease}.status-indicator.up{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.status-indicator.down{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.status-indicator.checking{background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.status-dot{width:8px;height:8px;border-radius:50%;background-color:currentColor}.status-indicator.up .status-dot{box-shadow:0 0 8px #22c55e;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.input-section{padding:2rem 3rem;max-width:900px;margin:0 auto;width:100%}.input-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;border:1px solid #e2e8f0}.input-label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}textarea{width:100%;padding:1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;line-height:1.6;resize:vertical;font-family:inherit;margin-bottom:1.5rem;transition:all .2s;min-height:150px}textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-actions{display:flex;justify-content:space-between;align-items:center}.submit-btn{padding:.75rem 2rem;background-color:#0f172a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.submit-btn:hover:not(:disabled){background-color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.submit-btn:disabled{background-color:#94a3b8;cursor:not-allowed;transform:none}.examples{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.example-chip{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;cursor:pointer;transition:all .15s}.example-chip:hover{background:#e2e8f0;color:#1e293b}.response-section{padding:0 3rem 3rem;max-width:900px;margin:0 auto;width:100%;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.response-section h2{font-size:1.25rem;color:#334155;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.response-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;border:1px solid #e2e8f0}.markdown-body{color:#334155;font-family:inherit}.markdown-body h1,.markdown-body h2{border-bottom:1px solid #f1f5f9;padding-bottom:.5rem;color:#0f172a}.markdown-body ul li{margin-bottom:.5rem}.markdown-body blockquote{border-left-color:#3b82f6;background-color:#eff6ff;padding:1rem;border-radius:0 8px 8px 0;color:#1e40af}.markdown-body strong{color:#0f172a;font-weight:600}.citation-panel{flex:0 0 40%;background-color:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:-4px 0 15px #00000005;z-index:20}.citation-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.citation-header h2{font-size:1rem;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.05em}.close-btn{background:transparent;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s}.close-btn:hover{background-color:#e2e8f0;color:#475569}.citation-content{padding:2rem;overflow-y:auto;font-size:.95rem;color:#475569}.highlight-flash{animation:flash 2s ease-out;border-radius:4px}@keyframes flash{0%{background-color:#ff09}to{background-color:transparent}}.loading-indicator{display:flex;align-items:center;gap:.75rem;color:#64748b;font-weight:500}.spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.container{flex-direction:column;height:auto;overflow-y:auto}.sidebar{width:100%;height:auto;max-height:200px;border-right:none;border-bottom:1px solid #334155}.main-panel{overflow:visible}.citation-panel{position:fixed;right:0;top:0;bottom:0;width:90%;max-width:500px;transform:translate(100%);transition:transform .3s ease}.citation-panel.active{transform:translate(0)}}
