.pvpf{--pvpf-ink:#07152f;--pvpf-muted:#627086;--pvpf-accent:#2764ff;display:block;overflow:hidden;background:radial-gradient(circle at 50% -15%,color-mix(in srgb,var(--pvpf-accent) 9%,transparent),transparent 34%),#eef1f5;color:var(--pvpf-ink)}
.pvpf *{box-sizing:border-box}.pvpf button,.pvpf a{font:inherit}.pvpf__inner{width:min(100% - 38px,1600px);margin:auto;padding:72px 0 28px}.pvpf__header{max-width:1050px;margin:0 auto 28px;text-align:center}.pvpf__header p{margin:0 0 10px;color:var(--pvpf-accent);font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.pvpf__header h2{margin:0;font-size:clamp(42px,5.3vw,76px);line-height:.98;letter-spacing:-.06em}.pvpf__header>div{max-width:690px;margin:17px auto 0;color:var(--pvpf-muted);font-size:clamp(14px,1.3vw,19px);line-height:1.55}
.pvpf__stage{position:relative;min-height:730px;overflow:hidden;border:1px solid rgba(7,21,47,.1);border-radius:25px;background:var(--pvpf-bg);box-shadow:0 32px 90px rgba(31,44,69,.14)}.pvpf__stage:before,.pvpf__stage:after{position:absolute;z-index:1;border:1px solid color-mix(in srgb,var(--pvpf-accent) 8%,transparent);border-radius:50%;content:"";pointer-events:none}.pvpf__stage:before{width:460px;height:460px;top:-345px;left:-145px;box-shadow:0 0 0 85px color-mix(in srgb,var(--pvpf-accent) 2%,transparent),0 0 0 170px color-mix(in srgb,var(--pvpf-accent) 1%,transparent)}.pvpf__stage:after{width:380px;height:380px;right:-260px;bottom:-250px;box-shadow:0 0 0 80px color-mix(in srgb,var(--pvpf-accent) 2%,transparent)}
.pvpf__viewport{position:absolute;inset:0}.pvpf__viewport canvas{display:block;width:100%;height:100%;outline:0;touch-action:none}.pvpf__status{position:absolute;z-index:7;top:21px;left:22px;display:flex;align-items:center;gap:11px;padding:11px 14px;border:1px solid rgba(7,21,47,.1);border-radius:13px;background:rgba(255,255,255,.88);box-shadow:0 12px 34px rgba(24,38,66,.09);backdrop-filter:blur(12px)}.pvpf__status i{width:9px;height:9px;border-radius:50%;background:#9ca6b6;box-shadow:0 0 0 5px rgba(115,128,148,.1);animation:pvpf-breathe 1.4s ease-in-out infinite}.pvpf__status.is-ready i{background:var(--pvpf-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--pvpf-accent) 11%,transparent);animation:none}.pvpf__status span,.pvpf__status strong,.pvpf__status small{display:block}.pvpf__status strong{font-size:11px}.pvpf__status small{margin-top:3px;color:var(--pvpf-muted);font-size:9px}
.pvpf__views{position:absolute;z-index:7;top:92px;left:22px;display:grid;min-width:105px;overflow:hidden;border:1px solid rgba(7,21,47,.1);border-radius:13px;background:rgba(255,255,255,.88);box-shadow:0 12px 34px rgba(24,38,66,.09);backdrop-filter:blur(12px)}.pvpf__views>span{padding:10px 13px 8px;color:#8c97a8;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.pvpf__views button{min-height:36px;padding:0 13px;border:0;border-top:1px solid rgba(7,21,47,.07);background:transparent;color:var(--pvpf-ink);cursor:pointer;font-size:10px;font-weight:700;text-align:left;text-transform:capitalize;transition:.18s}.pvpf__views button:hover{background:color-mix(in srgb,var(--pvpf-accent) 7%,transparent)}.pvpf__views button.is-active{background:var(--pvpf-ink);color:#fff}
.pvpf__loader{position:absolute;z-index:8;top:50%;left:50%;display:grid;min-width:250px;justify-items:center;gap:7px;padding:24px;transform:translate(-50%,-50%);text-align:center}.pvpf__loader>i{width:54px;height:54px;margin-bottom:5px;border:2px solid rgba(7,21,47,.1);border-top-color:var(--pvpf-accent);border-radius:50%;animation:pvpf-spin 1.1s linear infinite}.pvpf__loader strong{font-size:13px}.pvpf__loader small{color:var(--pvpf-muted);font-size:11px}
.pvpf__labels{position:absolute;z-index:6;inset:0;pointer-events:none}.pvpf__labels button{position:absolute;display:flex;align-items:center;gap:8px;min-height:36px;padding:5px 11px 5px 5px;transform:translate(-50%,-50%) scale(.92);border:1px solid rgba(7,21,47,.13);border-radius:999px;background:rgba(255,255,255,.93);box-shadow:0 10px 26px rgba(20,36,66,.13);color:var(--pvpf-ink);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .24s,transform .24s,background .18s,color .18s;white-space:nowrap;backdrop-filter:blur(10px)}.pvpf__labels button:after{position:absolute;bottom:-15px;left:50%;width:1px;height:15px;background:linear-gradient(var(--pvpf-accent),transparent);content:""}.pvpf__labels button span{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--pvpf-accent) 10%,white);color:var(--pvpf-accent);font-size:8px;font-weight:800}.pvpf__labels button strong{font-size:10px}.pvpf__labels.is-open button[data-visible="true"]{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:auto}.pvpf__labels button:hover,.pvpf__labels button.is-active{border-color:var(--pvpf-ink);background:var(--pvpf-ink);color:#fff}.pvpf__labels button:hover span,.pvpf__labels button.is-active span{background:var(--pvpf-accent);color:#fff}
.pvpf__details{position:absolute;z-index:9;right:25px;bottom:94px;display:grid;grid-template-columns:46px 1fr;gap:15px;width:min(355px,calc(100% - 40px));padding:22px;border:1px solid rgba(7,21,47,.12);border-radius:17px;background:rgba(255,255,255,.95);box-shadow:0 22px 60px rgba(22,38,68,.19);backdrop-filter:blur(16px);animation:pvpf-card .22s ease-out}.pvpf__details[hidden]{display:none}.pvpf__details>button{position:absolute;top:9px;right:11px;border:0;background:transparent;color:#788397;cursor:pointer;font-size:20px}.pvpf__details>span{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--pvpf-accent) 10%,white);color:var(--pvpf-accent);font-size:10px;font-weight:800}.pvpf__details small{color:var(--pvpf-accent);font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.pvpf__details h3{margin:5px 20px 7px 0;font-size:19px;letter-spacing:-.03em}.pvpf__details p{margin:0 0 11px;color:var(--pvpf-muted);font-size:11px;line-height:1.55}.pvpf__details a{color:var(--pvpf-accent);font-size:11px;font-weight:800;text-decoration:none}.pvpf__details a b{display:inline-block;margin-left:5px;transition:transform .18s}.pvpf__details a:hover b{transform:translateX(4px)}
.pvpf__controls{position:absolute;z-index:8;bottom:24px;left:50%;display:flex;align-items:center;gap:3px;padding:7px;transform:translateX(-50%);border:1px solid rgba(7,21,47,.11);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 14px 38px rgba(23,39,69,.14);backdrop-filter:blur(14px)}.pvpf__controls button{min-height:38px;padding:0 13px;border:0;background:transparent;color:var(--pvpf-ink);cursor:pointer;font-size:10px;font-weight:700;white-space:nowrap}.pvpf__controls button:hover:not(:disabled){color:var(--pvpf-accent)}.pvpf__controls button:disabled{cursor:wait;opacity:.4}.pvpf__controls button>span{margin-left:4px}.pvpf__controls>i{width:1px;height:23px;background:rgba(7,21,47,.13)}.pvpf__controls .pvpf__explore{padding-inline:18px;border-radius:9px;background:var(--pvpf-ink);color:#fff}.pvpf__controls .pvpf__explore:hover:not(:disabled),.pvpf__controls .pvpf__explore[aria-pressed="true"]{background:var(--pvpf-accent);color:#fff}.pvpf__hint{position:absolute;z-index:5;right:24px;top:24px;display:flex;align-items:center;gap:9px;color:var(--pvpf-muted);pointer-events:none}.pvpf__hint strong{color:var(--pvpf-ink);font-size:13px}.pvpf__hint small{font-size:9px;font-weight:600}
.pvpf__mobile-systems{display:none}.pvpf__footer{display:flex;justify-content:center;gap:42px;padding:19px 0 0;color:var(--pvpf-muted);font-size:10px}.pvpf__footer span{display:flex;align-items:center;gap:6px}.pvpf__footer b{color:var(--pvpf-accent);font-size:12px}
@keyframes pvpf-spin{to{transform:rotate(360deg)}}@keyframes pvpf-breathe{50%{opacity:.42}}@keyframes pvpf-card{from{transform:translateY(8px);opacity:0}}
@media(max-width:900px){.pvpf__inner{width:min(100% - 22px,850px);padding-top:54px}.pvpf__header h2{font-size:48px}.pvpf__stage{min-height:650px}.pvpf__details{bottom:87px}.pvpf__footer{flex-wrap:wrap;gap:12px 25px}}
@media(max-width:650px){.pvpf__inner{padding-top:42px}.pvpf__header{margin-bottom:20px}.pvpf__header h2{font-size:40px}.pvpf__header>div{font-size:13px}.pvpf__stage{min-height:570px;border-radius:18px}.pvpf__status{top:13px;left:13px}.pvpf__status small{display:none}.pvpf__hint{top:22px;right:15px}.pvpf__hint small{display:none}.pvpf__views{top:66px;right:12px;left:12px;grid-template-columns:repeat(4,1fr);min-width:0}.pvpf__views>span{display:none}.pvpf__views button{border-top:0;border-left:1px solid rgba(7,21,47,.07);text-align:center}.pvpf__views button:first-of-type{border-left:0}.pvpf__labels{display:none}.pvpf__details{right:12px;bottom:80px;left:12px;width:auto;padding:17px;grid-template-columns:40px 1fr}.pvpf__details>span{width:40px;height:40px}.pvpf__controls{right:12px;bottom:13px;left:12px;width:auto;transform:none;justify-content:space-between}.pvpf__controls button{flex:1;padding-inline:7px}.pvpf__controls button:first-child span,.pvpf__controls>i{display:none}.pvpf__controls .pvpf__explore{padding-inline:8px}.pvpf__mobile-systems{display:flex;gap:7px;overflow-x:auto;padding:12px 1px 3px;scrollbar-width:none}.pvpf__mobile-systems::-webkit-scrollbar{display:none}.pvpf__mobile-systems button{display:flex;flex:0 0 auto;align-items:center;gap:7px;min-height:40px;padding:0 12px 0 7px;border:1px solid rgba(7,21,47,.12);border-radius:999px;background:#fff;color:var(--pvpf-ink);font-size:10px;font-weight:700}.pvpf__mobile-systems button span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--pvpf-accent) 10%,white);color:var(--pvpf-accent);font-size:8px}.pvpf__mobile-systems button.is-active{background:var(--pvpf-ink);color:#fff}.pvpf__mobile-systems button.is-active span{background:var(--pvpf-accent);color:#fff}.pvpf__footer{justify-content:flex-start;padding:16px 2px 0}.pvpf__footer span:last-child{display:none}}
@media(max-width:390px){.pvpf__header h2{font-size:35px}.pvpf__stage{min-height:540px}.pvpf__controls button{font-size:9px}.pvpf__details p{font-size:10px}}
@media(prefers-reduced-motion:reduce){.pvpf__loader i,.pvpf__status i{animation:none}.pvpf__labels button,.pvpf__details,.pvpf__controls button{transition:none}}
/* Parts-focus mobile and performance refinements. */
.pvpf{overflow-x:hidden;overflow-y:visible}.pvpf__inner{content-visibility:auto;contain-intrinsic-size:900px;contain:layout style}.pvpf__stage{contain:layout paint style}
.pvpf__progress{width:168px;height:4px;margin-top:4px;overflow:hidden;border-radius:999px;background:rgba(7,21,47,.09)}.pvpf__progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1748d5,var(--pvpf-accent));transition:width .2s ease}
.pvpf button:focus-visible,.pvpf a:focus-visible{outline:2px solid var(--pvpf-accent);outline-offset:3px}
@media(max-width:900px){.pvpf__inner{width:min(100% - 22px,850px);padding:54px 0 22px}.pvpf__header{max-width:720px;margin-bottom:23px}.pvpf__header h2{font-size:clamp(40px,7vw,53px)}.pvpf__stage{min-height:680px}}
@media(max-width:650px){
.pvpf{background:radial-gradient(circle at 50% -8%,color-mix(in srgb,var(--pvpf-accent) 9%,transparent),transparent 27%),#eef1f5}.pvpf__inner{width:calc(100% - 16px);padding:38px 0 max(20px,env(safe-area-inset-bottom))}.pvpf__header{margin-bottom:17px;padding:0 8px}.pvpf__header p{margin-bottom:8px;font-size:9px;letter-spacing:.14em}.pvpf__header h2{font-size:clamp(32px,10vw,42px);line-height:1.02;letter-spacing:-.055em}.pvpf__header>div{max-width:480px;margin-top:11px;font-size:12px;line-height:1.48}.pvpf__stage{min-height:630px;border-radius:19px;box-shadow:0 22px 54px rgba(31,44,69,.13)}.pvpf__stage:before{width:310px;height:310px;top:-235px;left:-120px}.pvpf__stage:after{display:none}.pvpf__status{top:12px;left:12px;max-width:calc(100% - 24px);gap:9px;padding:9px 11px;border-radius:11px}.pvpf__status strong{overflow:hidden;max-width:210px;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pvpf__hint{display:none}.pvpf__views{top:60px;right:12px;left:12px;border-radius:11px}.pvpf__views button{min-height:38px;font-size:9px;touch-action:manipulation}.pvpf__loader{top:49%;min-width:220px;padding:18px}.pvpf__loader>i{width:46px;height:46px}.pvpf__loader strong{font-size:12px}.pvpf__progress{width:150px}.pvpf__details{right:11px;bottom:78px;left:11px;grid-template-columns:38px 1fr;gap:12px;width:auto;max-height:184px;overflow:auto;padding:15px;border-radius:15px}.pvpf__details>span{width:38px;height:38px}.pvpf__details h3{margin:3px 20px 5px 0;font-size:17px}.pvpf__details p{margin-bottom:8px;font-size:10px;line-height:1.45}.pvpf__details a{font-size:10px}.pvpf__controls{right:11px;bottom:max(11px,env(safe-area-inset-bottom));left:11px;min-height:52px;padding:6px;border-radius:13px}.pvpf__controls button{min-height:39px;padding-inline:6px;font-size:9px;touch-action:manipulation}.pvpf__controls .pvpf__explore{padding-inline:7px}.pvpf__mobile-systems{gap:8px;margin-inline:-1px;padding:12px 1px 4px;scroll-padding-inline:1px;scroll-snap-type:x proximity}.pvpf__mobile-systems button{min-height:42px;padding:0 13px 0 7px;scroll-snap-align:start;font-size:10px;touch-action:manipulation}.pvpf__footer{justify-content:center;gap:10px 20px;padding:14px 3px 0;text-align:center}.pvpf__footer span{font-size:9px}}
@media(max-width:480px){.pvpf__stage{min-height:610px}.pvpf__status strong{max-width:190px}.pvpf__controls button:first-child{max-width:50px;font-size:15px}.pvpf__controls button:last-child{max-width:76px}}
@media(max-width:390px){.pvpf__inner{width:calc(100% - 12px)}.pvpf__header h2{font-size:32px}.pvpf__header>div{font-size:11px}.pvpf__stage{min-height:590px;border-radius:16px}.pvpf__status strong{max-width:160px}.pvpf__details{max-height:176px}.pvpf__controls button{font-size:8px}.pvpf__controls button:first-child{font-size:14px}}
@media(max-width:900px) and (max-height:560px) and (orientation:landscape){.pvpf__inner{padding-top:18px}.pvpf__header{margin-bottom:11px}.pvpf__header p,.pvpf__header>div{display:none}.pvpf__header h2{font-size:30px}.pvpf__stage{min-height:500px}.pvpf__status{top:10px;left:10px}.pvpf__views{top:10px;right:10px;left:178px}.pvpf__details{bottom:70px;left:auto;width:300px}.pvpf__controls{bottom:9px}}
@media(hover:none) and (pointer:coarse){.pvpf__viewport canvas{touch-action:none}.pvpf__labels button:hover{border-color:rgba(7,21,47,.13);background:rgba(255,255,255,.93);color:var(--pvpf-ink)}.pvpf__labels button:hover span{background:color-mix(in srgb,var(--pvpf-accent) 10%,white);color:var(--pvpf-accent)}.pvpf__labels button.is-active{border-color:var(--pvpf-ink);background:var(--pvpf-ink);color:#fff}.pvpf__labels button.is-active span{background:var(--pvpf-accent);color:#fff}}