:root{--text:#55525e;--text-h:#16141c;--bg:#fbfaf9;--surface:#fff;--border:#e6e3df;--accent:#4f46e5;--accent-text:#fff;--muted:#8b8792;--danger:#b4231f;--shadow:#16141c14 0 12px 32px -12px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:17px/1.55 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#a7a3ae;--text-h:#f5f3f7;--bg:#131217;--surface:#1c1b22;--border:#2f2d38;--accent:#8b85f5;--accent-text:#15131f;--muted:#7b7786;--danger:#f07a72;--shadow:#00000080 0 12px 32px -12px}}*{box-sizing:border-box}body{min-height:100svh;margin:0}h1,h2{color:var(--text-h);margin:0;font-weight:600}p{margin:0}.app{grid-template-columns:268px 1fr;min-height:100svh;display:grid}.sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;gap:16px;height:100svh;padding:24px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-head{padding:0 8px}.wordmark{width:200px;height:auto;margin-bottom:12px;display:block}@media (prefers-color-scheme:dark){.wordmark{filter:invert()hue-rotate(180deg)}}.new-agent{width:100%;padding:10px 14px;font-size:15px}.sidebar-empty{color:var(--muted);padding:8px;font-size:14px;line-height:1.5}.agent-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.agent-row{text-align:left;width:100%;color:inherit;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:8px;display:flex}.agent-row:hover{background:var(--bg)}.agent-row.is-selected{background:var(--bg);box-shadow:inset 0 0 0 1px var(--border)}.avatar{background:var(--bg);width:38px;height:38px;box-shadow:inset 0 0 0 1px var(--border);color:var(--muted);border-radius:10px;flex:none;place-items:center;font-size:15px;font-weight:600;display:grid;position:relative;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar-spinner{border-radius:inherit;background:#00000073 conic-gradient(#0000 0deg,#ffffffd9 320deg);animation:1s linear infinite spin;position:absolute;inset:0;-webkit-mask:radial-gradient(circle,#0000 9px,#000 10px);mask:radial-gradient(circle,#0000 9px,#000 10px)}.agent-row-text{flex-direction:column;min-width:0;display:flex}.agent-row-name,.agent-row-meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-row-name{color:var(--text-h);font-size:15px;font-weight:500}.agent-row-meta{color:var(--muted);font-size:13px}.workspace{max-width:1100px;padding:32px 40px 80px}.intro{text-align:center;max-width:560px;margin:12vh auto 0}.intro h1{letter-spacing:-1px;margin-bottom:16px;font-size:40px;line-height:1.15}.lede{color:var(--muted);margin-bottom:32px}form{gap:8px;display:flex}input{min-width:0;font:inherit;color:var(--text-h);background:var(--surface);border:1px solid var(--border);border-radius:10px;flex:1;padding:12px 14px}input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}button{font:inherit;cursor:pointer;background:var(--accent);color:var(--accent-text);white-space:nowrap;border:1px solid #0000;border-radius:10px;padding:12px 20px;font-weight:500}button:disabled{opacity:.55;cursor:not-allowed}button.ghost{color:var(--muted);border-color:var(--border);background:0 0;padding:8px 14px;font-size:14px}button.ghost:hover:not(:disabled){color:var(--text-h)}button.ghost.danger:hover{color:var(--danger);border-color:var(--danger)}button.cancel{margin-top:20px}.status,.error{justify-content:center;align-items:center;gap:10px;margin-top:24px;font-size:15px;display:flex}.error{color:var(--danger)}.error.banner{justify-content:flex-start;margin:0 0 20px}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;flex:none;width:15px;height:15px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.spinner,.avatar-spinner{animation-duration:2.4s}}.agent{grid-template-columns:1.3fr 1fr;align-items:start;gap:32px;display:grid}.agent-portrait{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;position:relative;overflow:hidden}.agent-portrait img{aspect-ratio:1920/1200;object-fit:cover;width:100%;display:block}.portrait-pending{aspect-ratio:1920/1200;text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.portrait-pending small{opacity:.75;font-size:13px}.agent-nameplate{text-align:left;color:#fff;pointer-events:none;background:linear-gradient(#0000,#000000b8);padding:40px 20px 16px;position:absolute;inset:auto 0 0}.agent-nameplate h2{color:#fff;font-size:22px}.agent-nameplate p{opacity:.85;font-size:14px}.greeting{color:var(--text-h);quotes:"“" "”";margin:0 0 24px;font-size:19px;line-height:1.45}.greeting:before{content:open-quote}.greeting:after{content:close-quote}dl{gap:16px;margin:0;display:grid}dt{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:12px;font-weight:600}dd{margin:0;font-size:15px}dd a{color:var(--text-h)}.muted{color:var(--muted)}.tags,.swatches{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.tags li{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:13px}.swatches li{border:1px solid var(--border);border-radius:6px;width:26px;height:26px}.agent-details>.ghost{margin-top:28px}@media (width<=980px){.app{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);height:auto;position:static}.workspace{padding:24px}.agent{grid-template-columns:1fr}.intro{margin-top:6vh}form{flex-direction:column}}code{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-family:ui-monospace,Consolas,monospace;font-size:.9em}.catalog{border-top:1px solid var(--border);margin-top:28px;padding-top:24px}.catalog header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.catalog h3{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;font-size:12px;font-weight:600}.platform{background:var(--surface);border:1px solid var(--border);letter-spacing:.04em;color:var(--text);border-radius:999px;margin-left:6px;padding:2px 7px;font-size:10px}.small{font-size:13px}.icon-button{color:var(--muted);background:0 0;border:none;padding:0 0 0 8px;font-size:14px;line-height:1}.icon-button:hover:not(:disabled){color:var(--accent)}.catalog-stats{color:var(--text-h);margin-bottom:14px;font-size:15px}.catalog-stats span{color:var(--muted)}.catalog .tags{margin-bottom:16px}.link{color:var(--accent);background:0 0;border:none;padding:4px 6px;font-size:13px}.thumbs{gap:8px;margin:0 0 20px;padding:0;list-style:none;display:flex}.thumbs li{flex:1;min-width:0}.thumbs img{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);background:var(--surface);border-radius:8px;width:100%;display:block}.catalog .status,.catalog .error{justify-content:flex-start;margin-top:14px}.playground-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.playground-head h3{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;font-size:12px;font-weight:600}.chat{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.stage{aspect-ratio:16/9;background:var(--bg);position:relative}.stage img,.stage video,.stage canvas{object-fit:cover;width:100%;height:100%;display:block}.stage [hidden]{display:none}.stage-empty{width:100%;height:100%}.stage-label{color:#fff;pointer-events:none;background:linear-gradient(#0000,#000000bf);flex-direction:column;padding:44px 16px 14px;display:flex;position:absolute;inset:auto 0 0}.stage-label strong{font-size:17px;font-weight:600}.stage-label span{opacity:.85;font-size:13px}.thread{scroll-behavior:smooth;background:var(--bg);flex-direction:column;gap:10px;height:340px;padding:16px;display:flex;overflow-y:auto}.bubble-row{display:flex}.bubble-row.shopper{justify-content:flex-end}.bubble{background:var(--surface);border:1px solid var(--border);max-width:82%;color:var(--text-h);border-radius:16px 16px 16px 5px;padding:10px 14px;font-size:15px;line-height:1.45}.bubble-row.shopper .bubble{background:var(--accent);color:var(--accent-text);border-color:#0000;border-bottom-right-radius:5px;border-bottom-left-radius:16px}.bubble.typing{gap:4px;padding:14px;display:flex}.bubble.typing span{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.3s infinite blink}.bubble.typing span:nth-child(2){animation-delay:.18s}.bubble.typing span:nth-child(3){animation-delay:.36s}@keyframes blink{0%,60%,to{opacity:.25}30%{opacity:1}}@media (prefers-reduced-motion:reduce){.bubble.typing span{opacity:.5;animation:none}.thread{scroll-behavior:auto}}.chat-products{gap:8px;margin:12px 0 2px;padding:0;list-style:none;display:grid}.chat-products li{background:var(--bg);border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:7px;display:flex}.chat-products img{object-fit:cover;border:1px solid var(--border);background:var(--surface);border-radius:7px;flex:none;width:40px;height:40px}.chat-products div{flex-direction:column;min-width:0;display:flex}.chat-products a{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.chat-products .price{color:var(--muted);font-variant-numeric:tabular-nums;font-size:13px}.composer{border-top:1px solid var(--border);background:var(--surface);gap:8px;padding:12px;display:flex}.composer input{border-radius:999px;padding:10px 16px;font-size:15px}.composer button{border-radius:50%;flex:none;width:40px;height:40px;padding:0;font-size:17px;line-height:1}.thread .error{justify-content:flex-start;margin:4px 0 0}.talk,.call{z-index:1;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.talk{color:#16141c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;border-radius:999px;align-items:center;gap:9px;padding:11px 22px;font-size:15px;display:flex;box-shadow:0 6px 20px -6px #0009}.talk:hover{background:#fff}.talk-icon{background:currentColor;border-radius:999px 999px 4px 4px;flex:none;width:11px;height:17px;position:relative}.talk-icon:after{content:"";border:2px solid;border-top:none;border-radius:0 0 999px 999px;width:19px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.call{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#14121ad1;border-radius:999px;align-items:center;gap:10px;padding:7px 7px 7px 16px;display:flex}.call-state{color:#fff;white-space:nowrap;align-items:center;gap:8px;font-size:14px;display:flex}.call-state:before{content:"";background:#6ee7a8;border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite pulse}.call-state.connecting:before{background:#f5c86b}.call-state.speaking:before{background:#8b85f5;animation-duration:.7s}@keyframes pulse{50%{opacity:.25;transform:scale(.7)}}@media (prefers-reduced-motion:reduce){.call-state:before{animation:none}}.hang-up{color:#fff;background:#d5423c;border-radius:999px;padding:7px 15px;font-size:14px}.hang-up:hover{background:#c0352f}.stage-label{padding-bottom:60px}.bubble.misheard{opacity:.55;border-style:dashed}.bubble-row.shopper .bubble.misheard{color:var(--text);border:1px dashed var(--border);background:0 0}.stage-speaking{opacity:0;pointer-events:none;transition:opacity .12s;position:absolute;inset:0}.stage-speaking.playing{opacity:1}.talk.preparing{cursor:default;color:#16141c}.talk-spinner{border:2px solid #16141c33;border-top-color:#16141cbf;border-radius:50%;flex:none;width:15px;height:15px;animation:.7s linear infinite talk-spin}@keyframes talk-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.talk-spinner{animation:1.4s ease-in-out infinite talk-pulse}@keyframes talk-pulse{50%{opacity:.35}}}
