.pv-demo{display:flex;flex-direction:column;height:min(620px,82vh);max-width:760px;margin:0 auto;overflow:hidden;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.pv-demo .chat-head{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--bg-soft);font-weight:700;flex-shrink:0;z-index:3}.pv-demo-stage{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.pv-demo[data-state=loading] .pv-demo-stage{align-items:center;justify-content:center}.pv-demo-skeleton{width:88px;height:98px;border-radius:18px;background:linear-gradient(90deg,rgba(124,92,255,.06) 25%,rgba(124,92,255,.16) 37%,rgba(124,92,255,.06) 63%);background-size:400% 100%;animation:pvDemoShimmer 1.4s ease infinite}@keyframes pvDemoShimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}.pv-demo-led-wrap{margin-left:auto;display:inline-flex;align-items:center;gap:7px}.pv-demo-led{width:10px;height:10px;border-radius:50%;background:#3ddc84;box-shadow:0 0 8px 1px rgba(61,220,132,.5);animation:pvDemoLed 1.6s ease-in-out infinite}.pv-demo-led-label{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#3ddc84}@keyframes pvDemoLed{0%,100%{opacity:1}50%{opacity:.45}}@keyframes pvStar{0%,100%{opacity:.08}50%{opacity:.7}}.pv-demo .chat-stars{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.pv-demo .chat-star{position:absolute;width:2px;height:2px;border-radius:50%;background:#a78bfa;animation:pvStar var(--d,2.2s) ease-in-out infinite}.pv-demo .chat-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1;scroll-behavior:smooth}.pv-demo .bubble{padding:12px 16px;border-radius:14px;max-width:88%;font-size:.93rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.pv-demo .bubble.bot{background:0 0;align-self:flex-start;border-top-left-radius:4px}.pv-demo .bubble.me{background:var(--gradient);color:#08102a;align-self:flex-end;border-top-right-radius:4px;font-weight:600}.pv-demo-enter{animation:pvDemoEnter .35s ease both}@keyframes pvDemoEnter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pv-demo .chat-body{justify-content:flex-end;padding-bottom:0}.pv-demo-intro{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:12px 16px 8px;text-align:center}.pv-demo-intro .chat-intro-greeting{margin:0;max-width:520px;font-size:.95rem;line-height:1.45;align-self:center;text-align:center}.pv-demo--started .chat-sport-emojis,.pv-demo--started .chat-suggest,.pv-demo--started .pv-demo-intro{display:none!important}.pv-demo--started .chat-body{justify-content:flex-start}.pv-demo .chat-robot-wrap{position:relative;width:88px;height:98px;margin:0 auto;pointer-events:none;filter:drop-shadow(0 6px 24px rgba(139, 92, 246, .55))}.pv-demo .robot-svg{width:88px;height:98px;overflow:visible}.pv-demo .r-antenna-dot{animation:pvAntennaPulse 2.5s ease-in-out infinite}@keyframes pvAntennaPulse{0%,100%{opacity:.5}50%{opacity:1}}.pv-demo .r-eye-inner{animation:pvEyeBlink 4s ease-in-out infinite;transform-origin:center;transform-box:fill-box}@keyframes pvEyeBlink{0%,100%,90%{transform:scaleY(1)}95%{transform:scaleY(.05)}}.pv-demo .chat-robot-wrap:not(.talking) .robot-svg{animation:pvRobotIdle 3.5s ease-in-out infinite}@keyframes pvRobotIdle{0%,100%{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}.pv-demo .r-arm-right{transform-origin:58px 62px;transition:transform .35s cubic-bezier(.34, 1.56, .64, 1)}.pv-demo .chat-robot-wrap.talking .r-arm-right{transform:rotate(-110deg)}.pv-demo .chat-robot-wrap.talking .r-eye-glow{fill:#818cf8}.pv-demo .chat-suggest{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0 auto;padding:0 12px 10px;width:100%;max-width:380px;z-index:2;position:relative}.pv-demo .chat-suggest .chip{cursor:pointer;border:1px solid var(--border);background:var(--bg-soft);color:var(--text);padding:8px 12px;border-radius:999px;font-size:.78rem;transition:border-color .15s,transform .15s;font-family:inherit;line-height:1.25;text-align:center}.pv-demo .chat-suggest .chip:hover{border-color:var(--accent);transform:translateY(-1px)}.pv-demo .chip-label-short{display:none}.pv-demo .chat-sport-emojis{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:6px 0 10px;z-index:2;position:relative}.pv-demo .sport-emoji-btn{font-size:1.35rem;line-height:1;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:transform .12s,background .12s,border-color .12s}.pv-demo .sport-emoji-btn:hover{transform:translateY(-2px);background:rgba(124,92,250,.16);border-color:rgba(124,92,250,.5)}.pv-demo .sport-emoji-btn:active{transform:scale(.94)}.pv-demo .chat-input-area{display:flex;flex-direction:column;gap:0;flex-shrink:0;background:var(--card);border-top:1px solid var(--border)}.pv-demo .chat-input{display:flex;gap:8px;padding:10px 12px 6px;z-index:2;flex-shrink:0}.pv-demo .chat-input input{flex:1;min-width:0;padding:12px 16px;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:16px;font-family:inherit}.pv-demo .chat-input input:focus{outline:0;border-color:var(--accent)}.pv-demo .chat-input .btn{flex-shrink:0;padding:12px 18px;border-radius:999px;border:none;background:var(--gradient);color:#08102a;font-weight:700;cursor:pointer;font-family:inherit;font-size:.88rem}.pv-demo .coach-side-wrap{display:flex;justify-content:flex-end;padding:0 12px 12px;background:var(--card)}.pv-demo .coach-mode-btn{display:inline-flex;align-items:center;gap:7px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(185,28,28,.35) 0,rgba(239,68,68,.2) 100%);border:1px solid rgba(239,68,68,.55);color:#fca5a5;border-radius:999px;padding:6px 14px 6px 10px;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;letter-spacing:.03em;box-shadow:0 0 10px rgba(239,68,68,.2),inset 0 1px 0 rgba(255,255,255,.07)}.pv-demo .coach-mode-btn::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translateX(-100%);transition:transform .4s ease}.pv-demo .coach-mode-btn:hover::after{transform:translateX(100%)}.pv-demo .coach-mode-btn:hover{background:linear-gradient(135deg,rgba(185,28,28,.55) 0,rgba(239,68,68,.38) 100%);border-color:rgba(239,68,68,.9);color:#fff;box-shadow:0 0 18px rgba(239,68,68,.45),inset 0 1px 0 rgba(255,255,255,.1)}.pv-demo .coach-mode-btn-label{line-height:1.2;white-space:nowrap}.pv-demo .coach-mode-btn-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;flex-shrink:0;box-shadow:0 0 5px #ef4444;animation:pvCoachDot 2.5s ease-in-out infinite}@keyframes pvCoachDot{0%,100%{opacity:1}50%{opacity:.75}}@media (min-width:769px){.pv-demo .chat-suggest{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:8px;max-width:600px;grid-template-columns:unset}.pv-demo .chat-suggest .chip{flex:0 0 auto;white-space:nowrap;font-size:.82rem;padding:9px 14px}.pv-demo .bubble.bot{align-self:center;max-width:min(640px,92%);text-align:center}.pv-demo .bubble.me{align-self:flex-end;max-width:72%}.pv-demo--started .bubble.bot{text-align:left}}@media (max-width:540px){.pv-demo .sport-emoji-btn{width:40px;height:40px;font-size:1.2rem}.pv-demo{height:min(600px,86vh)}}.pv-demo-typing{display:inline-flex;gap:5px;padding:14px 4px;align-self:flex-start}.pv-demo-typing span{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pvDemoDot 1.2s infinite}.pv-demo-typing span:nth-child(2){animation-delay:.2s}.pv-demo-typing span:nth-child(3){animation-delay:.4s}@keyframes pvDemoDot{0%,100%,60%{transform:translateY(0);opacity:.6}30%{transform:translateY(-7px);opacity:1}}.pv-demo-ticket{border-radius:14px;overflow:hidden;font-family:system-ui,sans-serif;box-shadow:0 4px 24px rgba(0,0,0,.6);font-size:12px;max-width:440px;width:100%}.pv-demo-tk-head{background:radial-gradient(ellipse at 30% 80%,#1e3a6e 0,#0d1b3e 40%,#060d24 100%);padding:10px 14px 12px}.pv-demo-tk-head-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.pv-demo-tk-brand{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.pv-demo-tk-brand img{height:32px;width:auto;filter:brightness(1.05)}.pv-demo-tk-combo{color:rgba(255,255,255,.45);font-size:8px;letter-spacing:.07em;text-transform:uppercase}.pv-demo-tk-total-box{text-align:right}.pv-demo-tk-total-lbl{color:rgba(255,255,255,.45);font-size:8px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1px}.pv-demo-tk-total-top{color:#fff;font-size:22px;font-weight:900;line-height:1}.pv-demo-tk-rule{height:2.5px;background:linear-gradient(90deg,#7c3aed,#22d3ee)}.pv-demo-tk-legs{background:linear-gradient(180deg,rgba(245,166,35,.08) 0,#0d1130 60px);border-left:1px solid rgba(245,166,35,.35);border-right:1px solid rgba(245,166,35,.35)}.pv-demo-tk-leg{padding:10px 14px}.pv-demo-tk-leg-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:3px}.pv-demo-tk-lg{color:#f5a623;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.pv-demo-tk-time{color:#6b7280;font-size:9px}.pv-demo-tk-match{color:#fff;font-size:11px;font-weight:700}.pv-demo-tk-leg-bot{display:flex;align-items:center;justify-content:space-between;margin-top:5px;gap:8px}.pv-demo-tk-bet{background:linear-gradient(120deg,rgba(245,166,35,.18),rgba(245,166,35,.08));border:1px solid rgba(245,166,35,.4);color:#f5c842;border-radius:20px;padding:2px 10px;font-size:10px;font-weight:700}.pv-demo-tk-odd{color:#22d3ee;font-size:12px;font-weight:800;white-space:nowrap}.pv-demo-tk-dash{height:1px;margin:0 12px;background:repeating-linear-gradient(90deg,rgba(245,166,35,.3) 0,rgba(245,166,35,.3) 6px,transparent 6px,transparent 12px)}.pv-demo-tk-perf{background:#0d1130;border-left:1px solid rgba(245,166,35,.35);border-right:1px solid rgba(245,166,35,.35);padding:5px 14px;display:flex;align-items:center}.pv-demo-tk-perf-circle{width:9px;height:9px;border-radius:50%;background:#060d24;border:1px solid rgba(245,166,35,.3);flex-shrink:0}.pv-demo-tk-perf-line{flex:1;height:1px;margin:0 4px;background:repeating-linear-gradient(90deg,rgba(245,166,35,.4) 0,rgba(245,166,35,.4) 8px,transparent 8px,transparent 16px)}.pv-demo-tk-foot{background:#0d1130;border:1px solid rgba(245,166,35,.35);border-top:none;border-radius:0 0 14px 14px;padding:10px 14px 12px}.pv-demo-tk-foot-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pv-demo-tk-foot-lbl{color:#6b7280;font-size:8px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px}.pv-demo-tk-total-foot{background:linear-gradient(90deg,#7c3aed,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:22px;font-weight:900}.pv-demo-tk-conf{text-align:right}.pv-demo-tk-conf-row{display:flex;align-items:center;gap:5px;justify-content:flex-end}.pv-demo-tk-ring{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pv-demo-tk-ring-in{width:17px;height:17px;border-radius:50%;background:#0d1130;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;color:#fff}.pv-demo-tk-conf-val{color:#fff;font-size:13px;font-weight:800}.pv-demo-tk-conf-val small{color:#6b7280;font-size:10px}.pv-demo-tk-gen{background:linear-gradient(120deg,#ffe08a,#f5a623);color:#2a1c00;border-radius:999px;padding:5px 14px;font-weight:800;font-size:10px;display:flex;align-items:center;gap:5px;width:fit-content;margin:0 auto 6px}.pv-demo-tk-gen img{height:13px;width:auto}.pv-demo-tk-url{text-align:center;color:#374151;font-size:8px;letter-spacing:.5px}.pv-demo-detail{color:rgba(255,255,255,.4);font-size:.78em;margin-top:8px;padding:0 4px}.pv-demo-actions{display:flex;flex-wrap:wrap;gap:8px;max-width:320px;margin-top:4px;align-self:flex-start}.pv-demo-btn{flex:1 1 auto;border:1px solid var(--border);background:rgba(255,255,255,.05);color:var(--text);border-radius:10px;padding:9px 12px;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;transition:border-color .2s,background .2s,transform .15s;white-space:nowrap}.pv-demo-btn:hover{border-color:var(--accent);background:rgba(124,92,255,.12);transform:translateY(-1px)}.pv-demo-btn--share{border-color:rgba(124,92,255,.5);background:rgba(124,92,255,.16)}.pv-demo-btn--coach2{flex-basis:100%;border-color:rgba(239,68,68,.4)}.pv-demo-btn--coach2 .pv-demo-coach-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#ef4444;margin-right:6px;vertical-align:middle}.pv-demo-coach-alert{max-width:320px;margin-top:4px;padding:10px 14px;border-radius:10px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.35);color:#fca5a5;font-size:.82rem;line-height:1.4;align-self:flex-start}.pv-demo-modal{position:fixed;inset:0;z-index:2147483600;display:flex;align-items:center;justify-content:center;background:rgba(6,10,24,.72);backdrop-filter:blur(4px);padding:20px;animation:pvDemoFade .2s ease both}@keyframes pvDemoFade{from{opacity:0}to{opacity:1}}.pv-demo-modal[hidden]{display:none}.pv-demo-modal-card{width:100%;max-width:420px;background:var(--card,#141c38);border:1px solid rgba(245,166,35,.4);border-radius:18px;padding:26px 24px 22px;text-align:center;position:relative;box-shadow:0 24px 70px rgba(0,0,0,.6);animation:pvDemoPop .25s cubic-bezier(.34,1.56,.64,1) both}@keyframes pvDemoPop{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.pv-demo-modal-crown{font-size:2rem;line-height:1;margin-bottom:10px}.pv-demo-modal-title{font-size:1.2rem;font-weight:800;color:var(--text,#fff);margin:0 0 10px}.pv-demo-modal-body{font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.78);margin:0 0 18px}.pv-demo-modal-cta{display:inline-block;background:linear-gradient(120deg,#ffe08a,#f5a623);color:#2a1c00;font-weight:800;border-radius:999px;padding:12px 28px;text-decoration:none;font-size:1rem;border:none;cursor:pointer}.pv-demo-modal-cta:hover{filter:brightness(1.05)}.pv-demo-modal-close{position:absolute;top:10px;right:12px;background:0 0;border:none;color:rgba(255,255,255,.5);font-size:1.4rem;line-height:1;cursor:pointer;padding:4px 8px}.pv-demo-modal-close:hover{color:#fff}.pv-demo-modal-later{display:block;margin:12px auto 0;background:0 0;border:none;color:rgba(255,255,255,.5);font-size:.85rem;cursor:pointer;text-decoration:underline}.pv-demo-share-box{position:relative;width:100%;max-width:400px;background:#0d1130;border:1px solid rgba(124,92,255,.3);border-radius:16px;padding:20px;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.6);animation:pvDemoPop .25s cubic-bezier(.34,1.56,.64,1) both}.pv-demo-share-title{font-weight:700;font-size:1.05rem;color:var(--text,#fff);margin-bottom:14px}.pv-demo-share-card-wrap{display:flex;justify-content:center;margin-bottom:16px}.pv-demo-share-card-wrap .pv-ticket-card{box-shadow:0 8px 30px rgba(0,0,0,.5)}.pv-demo-share-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.pv-demo-share-btn{border-radius:10px;padding:10px 16px;font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit;border:1px solid transparent;transition:filter .15s,opacity .15s,transform .15s}.pv-demo-share-btn:disabled{opacity:.5;cursor:default}.pv-demo-share-btn:not(:disabled):hover{transform:translateY(-1px)}.pv-demo-share-dl{background:rgba(124,92,255,.2);border-color:rgba(124,92,255,.4);color:#a78bfa}.pv-demo-share-go{background:linear-gradient(135deg,#7c3aed,#22d3ee);color:#fff}.pv-demo-share-go:not(:disabled):hover{filter:brightness(1.06)}.pv-demo-share-cancel{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.6)}@media (prefers-reduced-motion:reduce){.pv-demo .chat-star,.pv-demo .coach-mode-btn-dot,.pv-demo .r-antenna-dot,.pv-demo .r-eye-inner,.pv-demo .robot-svg,.pv-demo-enter,.pv-demo-led,.pv-demo-modal,.pv-demo-modal-card,.pv-demo-skeleton,.pv-demo-typing span{animation:none!important}}