@font-face{font-family:Bosch Sans;src:local("Bosch Sans");font-weight:300 900;font-style:normal;font-display:swap}:root{--bosch-blue: #007bc0;--bosch-green: #00884a;--bg: #f5f6f8;--card: #ffffff;--muted: #2c3e50;--chip: #ecf0f1;--border: #bdc3c7}*{box-sizing:border-box}body{font-family:Bosch Sans,Arial,sans-serif;margin:0;height:100vh;background:var(--bg)}#root{min-height:100vh;display:flex;flex-direction:column}.top-banner img{width:100%;max-height:8px;object-fit:cover;display:block}header{background:#fff;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc;gap:16px}.header-left{display:flex;align-items:center;gap:12px;min-width:240px}.bosch-icon{height:30px}.split-line{width:1px;height:24px;background:#007bc0}header h1{margin:0;font-size:1.2rem;color:#007bc0}.welcome{font-size:1rem;color:var(--muted);display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.header-btn{border:1px solid var(--border);background:#fff;color:#1f2937;border-radius:6px;padding:6px 10px;cursor:pointer}.header-btn:hover{background:#f3f4f6}.toolbar{display:flex;gap:12px;align-items:center;padding:8px 24px;background:#fff;border-bottom:1px solid #eee;flex-wrap:wrap}.toolbar label{font-weight:600;color:#1f2937}.toolbar select{padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:#fff}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid var(--bosch-blue);border-radius:50%;color:var(--bosch-blue);font-size:.8rem;font-weight:700;cursor:help}.system-pill{background:#ecf0f1;border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:.9rem;color:#1f2937}.prompt-bar{background:#ecf0f1;padding:8px 24px;display:flex;gap:8px;flex-wrap:wrap}.prompt-chip{background:#fff;border:1px solid var(--border);padding:6px 12px;border-radius:16px;cursor:pointer;transition:background .2s,color .2s}.prompt-chip:hover{background:#18837e;color:#fff}#chat-container{flex:1;padding:16px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.message{display:flex;gap:8px;max-width:900px}.message.user{align-self:flex-end;flex-direction:row-reverse}.avatar{width:32px;height:32px;border-radius:50%;flex:0 0 32px}.bubble{padding:12px;border-radius:8px;line-height:1.45;background:#ecf0f1;color:var(--muted);white-space:normal;overflow-wrap:anywhere;max-width:100%}.message.user .bubble{background:var(--bosch-green);color:#fff;border-bottom-right-radius:2px}.message.bot .bubble h1,.message.bot .bubble h2,.message.bot .bubble h3{margin:8px 0 6px;color:#1e293b}.message.bot .bubble h1{font-size:1.25rem}.message.bot .bubble h2{font-size:1.15rem}.message.bot .bubble h3{font-size:1.05rem}.message.bot .bubble p{margin:8px 0}.message.bot .bubble ul,.message.bot .bubble ol{margin:8px 0 8px 20px}.message.bot .bubble li{margin:4px 0}.message.bot .bubble code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;padding:2px 4px;border:1px solid #e2e8f0;border-radius:4px;background:#fafafa}.message.bot .bubble pre{background:#0f172a;color:#e2e8f0;padding:10px;border-radius:6px;overflow:auto}#mode-indicator{font-size:.95rem;font-weight:600;margin-right:8px;color:var(--muted);white-space:nowrap}#change-mode-btn{background:transparent;border:none;color:var(--bosch-blue)!important;cursor:pointer;margin-right:16px;white-space:nowrap}#change-mode-btn:hover{text-decoration:underline}#features{background:#fff}#features-content{transform-origin:top;transition:transform .4s ease}#features-content.collapsed{transform:scaleY(0);height:0;overflow:hidden}.prompt-section{display:flex;align-items:center;gap:8px;padding:16px 24px;background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #eee}.prompt-section input{flex:1;min-width:180px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:1rem;background:#fff}.prompt-section button:not(#change-mode-btn){border:none;border-radius:6px;padding:10px 12px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .2s}#search-btn{background:var(--bosch-blue);width:44px;height:40px}#regen-btn{background:#34495e;width:44px;height:40px;font-weight:700}#cancel-btn{background:#e74c3c;font-size:18px;line-height:1;width:44px;height:40px}#search-btn:disabled{opacity:.5;cursor:default}.spinner{border:4px solid #f3f3f3;border-top:4px solid var(--bosch-blue);border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#features h2{display:flex;align-items:center;padding:24px 24px 0;font-size:1.4rem;margin:0;background:#fff}.feature-heading-icon{width:24px;height:24px;margin-right:8px}.features-grid{display:flex;flex-wrap:wrap;gap:20px;padding:24px;background:#fff;border-top:1px solid #eee}.feature-card{background:#fff;border:2px solid rgb(0,123,192);border-radius:8px;padding:20px;width:240px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.feedback-btn{border:1px solid #ccc;background:#fff;color:#333;border-radius:4px;padding:4px 8px;margin-right:6px;cursor:pointer}.feedback-btn:hover{background:#f0f0f0}.feedback-btn:disabled{cursor:not-allowed;opacity:.6}.feedback-section{margin-top:8px;display:flex;flex-direction:column;gap:8px}.feedback-section textarea{width:min(100%,520px);padding:8px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit}.choice-panel{margin-top:12px;padding:10px;border:1px solid #dbeafe;background:#f8fbff;border-radius:8px}.choice-panel p{margin:0 0 8px;color:#1f2937;font-weight:600}.choice-panel .feedback-section{margin-top:0;flex-direction:row;flex-wrap:wrap}.choice-panel .feedback-btn{border-color:#007bc0;color:#005691;border-radius:6px;padding:8px 12px;background:#fff;font-weight:600}.choice-panel .feedback-btn:hover{background:#e8f4fb}.drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,95vw);background:#fff;border-left:1px solid #ddd;box-shadow:-8px 0 20px #0000001f;transform:translate(100%);transition:transform .2s;z-index:50;display:flex;flex-direction:column}.drawer.open{transform:translate(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #eee}.drawer-body{padding:12px;overflow:auto;display:flex;flex-direction:column;gap:10px}.card{border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#fff}.card small{display:block;margin-top:4px;color:#526173}.inline-input{padding:8px;border:1px solid #d1d5db;border-radius:6px}@media(max-width:760px){header{align-items:flex-start;flex-direction:column}.welcome{justify-content:flex-start}.prompt-section{flex-wrap:wrap}#mode-indicator,#change-mode-btn{margin-right:0}.message{max-width:100%}}
