:root{color-scheme:light dark;--bg: #0f1115;--panel: #171a21;--panel-2: #1f232c;--border: #2a2f3a;--text: #e8eaed;--muted: #9aa2b1;--accent: #6ea8fe;--ok: #4caf7d;--warn: #e0a458;--error: #e05a5a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.app{max-width:1200px;margin:0 auto;padding:24px}.app__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.app__header h1{margin:0 0 4px;font-size:clamp(1.7rem,4vw,2.5rem);letter-spacing:-.035em}.app__kicker{margin:0 0 6px;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.app__subtitle{margin:0;color:var(--muted)}.mode-selector{display:grid;grid-template-columns:repeat(3,minmax(118px,1fr));padding:4px;background:var(--panel);border:1px solid var(--border);border-radius:14px}.mode-selector__item{min-width:0;padding:9px 12px;color:var(--muted);text-align:left;background:transparent;border:0;border-radius:10px;cursor:pointer}.mode-selector__item span,.mode-selector__item small{display:block}.mode-selector__item span{color:var(--text);font-size:.88rem;font-weight:700}.mode-selector__item small{margin-top:2px;font-size:.68rem;white-space:nowrap}.mode-selector__item--active{background:var(--panel-2);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 45%,transparent)}.mode-selector__item--active span,.mode-selector__item--active small{color:var(--accent)}.mode-selector__item:disabled{cursor:wait;opacity:.55}.app__main{display:grid;grid-template-columns:1fr 1fr;gap:24px}.app__main--search{grid-template-columns:1fr}.search-intro{padding:clamp(22px,5vw,42px);overflow:hidden;background:radial-gradient(circle at 90% 10%,rgb(110 168 254 / 22%),transparent 38%),linear-gradient(135deg,var(--panel),#171f2d);border:1px solid var(--border);border-radius:16px}.search-intro__eyebrow,.audio-stage__eyebrow{margin:0 0 8px;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.search-intro h2{margin:0 0 10px;font-size:clamp(1.6rem,5vw,2.6rem);letter-spacing:-.035em}.search-intro p:last-child{max-width:620px;margin:0;color:var(--muted);line-height:1.55}.search-error{padding:12px 14px;color:var(--error);font-size:.88rem;background:color-mix(in srgb,var(--error) 9%,var(--panel));border:1px solid color-mix(in srgb,var(--error) 40%,var(--border));border-radius:10px}@media(max-width:860px){.app__header{align-items:stretch;flex-direction:column}.app__main{grid-template-columns:1fr}}.app__left,.app__right{display:flex;flex-direction:column;gap:16px}.avatar-stage{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:12px;aspect-ratio:16 / 9;overflow:hidden}.avatar-stage__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.avatar-stage__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.avatar-stage__video--hidden{opacity:.001;pointer-events:none}.avatar-stage__canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none}.avatar-stage__canvas--active{opacity:1}.avatar-stage__placeholder{position:absolute;z-index:3;color:var(--muted);font-size:.9rem}.avatar-stage__controls{position:absolute;z-index:3;bottom:12px;left:12px;display:flex;gap:8px}.avatar-stage__controls button{padding:10px 16px;border-radius:8px;border:none;background:var(--accent);color:#0f1115;font-weight:600;cursor:pointer}.avatar-stage__controls button:disabled{opacity:.6;cursor:not-allowed}.audio-stage{position:relative;display:flex;min-height:360px;align-items:center;flex-direction:column;justify-content:center;padding:36px 24px 28px;overflow:hidden;text-align:center;background:radial-gradient(circle at 50% 32%,rgb(110 168 254 / 17%),transparent 36%),var(--panel);border:1px solid var(--border);border-radius:12px}.audio-stage__orb{position:relative;width:108px;height:108px;margin-bottom:26px;background:radial-gradient(circle at 35% 30%,#d9e9ff,var(--accent) 38%,#315f9f 76%);border:1px solid rgb(255 255 255 / 30%);border-radius:50%;box-shadow:0 0 0 14px #6ea8fe14,0 18px 60px #27589b6b}.audio-stage__orb span{position:absolute;top:28%;right:28%;bottom:28%;left:28%;border:2px solid rgb(15 17 21 / 60%);border-width:0 2px;border-radius:45%}.audio-stage__orb--listening{animation:audio-listening 1.8s ease-in-out infinite}.audio-stage__orb--speaking{animation:audio-speaking .72s ease-in-out infinite alternate}.audio-stage h2{margin:0;font-size:2rem;letter-spacing:-.03em}.audio-stage__activity{margin:6px 0 0;color:var(--accent);font-size:.9rem;font-weight:600}.audio-stage__description{max-width:390px;margin:14px 0 22px;color:var(--muted);font-size:.9rem;line-height:1.5}.audio-stage__controls button{padding:11px 18px;color:#0f1115;font-weight:700;background:var(--accent);border:0;border-radius:9px;cursor:pointer}.audio-stage__controls button:disabled{cursor:wait;opacity:.6}@keyframes audio-listening{50%{box-shadow:0 0 0 22px #6ea8fe0d,0 18px 70px #27589b8a}}@keyframes audio-speaking{to{transform:scale(1.08);box-shadow:0 0 0 22px #6ea8fe1a,0 18px 80px #27589ba6}}.status-panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px}.status-panel__row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.status-panel__row button{margin-left:auto;padding:5px 8px;color:var(--text);font-size:.74rem;background:var(--panel-2);border:1px solid var(--border);border-radius:6px;cursor:pointer}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--muted)}.status-dot--connected{background:var(--ok)}.status-dot--starting,.status-dot--stopping{background:var(--warn)}.status-dot--error{background:var(--error)}.status-panel__warning{color:var(--warn);font-size:.85rem;margin-bottom:8px}.status-panel__error{color:var(--error);font-size:.85rem;margin-bottom:8px}.transcript{max-height:220px;overflow-y:auto;font-size:.9rem}.transcript__empty{color:var(--muted)}.transcript__line{margin:4px 0}.transcript__line--avatar{color:var(--accent)}.debug-log{margin-top:8px;font-size:.8rem;color:var(--muted)}.debug-log__lines{max-height:160px;overflow-y:auto;font-family:monospace}.debug-log__line{margin:2px 0;word-break:break-all}.search-bar{display:flex;gap:8px}.search-bar input{flex:1;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--panel-2);color:var(--text)}.search-bar input[type=number]{flex:0 0 160px}.search-bar button{padding:10px 16px;border-radius:8px;border:none;background:var(--accent);color:#0f1115;font-weight:600;cursor:pointer}.search-bar button:disabled{cursor:wait;opacity:.6}.carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.carousel-empty{color:var(--muted);padding:24px;text-align:center;border:1px dashed var(--border);border-radius:12px}.product-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.product-card__image{aspect-ratio:1 / 1;background:var(--panel-2);display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;object-fit:contain}.product-card__image-fallback{color:var(--muted);font-size:.8rem}.product-card__body{padding:12px;display:flex;flex-direction:column;gap:6px}.product-card__title{font-size:.95rem;margin:0;line-height:1.3}.product-card__meta{display:flex;justify-content:space-between;font-size:.85rem;color:var(--muted)}.product-card__price{color:var(--ok);font-weight:600}.product-card__catalog{max-width:58%;padding:2px 7px;overflow:hidden;color:var(--text);background:var(--panel-2);border:1px solid var(--border);border-radius:999px;text-overflow:ellipsis;white-space:nowrap}.product-card__reason{margin:0;font-size:.8rem;color:var(--muted)}.product-card__link{color:var(--accent);font-size:.85rem;text-decoration:none}.product-card__link:hover{text-decoration:underline}@media(max-width:620px){.app{padding:16px}.mode-selector{grid-template-columns:repeat(3,1fr)}.mode-selector__item{padding:9px 8px;text-align:center}.mode-selector__item small{display:none}.search-bar{flex-wrap:wrap}.search-bar input[type=text]{flex-basis:100%}.search-bar input[type=number]{flex:1 1 150px;min-width:0}.search-bar button{flex:1 1 120px}}@media(prefers-reduced-motion:reduce){.audio-stage__orb{animation:none}}.chat-stage{display:flex;flex-direction:column;gap:12px;min-height:320px}.chat-stage--idle{align-items:flex-start;padding:24px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.chat-stage__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0}.chat-stage__start{padding:10px 18px;border-radius:10px;border:none;cursor:pointer}.chat-stage__messages{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow-y:auto;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.chat-stage__hint{color:var(--muted);font-size:.9rem;text-align:center}.chat-stage__msg{max-width:85%;padding:8px 12px;border-radius:12px;font-size:.9rem}.chat-stage__msg p{margin:4px 0 0}.chat-stage__msg--kim{align-self:flex-start;background:var(--panel-2)}.chat-stage__msg--user{align-self:flex-end;background:var(--accent-dim, #123);text-align:right}.chat-stage__who{font-size:.72rem;color:var(--muted)}.chat-stage__input{display:flex;gap:8px}.chat-stage__input input{flex:1;padding:10px 12px;border-radius:10px;border:1px solid var(--border)}.carousel-groups{display:flex;flex-direction:column;gap:20px}.carousel-group__title{display:flex;align-items:baseline;gap:10px;font-size:1rem;margin:0 0 8px}.carousel-group__count{font-size:.78rem;color:var(--muted);font-weight:400}.search-progress{border:1px solid var(--border);border-radius:12px;background:var(--panel);padding:14px 16px;display:flex;flex-direction:column;gap:12px}.search-progress__head{display:flex;align-items:center;gap:8px}.search-progress__head h3{margin:0;font-size:.95rem}.search-progress__label{color:var(--muted);font-weight:400}.search-progress__dot{width:8px;height:8px;border-radius:50%;background:var(--muted);flex:none}.search-progress__dot.is-live{background:var(--ok, #4ade80);animation:search-pulse 1.1s ease-in-out infinite}@keyframes search-pulse{0%,to{opacity:1}50%{opacity:.25}}@media(prefers-reduced-motion:reduce){.search-progress__dot.is-live{animation:none}}.search-progress__sources{list-style:none;margin:0;padding:0;display:grid;gap:8px}.search-progress__source{border-left:3px solid var(--border);padding:6px 10px;background:var(--panel-2);border-radius:0 8px 8px 0}.search-progress__source-top{display:flex;justify-content:space-between;gap:10px;font-size:.88rem}.search-progress__state{color:var(--muted);font-size:.78rem;white-space:nowrap}.search-progress__reason{margin:3px 0 0;font-size:.78rem;color:var(--muted);line-height:1.35}.search-progress__source.src--running{border-left-color:#38bdf8}.search-progress__source.src--done{border-left-color:var(--ok, #4ade80)}.search-progress__source.src--error{border-left-color:#f87171}.search-progress__source.src--reserve{border-left-color:#a78bfa}.search-progress__source.src--skipped{border-left-color:#64748b;opacity:.75}.search-progress__source.src--excluded{border-left-color:#475569;opacity:.6}.search-progress__log{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:.82rem;color:var(--muted);max-height:190px;overflow-y:auto}.search-progress__step{padding-left:12px;border-left:2px solid var(--border)}.search-progress__step.step--ranking,.search-progress__step.step--done,.search-progress__step.step--tier_skipped{color:var(--text, inherit);border-left-color:var(--ok, #4ade80)}.search-progress__step.step--catalog_error{border-left-color:#f87171}
