:root{--bg:#f6f7f4;--surface:#fff;--surface-muted:#eef3f1;--text:#28302f;--text-soft:#66706d;--border:#dbe3df;--accent:#007a68;--accent-strong:#005b50;--accent-soft:#dff4ee;--danger:#b84032;--danger-soft:#fde8e3;--warm:#f1a33c;--shadow:#1826231f 0 16px 42px;--radius:8px;--font:Inter, ui-sans-serif, system-ui, "Segoe UI", Roboto, Arial, sans-serif;color:var(--text);background:var(--bg);font:16px/1.45 var(--font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled,textarea:disabled,input:disabled{cursor:not-allowed}a{color:inherit}#root{min-height:100svh}.app-shell{grid-template-columns:minmax(0,1fr) 360px;gap:18px;min-height:100svh;padding:18px;display:grid}.chat-shell,.settings-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.chat-shell{grid-template-rows:auto minmax(0,1fr) auto auto;height:calc(100svh - 36px);min-height:calc(100svh - 36px);display:grid;overflow:hidden}.chat-header,.panel-heading,.decision-bar,.composer{align-items:center;gap:12px;display:flex}.chat-header{border-bottom:1px solid var(--border);justify-content:space-between;padding:18px 20px}.chat-header h1,.panel-heading h2,.settings-group h3,.suggestion-body h3{margin:0;line-height:1.15}.chat-header h1{font-size:24px;font-weight:720}.eyebrow{color:var(--accent-strong);text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:740}.messages-pane{background:linear-gradient(#fbfcfa 0%,#f4f7f5 100%);flex-direction:column;gap:14px;min-height:0;padding:20px;display:flex;overflow-y:auto}.empty-state{color:var(--text-soft);place-items:center;gap:10px;margin:auto;display:grid}.empty-state p,.message-bubble p,.suggestion-body p{margin:0}.message-row{display:flex}.message-row.user{justify-content:flex-end}.message-bubble{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);max-width:min(760px,88%);padding:12px 14px}.message-row.user .message-bubble{color:#fff;background:var(--accent);border-color:var(--accent)}.message-bubble.loading{background:var(--accent-soft);border-color:#bde4d9}.message-bubble.error,.message-bubble.cancelled{background:var(--danger-soft);color:#6f241b;border-color:#f2b8ad}.loading-dots{vertical-align:middle;gap:3px;margin-left:6px;display:inline-flex}.loading-dots span{background:currentColor;border-radius:999px;width:5px;height:5px;animation:1s ease-in-out infinite pulse}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.composer{border-top:1px solid var(--border);background:var(--surface);padding:14px}.composer textarea,.settings-panel input,.settings-panel select,.settings-panel textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:6px;outline:none}.composer textarea{resize:vertical;min-height:46px;max-height:150px;padding:10px 12px}.composer textarea:focus,.settings-panel input:focus,.settings-panel select:focus,.settings-panel textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.send-button,.icon-button,.primary-button,.secondary-button,.primary-link{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-weight:700;text-decoration:none;display:inline-flex}.send-button,.icon-button{width:40px;color:var(--text);background:var(--surface-muted);border-color:var(--border);flex:0 0 40px;padding:0}.send-button:not(:disabled){color:#fff;background:var(--accent);border-color:var(--accent)}.primary-button,.secondary-button,.primary-link{padding:0 14px}.primary-button,.primary-link{color:#fff;background:var(--accent);border-color:var(--accent)}.secondary-button{color:var(--text);background:var(--surface-muted);border-color:var(--border)}.secondary-button.danger{color:var(--danger);background:var(--danger-soft);border-color:#efc4bb}.decision-bar{border-top:1px solid var(--border);background:#fbfcfa;justify-content:flex-end;padding:12px 14px}.suggestion-carousel{gap:10px;margin-top:12px;display:grid}.carousel-toolbar{color:var(--text-soft);justify-content:space-between;align-items:center;font-size:13px;display:flex}.suggestion-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.product-media img,.image-fallback{object-fit:cover;background:linear-gradient(135deg, var(--accent-soft), #fbe5bd);width:100%;height:100%;min-height:220px}.suggestion-body{gap:12px;min-width:0;padding:14px;display:grid}.suggestion-body h3{font-size:19px}.suggestion-body ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.suggestion-body li,.suggestion-meta{justify-content:space-between;gap:12px;display:flex}.suggestion-body li a{min-width:0;color:var(--text);gap:2px;text-decoration:none;display:grid}.suggestion-body li a:hover,.product-title:hover{color:var(--accent-strong);text-decoration:underline}.suggestion-body li small{color:var(--text-soft);font-size:12px;font-weight:600}.suggestion-body li span,.suggestion-body li a{min-width:0}.suggestion-body li strong{white-space:nowrap}.suggestion-meta{color:var(--text-soft);font-weight:700}.primary-link{width:fit-content}.product-viewer{border-block:1px solid var(--border);grid-template-columns:190px minmax(0,1fr);align-items:stretch;gap:14px;padding-block:12px;display:grid}.product-media{background:var(--surface-muted);border-radius:6px;min-height:220px;overflow:hidden}.product-media a{height:100%;display:block}.product-stepper{color:var(--text);background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;flex:none;align-items:center;gap:6px;padding:4px;display:inline-flex}.product-stepper .icon-button{flex-basis:30px;width:30px;min-height:30px}.product-stepper span{text-align:center;min-width:36px;font-size:11px;font-weight:800}.product-detail{align-content:start;gap:10px;min-width:0;display:grid}.product-heading-row{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.product-title{min-width:0;color:var(--text);align-items:center;gap:6px;font-size:18px;font-weight:760;line-height:1.2;text-decoration:none;display:inline-flex}.settings-panel{min-height:calc(100svh - 36px);max-height:calc(100svh - 36px);overflow-y:auto}.panel-heading{z-index:2;background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;padding:16px;position:sticky;top:0}.panel-heading h2{flex:1;font-size:18px}.settings-group{border-bottom:1px solid var(--border);gap:12px;padding:16px;display:grid}.settings-group h3{color:var(--accent-strong);align-items:center;gap:8px;font-size:14px;display:flex}.settings-panel label{color:var(--text-soft);gap:6px;font-size:13px;font-weight:700;display:grid}.settings-panel label span{align-items:center;gap:6px;display:inline-flex}.settings-panel input,.settings-panel select,.settings-panel textarea{min-height:36px;padding:8px 10px;font-size:14px}.settings-panel textarea{resize:vertical}.grid-two{grid-template-columns:1fr 1fr;gap:10px;display:grid}.toggle-row{align-items:center;gap:10px;display:flex!important}.toggle-row input{width:18px;min-height:18px;accent-color:var(--accent)}@media (width<=1080px){.app-shell{grid-template-columns:1fr}.chat-shell,.settings-panel{min-height:auto;max-height:none}.chat-shell{height:min(760px,100svh - 36px)}}@media (width<=700px){.app-shell{padding:10px}.chat-header,.decision-bar{flex-direction:column;align-items:stretch}.message-bubble{max-width:96%}.product-viewer{grid-template-columns:1fr}.product-media img,.image-fallback{aspect-ratio:16/9;min-height:190px}.product-heading-row{display:grid}.product-stepper{justify-self:start}.grid-two{grid-template-columns:1fr}}
