:root{color:#173f35;background:#eee9df;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--green-950: #092f27;--green-800: #075c43;--green-700: #00754a;--green-100: #dcebe3;--cream: #f8f4eb;--paper: #fffdf8;--ink-muted: #697a73;--line: rgba(9, 47, 39, .14);--shadow: 0 24px 70px rgba(24, 48, 39, .12);--topbar-height: 64px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh}html,body,#root{max-width:100%;overflow-x:hidden}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100dvh}.customer-selection-screen{min-height:100dvh;padding:clamp(24px,5vw,72px);display:grid;place-items:center;background:var(--cream)}.customer-selection-shell{width:min(680px,100%);padding:clamp(30px,5vw,54px);background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.selection-brand{margin:0;color:var(--green-700);font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}.selection-intro{margin:clamp(44px,7vw,68px) 0 28px}.selection-intro h1{margin:0;color:var(--green-950);font:600 clamp(38px,6vw,56px)/1.05 Georgia,"Songti SC",serif;letter-spacing:-.04em}.selection-intro>p:last-child{margin:15px 0 0;color:var(--ink-muted);font-size:14px;line-height:1.65}.return-to-order{width:100%;min-height:42px;margin:0 0 12px;color:var(--green-800);background:var(--green-100);border:1px solid rgba(0,117,74,.18);border-radius:12px;font-size:12px;font-weight:700}.return-to-order:hover{color:#fff;background:var(--green-800)}.customer-choice-list,.customer-choice-skeleton{display:grid;gap:10px}.customer-choice{width:100%;min-height:78px;padding:13px 16px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;color:var(--green-950);text-align:left;background:#f3f1e9;border:1px solid transparent;border-radius:14px;transition:.16s ease}.customer-choice:hover{background:#fff;border-color:#00754a4d;transform:translateY(-1px)}.customer-choice:active{transform:translateY(1px)}.selection-avatar{width:46px;height:46px;display:grid;place-items:center;color:var(--green-800);background:var(--green-100);border-radius:50%;font-size:17px;font-weight:700}.customer-choice-identity strong,.customer-choice-identity small{display:block}.customer-choice-identity strong{font-size:15px}.customer-choice-identity small{margin-top:5px;color:var(--ink-muted);font:400 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.customer-choice-action{color:var(--green-700);font-size:12px;font-weight:700;white-space:nowrap}.customer-choice-skeleton span{height:78px;border-radius:14px;background:linear-gradient(90deg,#e7e5dd 20%,#f7f5ef,#e7e5dd 80%);background-size:240% 100%;animation:drawer-shimmer 1.3s ease-in-out infinite}.customer-choice-skeleton span:nth-child(2){animation-delay:.12s}.customer-choice-skeleton span:nth-child(3){animation-delay:.24s}.selection-error{margin:0 0 12px;padding:11px 13px;color:#8a3e32;background:#fff2ef;border:1px solid #e9b7ae;border-radius:12px;font-size:12px;line-height:1.55}.selection-empty{padding:28px;color:var(--ink-muted);text-align:center;background:#f3f1e9;border-radius:14px}.selection-empty p{margin:0 0 14px}.selection-empty button{min-height:40px;padding:0 16px;color:#fff;background:var(--green-800);border:0;border-radius:12px;font-weight:700}.selection-note{margin:24px 0 0;color:#75867f;font-size:10px;line-height:1.6;text-align:center}.topbar{height:var(--topbar-height);padding:0 clamp(20px,3.2vw,48px);display:flex;align-items:center;justify-content:space-between;color:#fff;background:var(--green-950);border-bottom:1px solid rgba(255,255,255,.12)}.brand-name{margin:0;font:600 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}.topbar-actions{display:flex;align-items:center;gap:8px}.customer-switch,.insight-trigger{min-height:36px;padding:0 14px;color:#d8e8e2;background:transparent;border:1px solid #52786b;border-radius:12px;font-size:11px;font-weight:600}.customer-switch:hover,.insight-trigger:hover,.insight-trigger.active{color:var(--green-950);background:#fff;border-color:#fff}.customer-switch:active,.insight-trigger:active{transform:translateY(1px)}.workspace{width:min(1600px,100%);min-height:calc(100dvh - var(--topbar-height));margin:0 auto;display:grid;grid-template-areas:"conversation profile";grid-template-columns:minmax(0,1fr) 400px;background:var(--paper);box-shadow:var(--shadow)}.kicker{margin:0 0 6px;color:var(--green-700);font:500 10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase}.conversation h2,.confirmation-card h3{font-family:Georgia,Songti SC,serif}.conversation{grid-area:conversation;min-width:0;height:calc(100dvh - var(--topbar-height));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:var(--paper)}.conversation-header{padding:30px clamp(28px,3.2vw,52px) 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.conversation h2{margin:0;color:var(--green-950);font-size:clamp(28px,3vw,43px);line-height:1.1}.transcript{min-width:0;overflow-y:auto;overflow-x:hidden;padding:32px clamp(28px,3.2vw,52px) 46px;scroll-behavior:smooth}.profile-panel{grid-area:profile;min-width:0;height:calc(100dvh - var(--topbar-height));display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;background:#f4f1e9;border-left:1px solid var(--line)}.profile-heading{min-height:99px;padding:27px 22px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.profile-heading h2{margin:0;color:var(--green-950);font:600 27px/1.1 Georgia,Songti SC,serif}.profile-heading button,.profile-error button{min-height:32px;padding:0 11px;color:#48655b;background:transparent;border:1px solid #aebdb7;border-radius:9px;font-size:10px;font-weight:600}.profile-heading button:hover,.profile-error button:hover{color:#fff;background:var(--green-800);border-color:var(--green-800)}.profile-error{margin:0 18px 12px;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#8a3e32;background:#fff2ef;border:1px solid #e9b7ae;border-radius:10px}.profile-error p{margin:0;font-size:10px;line-height:1.5}.profile-error button{flex:0 0 auto;color:#8a3e32;border-color:#d8a79e}.profile-content{grid-row:3;min-height:0;display:grid;grid-template-rows:minmax(150px,.7fr) minmax(290px,1.3fr);overflow:hidden}.profile-section{min-height:0;padding:20px 20px 17px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border-top:1px solid var(--line)}.profile-section-heading{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.profile-label{margin:0 0 5px;color:var(--green-700);font-size:12px;font-weight:700;line-height:1.25;letter-spacing:.04em}.profile-section-heading h3{margin:0;color:var(--green-950);font:600 20px/1.2 Georgia,Songti SC,serif}.profile-section-heading>span{color:#73867f;font:500 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.profile-memory-list,.order-history-list{min-height:0;margin:0;padding:0 4px 0 0;overflow-y:auto;list-style:none;scrollbar-width:thin;scrollbar-color:#b5c2bc transparent}.profile-memory-list li,.order-history-list li{padding:12px 0;border-bottom:1px solid rgba(9,47,39,.11)}.profile-memory-list li:first-child,.order-history-list li:first-child{padding-top:4px}.profile-memory-list li:last-child,.order-history-list li:last-child{border-bottom:0}.profile-memory-list li>div{display:flex;align-items:center;justify-content:space-between;gap:9px}.profile-memory-list p{margin:8px 0 0;color:#294d41;font-size:12px;line-height:1.55}.profile-memory-list time{flex:0 0 auto;color:#7a8c85;font-size:9px}.profile-pending{margin:10px 0 0;color:#765b22;font-size:9px;line-height:1.5}.order-history-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.order-history-heading strong{color:#21483b;font-size:13px}.order-history-heading b{flex:0 0 auto;color:var(--green-700);font:600 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.order-history-list li>p{margin:6px 0 7px;color:#60756e;font-size:10px;line-height:1.55}.order-history-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px 10px;color:#7b8c86;font-size:9px}.order-source{color:#59766b;font-weight:700}.order-source.demo{color:var(--green-700)}.order-history-list small{display:block;margin-top:6px;overflow:hidden;color:#92a09b;font:400 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.profile-empty{min-height:94px;padding:17px 9px;display:grid;align-content:center;color:#71847d;border-top:1px solid rgba(9,47,39,.1)}.profile-empty strong{color:#395b50;font-size:12px}.profile-empty p{margin:6px 0 0;font-size:9px;line-height:1.6}.profile-skeleton{min-height:0;display:grid;align-content:start;gap:8px;overflow:hidden}.profile-skeleton span{height:58px;border-radius:8px;background:linear-gradient(90deg,#e5e7e1 20%,#f5f6f1,#e5e7e1 80%);background-size:240% 100%;animation:drawer-shimmer 1.3s ease-in-out infinite}.message{width:min(720px,88%);margin-bottom:26px}.message.customer{margin-left:auto}.message-label{margin:0 0 7px 5px;color:#779087;font:500 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}.message.customer .message-label{text-align:right;margin-right:5px}.bubble{padding:16px 19px;overflow-wrap:anywhere;color:#25483d;background:#f1f3ee;border:1px solid rgba(9,47,39,.08);border-radius:3px 18px 18px;font-size:14px;line-height:1.75;white-space:pre-wrap}.message.customer .bubble{color:#fff;background:var(--green-800);border-color:var(--green-800);border-radius:18px 3px 18px 18px}.message.failed .bubble{color:#8a3e32;background:#fff2ef;border-color:#e9b7ae}.typing{display:inline-flex;align-items:center;gap:4px;height:20px}.typing i{width:5px;height:5px;border-radius:50%;background:#6d8b81;animation:bounce 1s infinite alternate}.typing i:nth-child(2){animation-delay:.16s}.typing i:nth-child(3){animation-delay:.32s}@keyframes bounce{to{transform:translateY(-5px);opacity:.45}}.recommendation-panel{width:min(760px,100%);margin:4px 0 34px}.recommendation-heading{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.recommendation-heading h3{margin:0;color:var(--green-950);font:600 30px/1.15 Georgia,Songti SC,serif}.recommendation-heading>span{padding:6px 9px;color:var(--green-700);background:var(--green-100);border-radius:999px;font:600 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.recommendation-list{margin:0;padding:0;display:grid;gap:12px;list-style:none}.recommendation-card{min-width:0;padding:22px 22px 20px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:15px;background:#fff;border:1px solid rgba(0,117,74,.18);border-radius:18px;box-shadow:0 12px 32px #16413314}.recommendation-rank{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:var(--green-950);border-radius:50%;font:600 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.recommendation-content{min-width:0}.recommendation-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.recommendation-title-row h4{margin:0;color:var(--green-950);font:600 22px/1.2 Georgia,Songti SC,serif}.recommendation-title-row p{margin:5px 0 0;color:var(--ink-muted);font-size:10px}.recommendation-title-row>strong{flex:0 0 auto;color:var(--green-700);font:600 17px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.recommendation-reason{margin:14px 0 11px;color:#315248;font-size:13px;line-height:1.65}.recommendation-evidence{display:flex;flex-wrap:wrap;gap:5px}.recommendation-evidence code{max-width:100%;padding:5px 7px;overflow-wrap:anywhere;color:#60766e;background:#f1f4ef;border-radius:5px;font-size:9px}.recommendation-pricing{margin-top:13px;padding-top:12px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 12px;color:#62766e;border-top:1px dashed #d4ddd8;font-size:10px}.recommendation-pricing span:first-child{color:var(--green-700);font-weight:600}.recommendation-content>button{margin-top:15px;min-height:40px;padding:0 17px;display:inline-flex;align-items:center;color:#fff;background:var(--green-700);border:1px solid var(--green-700);border-radius:999px;font-weight:600}.recommendation-note{margin:11px 4px 0;color:#7f908a;font-size:9px}.confirmation-card{position:relative;width:min(720px,100%);margin:8px 0 34px;padding:28px 30px 22px;overflow:hidden;background:#fff;border:1px solid rgba(0,117,74,.22);border-radius:20px;box-shadow:0 18px 45px #1641331c}.card-accent{position:absolute;inset:0 auto 0 0;width:5px;background:var(--green-700)}.confirmation-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.confirmation-card h3{margin:0;color:var(--green-950);font-size:30px}.confirmation-state{flex:0 0 auto;padding:7px 9px;color:var(--green-700);background:var(--green-100);border-radius:7px;font-size:10px;font-weight:700}.confirmation-card.status-completed{border-color:#00754a57}.confirmation-state.status-completed{color:#fff;background:var(--green-700)}.confirmation-card.status-cancelled{border-color:#586b643d}.confirmation-card.status-cancelled .card-accent{background:#879891}.confirmation-state.status-cancelled{color:#536860;background:#e8ece9}.selection-tags{margin:18px 0 22px;display:flex;flex-wrap:wrap;gap:7px}.selection-tags span{padding:7px 10px;color:#45645a;background:#f1f5f1;border-radius:7px;font-size:11px}.price-lines{margin:0;padding:18px 0;border-top:1px dashed #ccd8d2;border-bottom:1px dashed #ccd8d2}.price-lines div{display:flex;justify-content:space-between;gap:24px;padding:5px 0;color:#62766e;font-size:12px}.price-lines dt,.price-lines dd{margin:0}.price-lines dd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.price-lines .discount dd{color:var(--green-700)}.price-lines .total{margin-top:7px;padding-top:12px;color:var(--green-950);border-top:1px solid #dbe3df;font-size:15px;font-weight:700}.confirmation-actions{margin-top:20px;display:grid;grid-template-columns:1fr 1.5fr;gap:10px}.confirmation-actions button{min-height:45px;border-radius:999px;font-weight:600}.confirmation-actions .secondary{color:#49645b;background:transparent;border:1px solid #aebdb7}.confirmation-actions .primary{display:flex;align-items:center;justify-content:center;color:#fff;background:var(--green-700);border:1px solid var(--green-700)}.snapshot-id{margin:15px 0 0;overflow-wrap:anywhere;color:#8c9c96;font:400 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-align:center}.composer-wrap{padding:18px clamp(28px,3.2vw,52px) 24px;background:#fffdf8f5;border-top:1px solid var(--line)}.quick-prompts{margin-bottom:10px;display:flex;gap:7px;overflow-x:auto}.quick-prompts button{flex:0 0 auto;padding:7px 11px;color:#4a695f;background:#f3f4ef;border:1px solid #d8e0dc;border-radius:999px;font-size:10px}.composer{padding:8px 8px 8px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;background:#fff;border:1px solid #b8c8c1;border-radius:18px;box-shadow:0 8px 28px #11392c12}.composer:focus-within{border-color:var(--green-700);box-shadow:0 0 0 3px #00754a1a}.composer textarea{width:100%;min-height:48px;max-height:130px;padding:10px 0;resize:vertical;color:var(--green-950);background:transparent;border:0;outline:0;line-height:1.55}.composer textarea::placeholder{color:#9aa9a3}.send-button{min-width:110px;height:46px;padding:0 18px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--green-950);border:0;border-radius:13px;font-weight:600}.composer-meta{min-height:16px;margin-top:7px;display:flex;justify-content:space-between;gap:15px;color:#85958f;font-size:9px}.error-text{color:#a04436}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.drawer-scrim{position:fixed;inset:0;z-index:20;width:100%;height:100%;padding:0;background:#092f2761;border:0;cursor:default}.insight-drawer{position:fixed;inset:0 0 0 auto;z-index:21;width:min(460px,100vw);height:100dvh;display:grid;grid-template-rows:auto auto minmax(0,1fr);color:var(--green-950);background:var(--paper);border-left:1px solid var(--line);box-shadow:-24px 0 70px #092f272e}.drawer-header{min-height:112px;padding:28px 28px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.drawer-header h2{margin:0;font:600 31px/1.1 Georgia,Songti SC,serif}.drawer-close,.drawer-toolbar button{min-height:34px;padding:0 12px;color:#49645b;background:transparent;border:1px solid #b1c0ba;border-radius:999px;font-size:11px;font-weight:600}.drawer-close:active,.drawer-toolbar button:active{transform:translateY(1px)}.drawer-toolbar{min-height:51px;padding:8px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#60776f;background:#f1f3ee;border-bottom:1px solid var(--line);font-size:11px}.drawer-content{min-height:0;padding:26px 28px 40px;overflow-y:auto}.drawer-loading{display:grid;gap:12px}.drawer-loading span{height:82px;border-radius:14px;background:linear-gradient(90deg,#edf0eb 20%,#f8faf6,#edf0eb 80%);background-size:240% 100%;animation:drawer-shimmer 1.3s ease-in-out infinite}.drawer-loading span:nth-child(2){animation-delay:.12s}.drawer-loading span:nth-child(3){animation-delay:.24s}@keyframes drawer-shimmer{to{background-position:-240% 0}}.drawer-empty{padding:58px 24px;text-align:center;color:#60776f}.drawer-empty strong{display:block;color:var(--green-950);font-size:17px}.drawer-empty p{max-width:29em;margin:9px auto 0;font-size:12px;line-height:1.7}.pending-note,.trace-warning{margin:0 0 16px;padding:11px 13px;color:#6b5425;background:#fff5dc;border:1px solid #e5d2a1;border-radius:12px;font-size:11px;line-height:1.55}.trace-warning{color:#8a3e32;background:#fff2ef;border-color:#e9b7ae}.memory-list{margin:0;padding:0;display:grid;gap:11px;list-style:none}.memory-list li{padding:17px 18px;background:#f3f5f0;border:1px solid #dfe5e0;border-radius:14px}.memory-type{display:inline-block;padding:5px 8px;color:var(--green-700);background:var(--green-100);border-radius:6px;font-size:10px;font-weight:700}.memory-type.explicit_avoidance{color:#854b40;background:#f4dfda}.memory-list p{margin:12px 0 11px;color:#25483d;font-size:14px;line-height:1.65}.memory-list time{color:#71847d;font-size:10px}.trace-summary{margin:0 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:1px;overflow:hidden;background:#d9e1dc;border:1px solid #d9e1dc;border-radius:14px}.trace-summary div{min-width:0;padding:14px 16px;background:#f3f5f0}.trace-summary dt{color:#71847d;font-size:9px}.trace-summary dd{margin:6px 0 0;color:var(--green-950);font:600 16px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.trace-timeline{margin:0;padding:0;list-style:none}.trace-timeline li{position:relative;margin-left:8px;padding:0 0 27px 28px;border-left:1px solid #cdd8d2}.trace-timeline li:last-child{padding-bottom:4px;border-left-color:transparent}.trace-marker{position:absolute;top:2px;left:-6px;width:11px;height:11px;border-radius:50%;background:var(--green-700);border:3px solid var(--paper);box-shadow:0 0 0 1px var(--green-700)}.trace-marker.warning,.trace-marker.pending{background:#b27b20;box-shadow:0 0 0 1px #b27b20}.trace-marker.failed{background:#a04436;box-shadow:0 0 0 1px #a04436}.trace-event-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.trace-event-heading strong{color:#244a3e;font-size:13px;line-height:1.35}.trace-status{flex:0 0 auto;color:var(--green-700);font-size:9px;font-weight:700}.trace-status.warning,.trace-status.pending{color:#8c621c}.trace-status.failed{color:#a04436}.trace-timeline li>p{margin:5px 0 7px;color:#6a8078;font-size:10px}.trace-event-meta{display:flex;gap:12px;color:#8a9994;font:400 9px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.trace-event-details{margin-top:11px;padding:11px 12px;display:grid;gap:11px;color:#526d64;background:#f3f5f0;border:1px solid #e0e6e1;border-radius:10px}.trace-detail-group>span{display:block;margin-bottom:7px;color:#71847d;font:700 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.trace-detail-group>p{margin:0;color:#71847d;font-size:10px}.trace-detail-group dl{margin:0}.trace-detail-grid{display:flex;flex-wrap:wrap;gap:6px}.trace-detail-grid div{min-width:90px;padding:7px 8px;background:#fff;border:1px solid #e2e7e3;border-radius:7px}.trace-detail-grid dt{color:#84938e;font-size:8px}.trace-detail-grid dd{margin:4px 0 0;overflow-wrap:anywhere;color:#315248;font:600 10px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace}.trace-state-diff dl{display:grid;gap:6px}.trace-state-diff dl>div{display:grid;grid-template-columns:minmax(72px,.8fr) minmax(0,1.5fr);align-items:center;gap:8px}.trace-state-diff dt{color:#667c74;font-size:9px}.trace-state-diff dd{min-width:0;margin:0;display:flex;align-items:center;gap:5px}.trace-state-diff code,.trace-detail-references code{padding:3px 5px;overflow-wrap:anywhere;color:#315248;background:#fff;border:1px solid #dce4df;border-radius:5px;font:500 8px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace}.trace-state-diff dd span{color:#8ca097;font-size:9px}.trace-detail-references{display:flex;flex-wrap:wrap;gap:6px 12px;color:#71847d;font-size:8px}.trace-detail-references span{display:inline-flex;align-items:center;gap:5px}.drawer-footnote{margin:24px 0 0;color:#87958f;font-size:9px;text-align:center}button:focus-visible,textarea:focus-visible{outline:3px solid rgba(0,168,98,.36);outline-offset:2px}@media(max-width:1200px){.workspace{grid-template-areas:"conversation profile";grid-template-columns:minmax(0,1fr) 350px}.conversation-header,.transcript,.composer-wrap{padding-left:28px;padding-right:28px}}@media(max-width:900px){.topbar{padding:0 18px}.topbar-actions{gap:6px}.customer-switch,.insight-trigger{min-height:34px;padding:0 12px}.workspace{width:100%;min-height:calc(100dvh - var(--topbar-height));grid-template-areas:"conversation" "profile";grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;overflow:visible}.profile-panel{height:auto;grid-template-rows:auto auto auto;overflow:visible;border-right:0;border-left:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.profile-heading{min-height:80px;padding:20px 20px 16px}.profile-content{min-height:320px;grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);grid-template-rows:320px;overflow:hidden}.profile-section{border-top:1px solid var(--line)}.orders-section{border-left:1px solid var(--line)}.conversation{height:auto;min-height:calc(100dvh - var(--topbar-height));grid-template-rows:auto minmax(320px,1fr) auto;overflow:visible}.conversation-header{padding:22px 20px 18px}.conversation h2{font-size:30px}.transcript{min-height:320px;padding:24px 20px 35px;overflow:visible}.composer-wrap{padding:12px 14px 16px}}@media(max-width:560px){.customer-selection-screen{padding:0}.customer-selection-shell{min-height:100dvh;padding:28px 18px;border:0;border-radius:0;box-shadow:none}.selection-intro{margin:46px 0 24px}.selection-intro h1{font-size:38px}.customer-choice{min-height:72px;padding:11px 12px;grid-template-columns:42px minmax(0,1fr) auto;gap:11px}.selection-avatar{width:42px;height:42px}.customer-choice-action{font-size:11px}.brand-name{font-size:10px}.topbar{gap:12px}.topbar-actions{flex:0 0 auto}.customer-switch,.insight-trigger{padding:0 9px;font-size:10px}.insight-drawer{width:100vw;border-left:0}.drawer-header{min-height:99px;padding:23px 20px 18px}.drawer-header h2{font-size:28px}.drawer-toolbar{padding:8px 20px}.drawer-content{padding:22px 20px 34px}.profile-heading h2{font-size:24px}.profile-content{min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:220px 320px}.profile-section{min-height:0}.orders-section{border-left:0}.message{width:94%}.recommendation-card{padding:18px 16px;grid-template-columns:34px minmax(0,1fr);gap:10px}.recommendation-rank{width:31px;height:31px}.recommendation-title-row{display:block}.recommendation-title-row>strong{display:block;margin-top:9px}.recommendation-pricing{display:grid}.recommendation-content>button{width:100%;justify-content:center}.confirmation-card{padding:23px 20px 18px}.confirmation-actions{grid-template-columns:1fr}.confirmation-actions .primary{grid-row:1}.composer{grid-template-columns:1fr;padding:12px}.send-button{width:100%}.composer-meta>span:first-child{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important}}
