:root{--royal-cream-bg: #f8f4ec;--royal-cream-surface: #fffcf5;--royal-anthracite-bar: #1f2024;--royal-anthracite-text: #2a2b30;--royal-bronze: #b08840;--royal-bronze-soft: #d4b989;--royal-stone: #6b6b6b;--royal-stone-light: #d8d5ce;--royal-warning: #a04540;--royal-success: #7b8f6b;--royal-pre-bg: #f0ebe3;--royal-navi-bubble: #f3efe6;--color-bg: var(--royal-cream-bg);--color-surface: var(--royal-cream-surface);--color-text: var(--royal-anthracite-text);--color-text-muted: var(--royal-stone);--color-border: var(--royal-stone-light);--color-accent: var(--royal-bronze);--color-accent-soft: var(--royal-bronze-soft);--color-topbar: var(--royal-anthracite-bar);--color-topbar-text: var(--royal-cream-surface);--color-danger: var(--royal-warning);--color-success: var(--royal-success);--color-user-bubble: var(--royal-cream-surface);--color-user-border: var(--royal-bronze-soft);--color-navi-bubble: var(--royal-navi-bubble);--bg: var(--color-bg);--surface: var(--color-surface);--border: var(--color-border);--text: var(--color-text);--muted: var(--color-text-muted);--accent: var(--color-accent);--user: var(--color-user-bubble);--navi: var(--color-navi-bubble);--shadow-card: 0 1px 3px rgba(31, 32, 36, .06);--radius-card: 6px;--line-body: 1.55;--line-heading: 1.35}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Liberation Sans,sans-serif;font-size:16px;line-height:var(--line-body);background:var(--color-bg);color:var(--color-text);min-height:100vh}#root{min-height:100vh}.app-page{min-height:100vh;display:flex;flex-direction:column}.top-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:40px;padding:0 1.5rem;background:var(--color-topbar);color:var(--color-topbar-text);flex-shrink:0}.top-bar-brand{display:flex;align-items:center;gap:.5rem;justify-self:start}.top-bar-logo{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.top-bar-logo svg{width:22px;height:22px}.top-bar-logo-text{font-size:.8125rem;font-weight:600;letter-spacing:.02em}.top-bar-pilot{justify-self:center;font-size:.75rem;font-weight:500;letter-spacing:.04em;opacity:.92}.top-bar-spacer{justify-self:end}.app-shell{flex:1;min-height:0;display:flex;background:var(--color-bg)}.app-main{flex:1;max-width:720px;margin:0 auto;padding:1.5rem;min-height:0;display:flex;flex-direction:column;width:100%}.app-shell.inspector-open .app-main{max-width:100%;margin:0;padding-right:1rem}header h1{margin:0;font-size:2rem;font-weight:600;line-height:var(--line-heading);color:var(--color-text)}header p{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.9rem;line-height:var(--line-body)}.controls{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.25rem 0;align-items:center}.llm-selector{position:relative}.llm-selector-trigger{display:inline-flex;align-items:center;gap:.5rem;min-width:12rem;cursor:pointer;background:var(--color-surface)}.llm-selector-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.llm-selector-value{flex:1;text-align:left;font-size:.9rem}.llm-selector-chevron{font-size:.65rem;color:var(--color-text-muted)}.llm-selector-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:20;min-width:100%;margin:0;padding:.25rem;list-style:none;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-card)}.llm-selector-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;border:none;background:transparent;text-align:left;cursor:pointer;padding:.45rem .6rem;border-radius:6px}.llm-selector-option:hover:not(:disabled){background:var(--royal-pre-bg)}.llm-selector-option.is-active{background:var(--royal-navi-bubble);font-weight:600}.llm-selector-option.is-disabled{opacity:.45;cursor:not-allowed}.llm-option-badge{font-size:.65rem;color:var(--color-accent);white-space:nowrap}select,input,button{font:inherit;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:.5rem .75rem;line-height:var(--line-body)}select:focus,input:focus,button:focus-visible{outline:2px solid var(--color-accent-soft);outline-offset:2px}button{cursor:pointer;font-weight:500}button:disabled{opacity:.45;cursor:not-allowed}.chat{flex:1;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1rem 0;min-height:280px}.msg{padding:.75rem 1rem;border-radius:12px;line-height:var(--line-body);white-space:pre-wrap;color:var(--color-text)}.msg.user{background:var(--color-user-bubble);border:1px solid var(--color-user-border);align-self:flex-end;max-width:85%}.msg.assistant{background:var(--color-navi-bubble);border:1px solid var(--color-border);align-self:flex-start;max-width:90%}.composer{display:flex;gap:.5rem;margin-top:auto;padding-top:1rem}.composer input{flex:1;background:var(--color-surface)}.composer button{background:var(--royal-anthracite-bar);border-color:var(--royal-anthracite-bar);color:var(--color-topbar-text);font-weight:600}.composer button:hover:not(:disabled){background:var(--royal-anthracite-text);border-color:var(--royal-anthracite-text)}.pillars-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .5rem;padding:.65rem .85rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.pillars-legend-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-right:.25rem}.pillar-chip{font-size:.8125rem;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--color-accent-soft);background:var(--royal-pre-bg);color:var(--color-text)}.pillars-legend-note{flex:1 1 100%;font-size:.8125rem;color:var(--color-text-muted);margin-top:.15rem}.inspector-hint{color:var(--color-text-muted);font-size:.8rem;align-self:center}.msg-inspectable{cursor:pointer;border:1px solid var(--color-user-border)}.msg-inspectable:hover{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent-soft)}.msg-selected{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent-soft)}.msg-badge{display:block;margin-top:.35rem;font-size:.75rem;font-weight:500;font-style:italic;color:var(--color-accent)}.inspector-panel{width:min(420px,42vw);min-width:320px;background:var(--color-surface);border-left:1px solid var(--color-border);box-shadow:var(--shadow-card);display:flex;flex-direction:column;max-height:100%;position:sticky;top:0;align-self:stretch}.inspector-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .5rem;border-bottom:1px solid var(--color-border)}.inspector-header h2{margin:0;font-size:1.5rem;font-weight:600;line-height:var(--line-heading);color:var(--color-text)}.inspector-close{background:transparent;border:1px solid var(--color-border);color:var(--color-text);width:2rem;height:2rem;padding:0;line-height:1;border-radius:var(--radius-card)}.inspector-close:hover{border-color:var(--color-accent-soft);color:var(--color-accent)}.inspector-body{overflow-y:auto;padding:.5rem 1rem 1rem;flex:1}.inspector-section{margin-bottom:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-bg);border-left:3px solid transparent;box-shadow:var(--shadow-card);transition:border-left-color .15s ease}.inspector-section[open]{border-left-color:var(--color-accent)}.inspector-section summary{cursor:pointer;padding:.6rem .75rem;font-weight:600;font-size:.85rem;color:var(--color-text);line-height:var(--line-heading)}.inspector-section summary:hover{color:var(--color-accent)}.inspector-section-body{padding:0 .75rem .75rem}.inspector-pre{margin:.35rem 0 0;padding:.6rem;background:var(--royal-pre-bg);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-card);font-size:.72rem;line-height:1.45;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.inspector-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.5rem}.inspector-muted{color:var(--color-text-muted);font-size:.85rem}.inspector-error{color:var(--color-danger);font-size:.85rem}.inspector-kv{display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;font-size:.85rem;margin:.5rem 0}.inspector-kv code{font-size:.8rem;color:var(--color-text)}.inspector-hits{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.inspector-hit{border-radius:var(--radius-card);padding:.5rem;border:1px solid var(--color-border);background:var(--color-surface)}.inspector-hit.passed{border-color:var(--color-success)}.inspector-hit.filtered{opacity:.6}.inspector-hit-meta{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.35rem}.inspector-nested{margin:.35rem 0;font-size:.8rem}.inspector-nested summary{cursor:pointer;color:var(--color-accent)}.chat-empty{color:var(--color-text-muted);font-size:.9rem}@media(max-width:900px){.top-bar{padding:0 1rem}.app-shell.inspector-open{flex-direction:column}.inspector-panel{width:100%;min-width:0;max-height:50vh;position:relative;border-left:none;border-top:1px solid var(--color-border)}}
