:root{color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{margin:0;background:#0f1115;color:#e8e8ec}.page{max-width:640px;margin:0 auto;padding:2rem 1.5rem 4rem}header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #2a2d36;padding-bottom:1rem;margin-bottom:1.5rem}h1{font-size:1.4rem;margin:0}.user-bar{display:flex;gap:.75rem;align-items:center;font-size:.9rem;color:#9aa0ac}.link{background:none;border:none;color:#6ea8ff;cursor:pointer;padding:0;font:inherit}.lede{color:#b7bcc7;line-height:1.5}.shortage-form{display:flex;flex-direction:column;gap:1rem;background:#171a21;border:1px solid #2a2d36;border-radius:10px;padding:1.5rem}.shortage-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:#c7cbd4}.shortage-form select,.shortage-form input{background:#0f1115;border:1px solid #33384a;border-radius:6px;padding:.6rem .7rem;color:#e8e8ec;font-size:.95rem}button[type=submit]{background:#3d6bff;color:#fff;border:none;border-radius:6px;padding:.7rem 1rem;font-size:.95rem;cursor:pointer}button[type=submit]:disabled{opacity:.6;cursor:default}.processing{color:#f5c96b}.error{color:#ff6b6b}.result{margin-top:1.5rem;background:#131a13;border:1px solid #2c4a2c;border-radius:10px;padding:1.5rem}.result pre{white-space:pre-wrap;word-break:break-word;background:#0f1115;padding:1rem;border-radius:6px;font-size:.85rem}.centered{display:flex;height:100vh;align-items:center;justify-content:center;color:#9aa0ac}.about-page{max-width:780px}.about-page section{margin-bottom:2rem}.about-page h2{font-size:1.15rem;color:#d6d9e0}.about-page h4{font-size:.9rem;color:#9aa0ac;margin:1rem 0 .5rem}.about-page p,.about-page li{color:#c7cbd4;line-height:1.6}.about-page ol{padding-left:1.2rem}.about-page code{background:#171a21;border:1px solid #2a2d36;border-radius:4px;padding:.1rem .35rem;font-size:.85em}.inference-list{display:flex;flex-direction:column;gap:.75rem}.inference-card{background:#171a21;border:1px solid #2a2d36;border-radius:8px;padding:.75rem 1rem}.inference-card summary{cursor:pointer;display:flex;gap:1rem;align-items:center;flex-wrap:wrap;font-size:.85rem;color:#c7cbd4}.inference-time{color:#6b7280}.inference-part{color:#e8e8ec;font-weight:600}.inference-supplier{color:#6ea8ff}.inference-status{margin-left:auto;padding:.15rem .5rem;border-radius:4px;font-size:.78rem}.inference-status.status-RESOLVED{background:#16351b;color:#7fd88f}.inference-status.status-FAILED{background:#3a1414;color:#ff9a9a}.inference-status.status-IN_PROGRESS{background:#3a300f;color:#f5c96b}.inference-body{margin-top:1rem}.inference-params{font-size:.88rem}.inference-result{white-space:pre-wrap;word-break:break-word;background:#0f1115;padding:.85rem;border-radius:6px;font-size:.82rem;color:#c7cbd4}.trace{display:flex;flex-direction:column;gap:.5rem}.trace-step{background:#0f1115;border-left:3px solid #33384a;border-radius:4px;padding:.5rem .75rem}.trace-step.trace-reasoning{border-left-color:#6ea8ff}.trace-step.trace-tool_call{border-left-color:#f5c96b}.trace-step.trace-tool_result{border-left-color:#7fd88f}.trace-step.trace-text{border-left-color:#b78cff}.trace-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;color:#9aa0ac;margin-bottom:.25rem}.trace-step pre{white-space:pre-wrap;word-break:break-word;margin:0;font-size:.82rem;color:#d6d9e0}.chat-launcher{position:fixed;right:1.5rem;bottom:1.5rem;background:#3d6bff;color:#fff;border:none;border-radius:999px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #00000059;z-index:100}.chat-panel{position:fixed;right:1.5rem;bottom:1.5rem;width:min(360px,calc(100vw - 3rem));height:min(500px,calc(100vh - 3rem));background:#171a21;border:1px solid #2a2d36;border-radius:12px;box-shadow:0 8px 32px #00000073;display:flex;flex-direction:column;z-index:100;overflow:hidden}.chat-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border-bottom:1px solid #2a2d36;font-size:.9rem;font-weight:600;color:#e8e8ec}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.65rem}.chat-message{font-size:.85rem;line-height:1.5;padding:.6rem .75rem;border-radius:8px;max-width:88%;white-space:pre-wrap;word-break:break-word}.chat-message.chat-assistant{background:#0f1115;color:#d6d9e0;align-self:flex-start}.chat-message.chat-user{background:#3d6bff;color:#fff;align-self:flex-end}.chat-message.chat-loading{color:#9aa0ac;font-style:italic}.chat-message.chat-error{background:#3a1414;color:#ff9a9a;align-self:stretch}.chat-input-row{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid #2a2d36}.chat-input-row input{flex:1;background:#0f1115;border:1px solid #33384a;border-radius:6px;padding:.5rem .65rem;color:#e8e8ec;font-size:.85rem}.chat-input-row button{background:#3d6bff;color:#fff;border:none;border-radius:6px;padding:.5rem .9rem;font-size:.85rem;cursor:pointer}.chat-input-row button:disabled{opacity:.5;cursor:default}
