.pb-wrap.svelte-1akpjas{width:100%;max-width:400px;background:var(--cv-bg-surface);border:1px solid var(--cv-accent-border);border-radius:10px;overflow:hidden;box-shadow:0 24px 64px -32px #000000b3}.pb-titlebar.svelte-1akpjas{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--cv-bg-deep);border-bottom:1px solid rgba(199,210,79,.1)}.pb-dot.svelte-1akpjas{width:8px;height:8px;border-radius:50%;background:#c7d24f2e}.pb-dot.svelte-1akpjas:first-child{background:#c7d24f59}.pb-url.svelte-1akpjas{margin-left:8px;font:400 11px/1 var(--cv-font-body);color:var(--cv-text-faint);letter-spacing:.04em}.pb-canvas.svelte-1akpjas{position:relative;height:260px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.pb-cursor.svelte-1akpjas{position:absolute;transform:translate(-2px,-2px);color:var(--cv-accent);pointer-events:none;z-index:10;transition:left .5s cubic-bezier(.22,1,.36,1),top .5s cubic-bezier(.22,1,.36,1);filter:drop-shadow(0 0 5px rgba(199,210,79,.6))}.pb-block.svelte-1akpjas{border:1px dashed rgba(199,210,79,.12);border-radius:3px;padding:8px 10px;transition:border-color .3s ease,background .3s ease,opacity .3s ease;opacity:.3;display:flex;align-items:center;gap:8px}.pb-block.active.svelte-1akpjas{border-color:#c7d24f73;background:#c7d24f0a;opacity:1;animation:svelte-1akpjas-block-appear .4s ease both}.pb-nav.svelte-1akpjas{flex-shrink:0}.pb-block-line.svelte-1akpjas{display:block;height:6px;border-radius:100px;background:#c7d24f38}.pb-line-logo.svelte-1akpjas{width:40px;background:#c7d24f73}.pb-line-nav.svelte-1akpjas{width:28px}.pb-line-nav-sm.svelte-1akpjas{width:20px;margin-left:auto}.pb-hero.svelte-1akpjas{flex-direction:column;align-items:flex-start;flex-shrink:0;gap:7px;padding:10px 12px}.pb-hero-h1.svelte-1akpjas{width:75%;height:10px;background:#c7d24f4d}.pb-hero-sub.svelte-1akpjas{width:55%;height:6px}.pb-hero-cta.svelte-1akpjas{width:72px;height:18px;border-radius:100px;background:#c7d24f59;margin-top:4px}.pb-cols.svelte-1akpjas{gap:6px;align-items:stretch;flex-shrink:0;padding:8px 10px}.pb-col.svelte-1akpjas{flex:1;height:40px;border-radius:2px;background:#c7d24f14;border:1px dashed rgba(199,210,79,.18);display:block}.pb-cols.active.svelte-1akpjas .pb-col:where(.svelte-1akpjas){background:#c7d24f1a;border-color:#c7d24f4d}.pb-content.svelte-1akpjas{flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0}.pb-content-h.svelte-1akpjas{width:45%;height:8px;background:#c7d24f4d}.pb-content-p.svelte-1akpjas{width:90%}.pb-content-p2.svelte-1akpjas{width:70%}.pb-footer.svelte-1akpjas{flex-direction:column;align-items:center;gap:5px;margin-top:auto;background:#00000026}.pb-footer-line.svelte-1akpjas{width:60%}.pb-footer-line2.svelte-1akpjas{width:40%}.pb-status.svelte-1akpjas{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--cv-bg-deep);border-top:1px solid rgba(199,210,79,.1);font:400 11px/1 var(--cv-font-body);color:var(--cv-text-faint);letter-spacing:.02em}.pb-status.svelte-1akpjas strong:where(.svelte-1akpjas){color:var(--cv-accent);font-weight:600}.pb-pulse.svelte-1akpjas{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--cv-accent);flex-shrink:0;animation:svelte-1akpjas-pulse-dot 1.8s infinite}@keyframes svelte-1akpjas-block-appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1akpjas-pulse-dot{0%{box-shadow:0 0 #c7d24f80}70%{box-shadow:0 0 0 6px #c7d24f00}to{box-shadow:0 0 #c7d24f00}}@media(max-width:768px){.pb-wrap.svelte-1akpjas{max-width:100%}.pb-canvas.svelte-1akpjas{height:220px}}@media(max-width:1024px)and (min-width:769px){.pb-canvas.svelte-1akpjas{height:240px}}@media(prefers-reduced-motion:reduce){.pb-cursor.svelte-1akpjas{transition:none}.pb-block.active.svelte-1akpjas,.pb-pulse.svelte-1akpjas{animation:none}}.chat-wrap.svelte-qphqg6{width:100%;max-width:480px;background:#111d0d;border:1px solid rgba(199,210,79,.14);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;min-height:320px}.chat-head.svelte-qphqg6{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid rgba(199,210,79,.1);flex-shrink:0}.chat-mark.svelte-qphqg6{color:var(--cv-accent);font-size:14px}.chat-name.svelte-qphqg6{font:700 13px/1 var(--cv-font-display);color:var(--cv-text-primary)}.chat-status.svelte-qphqg6{font:400 11px/1 var(--cv-font-body);color:var(--cv-text-dim);margin-left:auto}.chat-body.svelte-qphqg6{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:20px;overflow:hidden}.bubble.svelte-qphqg6{max-width:86%;padding:11px 15px;border-radius:13px;font:400 13px/1.5 var(--cv-font-body);animation:svelte-qphqg6-pop-in .35s ease both}.bubble-user.svelte-qphqg6{align-self:flex-end;background:var(--cv-accent);color:#11150e;font-weight:500;border-bottom-right-radius:3px}.bubble-agent.svelte-qphqg6{align-self:flex-start;background:var(--cv-bg-surface, #1a2416);color:var(--cv-text-secondary);border-bottom-left-radius:3px;display:flex;gap:8px;align-items:flex-start}.bubble-mark.svelte-qphqg6{color:var(--cv-accent);flex-shrink:0;font-size:11px;line-height:1.5}.dots.svelte-qphqg6{display:inline-flex;gap:4px;align-items:center;padding:3px 0}.dots.svelte-qphqg6 i:where(.svelte-qphqg6){width:5px;height:5px;border-radius:50%;background:var(--cv-text-faint);animation:svelte-qphqg6-blink 1.2s infinite ease-in-out}.dots.svelte-qphqg6 i:where(.svelte-qphqg6):nth-child(2){animation-delay:.2s}.dots.svelte-qphqg6 i:where(.svelte-qphqg6):nth-child(3){animation-delay:.4s}@keyframes svelte-qphqg6-pop-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-qphqg6-blink{0%,60%,to{opacity:.3}30%{opacity:1}}@media(prefers-reduced-motion:reduce){.bubble.svelte-qphqg6{animation:none}.dots.svelte-qphqg6 i:where(.svelte-qphqg6){animation:none}}.tu-wrap.svelte-17yp4jx{width:100%;max-width:400px;background:var(--cv-bg-surface);border:1px solid var(--cv-accent-border);border-radius:10px;overflow:hidden;box-shadow:0 24px 64px -32px #000000b3}.tu-titlebar.svelte-17yp4jx{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--cv-bg-deep);border-bottom:1px solid rgba(199,210,79,.1)}.tu-dot.svelte-17yp4jx{width:8px;height:8px;border-radius:50%;background:#c7d24f2e}.tu-dot.svelte-17yp4jx:first-child{background:#c7d24f59}.tu-url.svelte-17yp4jx{margin-left:8px;font:400 11px/1 var(--cv-font-body);color:var(--cv-text-faint);letter-spacing:.04em}.tu-canvas.svelte-17yp4jx{height:260px;display:flex;align-items:center;justify-content:center;padding:8px 12px;overflow:hidden}.tu-svg.svelte-17yp4jx{width:100%;height:100%;max-width:360px}.tu-edge.svelte-17yp4jx{stroke:#c7d24f1a;stroke-width:1;transition:stroke .45s ease,stroke-width .45s ease}.tu-edge-lit.svelte-17yp4jx{stroke:#c7d24f47}.tu-edge-active.svelte-17yp4jx{stroke:#c7d24f8c;stroke-width:1.5}.tu-member-circle.svelte-17yp4jx{fill:#c7d24f05;stroke:#c7d24f26;stroke-width:1.2;transition:fill .5s ease,stroke .5s ease}.tu-member-stroke.svelte-17yp4jx{fill:none;stroke:#c7d24f40;stroke-width:1.3;transition:stroke .5s ease}.tu-lit.tu-member-circle.svelte-17yp4jx{fill:#c7d24f17;stroke:#c7d24f8c}.tu-lit.tu-member-stroke.svelte-17yp4jx{stroke:var(--cv-accent)}.tu-badge.svelte-17yp4jx{animation:svelte-17yp4jx-badge-pop .3s ease both}.tu-status.svelte-17yp4jx{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--cv-bg-deep);border-top:1px solid rgba(199,210,79,.1);font:400 11px/1 var(--cv-font-body);color:var(--cv-text-faint);letter-spacing:.02em}.tu-status.svelte-17yp4jx strong:where(.svelte-17yp4jx){color:var(--cv-accent);font-weight:600}.tu-pulse.svelte-17yp4jx{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--cv-accent);flex-shrink:0;animation:svelte-17yp4jx-pulse-dot 1.8s infinite}@keyframes svelte-17yp4jx-pulse-dot{0%{box-shadow:0 0 #c7d24f80}70%{box-shadow:0 0 0 6px #c7d24f00}to{box-shadow:0 0 #c7d24f00}}@keyframes svelte-17yp4jx-badge-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.tu-wrap.svelte-17yp4jx{max-width:100%}.tu-canvas.svelte-17yp4jx{height:220px}}@media(max-width:1024px)and (min-width:769px){.tu-canvas.svelte-17yp4jx{height:240px}}@media(prefers-reduced-motion:reduce){.tu-pulse.svelte-17yp4jx,.tu-badge.svelte-17yp4jx{animation:none}}
