.v-cgpt-stage{--cgpt-bg: #0D0D0D;--cgpt-surface: #0D0D0D;--cgpt-elev: #1A1A1A;--cgpt-border: rgba(255, 255, 255, .08);--cgpt-border-2: rgba(255, 255, 255, .04);--cgpt-text: #ECECEC;--cgpt-text-2: #B4B4B4;--cgpt-text-3: #8E8E8E;--cgpt-user: #2F6FF1;--cgpt-user-ink: #FFFFFF;--cgpt-send-ink: #FFFFFF;--cgpt-header-h: 52px;--cgpt-composer-h: 144px;display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:stretch;width:100%;height:620px}.v-cgpt-rail{position:relative;height:100%;display:flex;flex-direction:column;color:var(--cgpt-text)}.v-cgpt-rail-caption{flex-shrink:0;padding:0 0 14px;display:flex;flex-direction:column;gap:4px}.v-cgpt-rail-eyebrow{font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:#b0d4bf}.v-cgpt-rail-sub{font-size:11px;line-height:1.5;color:var(--cgpt-text-3);letter-spacing:.02em}.v-cgpt-rail-clip{position:relative;flex:1 1 auto;overflow:hidden;border-radius:12px}.v-cgpt-rail-track{position:relative;width:100%;height:100%}.v-cgpt-panel{position:absolute;top:0;left:0;right:0;background:#6a9b820f;border:1px solid rgba(106,155,130,.22);border-left:2px solid rgba(106,155,130,.6);border-radius:10px;padding:12px 14px 11px;opacity:0;transition:opacity .32s var(--ease-inception),transform .24s var(--ease-inception);will-change:transform}.v-cgpt-panel.is-in{opacity:1}.v-cgpt-panel.is-delivered{background:#6a9b820d}.v-cgpt-panel-head{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--cgpt-text-3)}.v-cgpt-panel-dot{width:7px;height:7px;border-radius:50%;background:#6a9b82;animation:v-cgpt-pulse 1.6s ease-in-out infinite}.v-cgpt-panel.is-delivered .v-cgpt-panel-dot{animation:none;opacity:.85}.v-cgpt-panel-label{color:#b0d4bf;letter-spacing:.06em}.v-cgpt-panel-sep{color:var(--cgpt-text-3)}.v-cgpt-panel-status{color:var(--cgpt-text-3);text-transform:none;letter-spacing:.02em;font-style:italic}.v-cgpt-panel.is-delivered .v-cgpt-panel-status{color:#8fbfa6;font-style:normal;letter-spacing:.04em}.v-cgpt-panel-lines{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.v-cgpt-panel-line{display:grid;grid-template-columns:14px 1fr;gap:8px;align-items:start;opacity:0;transform:translateY(2px);transition:opacity .22s var(--ease-inception),transform .22s var(--ease-inception)}.v-cgpt-panel-line.is-in{opacity:1;transform:translateY(0)}.v-cgpt-panel-check{color:#6a9b82;padding-top:2px;display:inline-flex}.v-cgpt-panel-row{display:flex;flex-direction:column;gap:3px;min-width:0}.v-cgpt-panel-tag{align-self:flex-start;color:#b0d4bf;font-size:10px;letter-spacing:.04em;padding:1px 6px;background:#6a9b821a;border:1px solid rgba(106,155,130,.18);border-radius:4px;text-transform:lowercase}.v-cgpt-panel-text{color:var(--cgpt-text-2);font-size:11px;line-height:1.45}.v-cgpt-panel-foot{margin-top:4px;padding-top:8px;border-top:1px solid rgba(106,155,130,.18);display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.04em;color:var(--cgpt-text-3)}.v-cgpt-panel-arrow{color:#6a9b82;font-size:12px}.v-cgpt{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:var(--cgpt-bg);border:1px solid var(--cgpt-border);border-radius:14px;overflow:hidden;font-family:var(--font-sans);color:var(--cgpt-text);box-shadow:0 1px #ffffff05 inset,0 30px 60px -20px #00000080}.v-cgpt-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--cgpt-border-2);flex-shrink:0;height:var(--cgpt-header-h)}.v-cgpt-model-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;background:var(--cgpt-elev);border:1px solid var(--cgpt-border);border-radius:999px;color:var(--cgpt-text);font-size:13.5px;font-weight:500;cursor:default}.v-cgpt-model-name{color:var(--cgpt-text)}.v-cgpt-model-tier{color:var(--cgpt-text-2);font-weight:400}.v-cgpt-chev{color:var(--cgpt-text-2);margin-left:2px}.v-cgpt-header-side{display:inline-flex;align-items:center;gap:4px}.v-cgpt-icon-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--cgpt-text-2);cursor:default;padding:6px;border-radius:8px}.v-cgpt-header-btn{width:36px;height:36px;border:1px solid var(--cgpt-border);border-radius:10px}.v-cgpt-icon-text{font-size:13px;font-weight:600;color:var(--cgpt-text-2);padding:6px 8px;font-family:var(--font-sans)}.v-cgpt-thread{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 22px 8px;scroll-behavior:auto}.v-cgpt-thread::-webkit-scrollbar{width:8px}.v-cgpt-thread::-webkit-scrollbar-track{background:transparent}.v-cgpt-thread::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:4px}.v-cgpt-msg{margin-bottom:18px;opacity:0;transform:translateY(6px);transition:opacity .24s var(--ease-inception),transform .24s var(--ease-inception)}.v-cgpt-msg.is-in{opacity:1;transform:translateY(0)}.v-cgpt-msg-user{display:flex;justify-content:flex-end}.v-cgpt-user-bubble{background:var(--cgpt-user);color:var(--cgpt-user-ink);padding:10px 16px;border-radius:18px;font-size:14.5px;line-height:1.45;max-width:78%;word-wrap:break-word}.v-cgpt-msg-agent{display:flex;justify-content:flex-start}.v-cgpt-agent-body{max-width:100%;width:100%}.v-cgpt-agent-text{font-size:14.5px;line-height:1.6;color:var(--cgpt-text);word-wrap:break-word}.v-cgpt-agent-text strong{color:var(--cgpt-text);font-weight:600}.v-cgpt-typing{display:inline-flex;gap:4px;padding:4px 0;align-items:center}.v-cgpt-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--cgpt-text-3);animation:v-cgpt-bounce 1.1s infinite ease-in-out}.v-cgpt-typing-dot:nth-child(2){animation-delay:.15s}.v-cgpt-typing-dot:nth-child(3){animation-delay:.3s}.v-cgpt-agent-actions{margin-top:10px;display:flex;align-items:center;gap:2px;opacity:0;transform:translateY(4px);transition:opacity .24s ease,transform .24s ease}.v-cgpt-agent-actions.is-in{opacity:1;transform:translateY(0)}.v-cgpt-text-block{display:inline}.v-cgpt-text-block+.v-cgpt-product-grid,.v-cgpt-text-block+.v-cgpt-product-featured,.v-cgpt-text-block+.v-cgpt-product-cart{margin-top:14px}.v-cgpt-product-grid+.v-cgpt-text-block,.v-cgpt-product-featured+.v-cgpt-text-block,.v-cgpt-product-cart+.v-cgpt-text-block{display:block;margin-top:14px}.v-cgpt-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.v-cgpt-product-card{background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;opacity:0;transform:translateY(10px) scale(.98);transition:opacity .36s var(--ease-inception),transform .36s var(--ease-inception)}.v-cgpt-product-card.is-in{opacity:1;transform:translateY(0) scale(1)}.v-cgpt-product-img{aspect-ratio:1 / 1;background:linear-gradient(135deg,#ffffff0a,#ffffff03);overflow:hidden}.v-cgpt-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.v-cgpt-product-info{padding:10px 12px 12px}.v-cgpt-product-name{font-size:13px;font-weight:600;color:var(--cgpt-text);line-height:1.3;margin-bottom:4px}.v-cgpt-product-price{font-size:12.5px;color:var(--cgpt-text);margin-bottom:4px;letter-spacing:.02em}.v-cgpt-product-spec{font-size:10.5px;color:var(--cgpt-text-3);letter-spacing:.02em;line-height:1.4}.v-cgpt-product-featured{display:grid;grid-template-columns:156px 1fr;gap:16px;align-items:center;padding:12px;background:#ffffff09;border:1px solid rgba(106,155,130,.25);border-radius:14px;opacity:0;transform:translateY(10px) scale(.98);transition:opacity .36s var(--ease-inception),transform .36s var(--ease-inception)}.v-cgpt-product-featured.is-in{opacity:1;transform:translateY(0) scale(1)}.v-cgpt-product-featured-img{aspect-ratio:1 / 1;background:linear-gradient(135deg,#ffffff0a,#ffffff03);border-radius:10px;overflow:hidden}.v-cgpt-product-featured-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.v-cgpt-product-featured-name{font-size:15px;font-weight:600;color:var(--cgpt-text);line-height:1.3}.v-cgpt-product-featured-meta{font-size:11.5px;color:var(--cgpt-text-2);letter-spacing:.04em;margin-top:4px}.v-cgpt-product-featured-status{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:11.5px;color:#8fbfa6;letter-spacing:.02em}.v-cgpt-product-featured-status .v-cgpt-status-dot{width:6px;height:6px;border-radius:50%;background:#6a9b82;box-shadow:0 0 #6a9b8299;animation:v-cgpt-pulse 2s ease-out infinite}.v-cgpt-product-featured-price{margin-top:8px;font-family:var(--font-serif);font-size:22px;color:var(--cgpt-text);letter-spacing:-.02em;line-height:1}.v-cgpt-product-cart{display:grid;grid-template-columns:24px 52px 1fr auto;gap:12px;align-items:center;padding:10px 14px;background:#6a9b821a;border:1px solid rgba(106,155,130,.3);border-radius:12px;opacity:0;transform:translateY(8px);transition:opacity .36s var(--ease-inception),transform .36s var(--ease-inception)}.v-cgpt-product-cart.is-in{opacity:1;transform:translateY(0)}.v-cgpt-product-cart-check{width:24px;height:24px;border-radius:50%;background:#6a9b82;color:#0d0d0d;display:inline-flex;align-items:center;justify-content:center}.v-cgpt-product-cart-img{width:52px;height:52px;border-radius:8px;overflow:hidden;background:#ffffff0a}.v-cgpt-product-cart-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.v-cgpt-product-cart-info{min-width:0}.v-cgpt-product-cart-name{font-size:13.5px;font-weight:600;color:var(--cgpt-text);line-height:1.3}.v-cgpt-product-cart-variant{font-size:11px;color:var(--cgpt-text-2);margin-top:2px;letter-spacing:.04em}.v-cgpt-product-cart-price{font-family:var(--font-serif);font-size:19px;color:var(--cgpt-text);letter-spacing:-.02em}.v-cgpt-action-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--cgpt-text-3);cursor:default;padding:6px;border-radius:6px}.v-cgpt-text-block+.v-cgpt-approval{margin-top:14px}.v-cgpt-approval+.v-cgpt-text-block{display:block;margin-top:14px}.v-cgpt-approval{display:flex;flex-wrap:wrap;gap:8px;opacity:0;transform:translateY(8px);transition:opacity .36s var(--ease-inception),transform .36s var(--ease-inception)}.v-cgpt-approval.is-in{opacity:1;transform:translateY(0)}.v-cgpt-approval-btn{display:inline-flex;align-items:center;padding:7px 14px;font-size:12.5px;font-family:var(--font-sans);line-height:1.3;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:var(--cgpt-text);border-radius:999px;cursor:default;white-space:nowrap;letter-spacing:.01em}.v-cgpt-approval-btn--primary{background:#6a9b8224;border-color:#6a9b826b;color:#b0d4bf}.v-cgpt-composer{flex-shrink:0;padding:8px 16px 16px;min-height:var(--cgpt-composer-h)}.v-cgpt-input-wrap{background:var(--cgpt-elev);border:1px solid var(--cgpt-border);border-radius:26px;padding:12px 16px 8px}.v-cgpt-input{position:relative;min-height:28px;font-size:14.5px;line-height:1.45;color:var(--cgpt-text);padding:2px 0 8px;display:flex;align-items:center;flex-wrap:wrap}.v-cgpt-placeholder{color:var(--cgpt-text-3);pointer-events:none;transition:opacity .18s ease}.v-cgpt-placeholder.is-hidden{opacity:0;position:absolute}.v-cgpt-typed{color:var(--cgpt-text)}.v-cgpt-caret{display:inline-block;width:1.5px;height:17px;background:var(--cgpt-user);margin-left:2px;opacity:0;vertical-align:middle}.v-cgpt-caret.is-active{opacity:1;animation:v-cgpt-caret-blink 1s steps(2) infinite}.v-cgpt-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.v-cgpt-tools-left,.v-cgpt-tools-right{display:inline-flex;align-items:center;gap:2px}.v-cgpt-mode-label{margin-left:4px;color:var(--cgpt-text-2);font-size:13px}.v-cgpt-send{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:default;color:var(--cgpt-send-ink);padding:4px;margin-left:4px;transition:transform .1s ease,opacity .1s ease}.v-cgpt-send.is-pressed{transform:scale(.92);opacity:.85}@keyframes v-cgpt-bounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes v-cgpt-caret-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes v-cgpt-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width: 900px){.v-cgpt-stage{grid-template-columns:1fr;gap:0;height:580px}.v-cgpt-rail{display:none}}@media (max-width: 640px){.v-cgpt-stage{height:540px}.v-cgpt{border-radius:12px}.v-cgpt-header{padding:10px 12px}.v-cgpt-model-pill{font-size:13px;padding:6px 11px}.v-cgpt-header-btn{width:32px;height:32px}.v-cgpt-thread{padding:14px 16px 6px}.v-cgpt-user-bubble{font-size:14px;max-width:88%}.v-cgpt-agent-text{font-size:14px}.v-cgpt-composer{padding:6px 12px 12px}.v-cgpt-input-wrap{padding:10px 14px 6px}.v-cgpt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.v-cgpt-product-grid .v-cgpt-product-card:nth-child(3){display:none}.v-cgpt-product-info{padding:8px 10px 10px}.v-cgpt-product-name{font-size:12.5px}.v-cgpt-product-featured{grid-template-columns:110px 1fr;gap:12px;padding:10px}.v-cgpt-product-featured-name{font-size:14px}.v-cgpt-product-featured-price{font-size:18px}.v-cgpt-product-cart{grid-template-columns:22px 44px 1fr auto;gap:10px;padding:9px 12px}.v-cgpt-product-cart-img{width:44px;height:44px}.v-cgpt-product-cart-price{font-size:16px}}@media (prefers-reduced-motion: reduce){.v-cgpt-msg{opacity:1!important;transform:none!important;transition:none!important}.v-cgpt-panel{opacity:1!important;transition:none!important}.v-cgpt-panel-line{opacity:1!important;transform:none!important;transition:none!important}.v-cgpt-panel-dot{animation:none!important}.v-cgpt-typing-dot{animation:none!important;opacity:.6!important}.v-cgpt-caret{animation:none!important;opacity:0!important}.v-cgpt-agent-actions,.v-cgpt-product-card,.v-cgpt-product-featured,.v-cgpt-product-cart,.v-cgpt-approval{opacity:1!important;transform:none!important;transition:none!important}.v-cgpt-product-featured-status .v-cgpt-status-dot{animation:none!important}}
