.pohh{--pohh-cycle:11s;--pohh-push:cubic-bezier(.32, .72, 0, 1);--pohh-pop:cubic-bezier(.34, 1.56, .64, 1);--pohh-mono:"SF Mono", "SFMono-Regular", ui-monospace, menlo, consolas, monospace;--pohh-line:#e5e5e5;--pohh-hair:#ebedf0;--pohh-ink:#1a1a1a;--pohh-mid:#6c7280;--pohh-soft:#9da1a1;--pohh-blue:#2567ff;aspect-ratio:560/490;-webkit-user-select:none;user-select:none;width:100%;position:relative}.pohh__stage{transform-origin:top;width:560px;height:490px;position:absolute;top:0;left:50%}.pohh__scene{color:var(--pohh-ink);font-variant-numeric:tabular-nums;position:absolute;inset:0}.pohh__head{align-items:center;gap:10px;display:flex;position:absolute;top:0;left:0}.pohh__title{letter-spacing:-.01em;font-size:15px;font-weight:500}.pohh__ep,.pohh__price{border:1px solid var(--pohh-hair);height:22px;font-family:var(--pohh-mono);color:var(--pohh-mid);white-space:nowrap;border-radius:999px;align-items:center;padding:0 9px;font-size:11.5px;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex}.pohh__ep.is-live,.pohh__ep.is-spent{color:var(--pohh-blue);border-color:#2567ff6b}.pohh__ep.is-live{box-shadow:0 0 0 3px #2567ff17}.pohh__price{background:#f4f4f6;border-color:#0000}.pohh__queue{gap:7px;display:flex;position:absolute;top:44px;left:2px}.pohh__q{border:1px solid var(--pohh-line);width:134px;height:38px;color:var(--pohh-mid);text-align:left;cursor:pointer;white-space:nowrap;transition:color .34s ease, border-color .34s ease, transform .34s var(--pohh-push), box-shadow .34s ease;background:#fff;border-radius:12px;align-items:center;gap:7px;padding:0 10px;font-size:13px;font-weight:500;display:flex;overflow:hidden}.pohh__q-ic{color:currentColor;flex:none;width:16px;height:16px;display:inline-flex}.pohh__q-ic svg{width:100%;height:100%}.pohh__q-lbl{text-overflow:ellipsis;overflow:hidden}.pohh__q.is-active{color:var(--pohh-ink);border-color:#2567ff80;transform:translateY(-4px);box-shadow:0 1px 2px #1018280a,0 10px 22px -14px #10182852}.pohh__q.is-active .pohh__q-ic{color:var(--pohh-blue)}.pohh__track{background:var(--pohh-hair);width:1px;height:348px;position:absolute;top:92px;left:279px}.pohh__gbar{justify-content:space-between;align-items:flex-start;display:flex;position:absolute;left:0;right:0}.pohh__gbar--a{top:168px}.pohh__gbar--b{top:280px}.pohh__gname{flex-direction:column;gap:2px;max-width:170px;display:flex}.pohh__gname-t{letter-spacing:-.01em;color:var(--pohh-mid);font-size:14px;font-weight:500;transition:color .34s}.pohh__gbar.is-live .pohh__gname-t,.pohh__gbar.is-done .pohh__gname-t{color:var(--pohh-ink)}.pohh__gname-s{font-family:var(--pohh-mono);color:var(--pohh-soft);font-size:11px}.pohh__gread{opacity:0;min-width:132px;transition:opacity .34s ease, transform .42s var(--pohh-pop);justify-content:flex-end;align-items:baseline;gap:6px;display:flex;transform:translateY(5px)}.pohh__gbar.is-read .pohh__gread{opacity:1;transform:translateY(0)}.pohh__gread-n{letter-spacing:-.02em;color:var(--pohh-blue);font-size:21px;font-weight:500;transition:color .3s}.pohh__gbar.is-blocked .pohh__gread-n{color:#ff4141}.pohh__gread-l{font-family:var(--pohh-mono);color:var(--pohh-soft);font-size:11px}.pohh__doorway{border-left:2px solid #cfd4dc;border-right:2px solid #cfd4dc;width:264px;height:56px;position:absolute;left:146px;overflow:hidden}.pohh__doorway--a{top:201px}.pohh__doorway--b{top:313px}.pohh__door{width:132px;height:38px;transition:transform .62s var(--pohh-push), border-color .34s ease, background .34s ease;background:linear-gradient(#f5f7fa 0%,#e8ebf1 100%);border:1px solid #d3d8e0;position:absolute;top:9px;box-shadow:inset 0 0 0 3px #ffffff9e}.pohh__door:after{content:"";background:#a9b0ba;border-radius:999px;width:3px;height:13px;margin-top:-6.5px;position:absolute;top:50%}.pohh__door--l{border-radius:9px 3px 3px 9px;left:0}.pohh__door--l:after{right:9px}.pohh__door--r{border-radius:3px 9px 9px 3px;left:132px}.pohh__door--r:after{left:9px}.pohh__door.is-open.pohh__door--l{transform:translate(-104px)}.pohh__door.is-open.pohh__door--r{transform:translate(104px)}.pohh__door.is-blocked{background:linear-gradient(#ff41411a 0%,#ff41410d 100%);border-color:#ff41418c}.pohh__door.is-blocked:after{background:#ff414199}.pohh__card{--pohh-y:0px;border:1px solid var(--pohh-line);opacity:0;width:192px;height:56px;transform:translateY(var(--pohh-y)) scale(.94);transition:opacity .42s var(--pohh-push), transform .52s var(--pohh-push), border-color .34s ease;background:#fff;border-radius:15px;justify-content:flex-start;align-items:center;gap:9px;margin-top:-28px;margin-left:-96px;padding:0 40px 0 15px;display:flex;position:absolute;top:124px;left:280px;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 12px 30px -20px #10182852}.pohh__card.is-in{opacity:1;transform:translateY(var(--pohh-y)) scale(1)}.pohh__card.is-sealed{border-color:#2567ff8c}.pohh__card.is-bump{animation:pohh-bump .5s var(--pohh-pop)}@keyframes pohh-bump{0%{transform:translateY(var(--pohh-y)) scale(1)}40%{transform:translateY(calc(var(--pohh-y) - 9px)) scale(1)}to{transform:translateY(var(--pohh-y)) scale(1)}}.pohh__card-ic{width:22px;height:22px;color:var(--pohh-blue);flex:none;display:inline-flex}.pohh__card-ic svg{width:100%;height:100%}.pohh__g{width:100%;height:100%;display:none}.pohh__g--person{display:block}.pohh__card-ic.is-photo .pohh__g--person{display:none}.pohh__card-ic.is-photo .pohh__g--photo{display:block}.pohh__card-h{letter-spacing:-.005em;white-space:nowrap;font-size:14px;font-weight:500}.pohh__scan{background:var(--pohh-blue);opacity:0;height:2px;position:absolute;top:0;left:0;right:0;transform:translateY(0)}.pohh__scan.is-on{animation:.7s cubic-bezier(.4,0,.3,1) pohh-scan}@keyframes pohh-scan{0%{opacity:0;transform:translateY(0)}12%{opacity:.85}88%{opacity:.85}to{opacity:0;transform:translateY(54px)}}.pohh__seal{width:22px;height:22px;color:var(--pohh-blue);opacity:0;transition:opacity .3s ease, transform .44s var(--pohh-pop);margin-top:-11px;position:absolute;top:50%;right:10px;transform:scale(.7)}.pohh__seal.is-on{opacity:1;transform:scale(1)}.pohh__seal-ring,.pohh__seal-tick{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:64;stroke-dashoffset:64px;transition:stroke-dashoffset .62s var(--pohh-push)}.pohh__seal-tick{stroke-dasharray:16;stroke-dashoffset:16px;transition:stroke-dashoffset .34s var(--pohh-push) .34s}.pohh__seal.is-on .pohh__seal-ring,.pohh__seal.is-on .pohh__seal-tick{stroke-dashoffset:0}.pohh__stamp{color:#ff4141;opacity:0;width:20px;height:20px;transition:opacity .3s ease, transform .44s var(--pohh-pop);margin-top:-10px;position:absolute;top:50%;right:12px;transform:scale(.7)}.pohh__stamp.is-on{opacity:1;transform:scale(1)}.pohh__stamp path{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-dasharray:20;stroke-dashoffset:20px;transition:stroke-dashoffset .4s var(--pohh-push) .12s}.pohh__stamp.is-on path{stroke-dashoffset:0}.pohh__verdict{white-space:nowrap;opacity:0;height:38px;transition:opacity .36s ease, transform .46s var(--pohh-pop), border-color .3s ease;background:#fff;border:1px solid #41d97f6b;border-radius:999px;align-items:center;gap:9px;padding:0 17px;font-size:16px;font-weight:500;display:inline-flex;position:absolute;top:444px;left:280px;transform:translate(-50%)translateY(8px);box-shadow:0 1px 2px #1018280a,0 10px 26px -18px #1018284d}.pohh__verdict.is-on{opacity:1;transform:translate(-50%)translateY(0)}.pohh__verdict-dot{background:#41d97f;border-radius:999px;width:9px;height:9px;transition:background .3s}.pohh__verdict.t-blocked{border-color:#ff41415c}.pohh__verdict.t-blocked .pohh__verdict-dot{background:#ff4141}@media (prefers-reduced-motion:reduce){.pohh *,.pohh :before,.pohh :after{transition:none!important;animation:none!important}}.pohg{--pohg-cycle:9s;--pohg-push:cubic-bezier(.32, .72, 0, 1);--pohg-pop:cubic-bezier(.34, 1.56, .64, 1);--pohg-mono:"SF Mono", "SFMono-Regular", ui-monospace, menlo, consolas, monospace;--pohg-line:#e5e5e5;--pohg-hair:#ebedf0;--pohg-ink:#1a1a1a;--pohg-mid:#6c7280;--pohg-soft:#9da1a1;--pohg-blue:#2567ff;aspect-ratio:470/420;-webkit-user-select:none;user-select:none;width:100%;position:relative}.pohg__stage{transform-origin:top;width:470px;height:420px;position:absolute;top:0;left:50%}.pohg__scene{color:var(--pohg-ink);font-variant-numeric:tabular-nums;position:absolute;inset:0}.pohg__head{justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;top:0;left:0;right:0}.pohg__title{letter-spacing:-.01em;font-size:15px;font-weight:500}.pohg__chip{border:1px solid var(--pohg-hair);height:22px;font-family:var(--pohg-mono);color:var(--pohg-mid);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:11.5px;display:inline-flex}.pohg__chip-dot{background:var(--pohg-blue);border-radius:999px;width:6px;height:6px}.pohg__frame{border:1px solid var(--pohg-line);opacity:0;width:148px;height:168px;transition:opacity .44s var(--pohg-push), transform .56s var(--pohg-push), border-color .34s ease;background:#f7f8fa;border-radius:18px;place-items:center;margin-left:-74px;display:grid;position:absolute;top:44px;left:235px;overflow:hidden;transform:scale(.95)}.pohg__frame.is-in{opacity:1;transform:scale(1)}.pohg__face{width:104px;height:128px}.pohg__sweep{background:var(--pohg-blue);opacity:0;height:2px;position:absolute;top:0;left:0;right:0}.pohg__sweep.is-on{animation:.8s cubic-bezier(.4,0,.3,1) pohg-sweep}@keyframes pohg-sweep{0%{opacity:0;transform:translateY(0)}10%{opacity:.9}90%{opacity:.9}to{opacity:0;transform:translateY(166px)}}.pohg__src{text-align:center;letter-spacing:-.005em;color:var(--pohg-mid);opacity:0;transition:opacity .36s ease, transform .42s var(--pohg-push);font-size:14px;font-weight:500;position:absolute;top:220px;left:0;right:0;transform:translateY(5px)}.pohg__src.is-in{opacity:1;transform:translateY(0)}.pohg__rail{background:var(--pohg-hair);border-radius:999px;width:390px;height:4px;position:absolute;top:304px;left:40px}.pohg__mid{background:#dfe2e7;width:1px;height:20px;position:absolute;top:296px;left:235px}.pohg__end{font-family:var(--pohg-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--pohg-soft);font-size:11px;position:absolute;top:326px}.pohg__end--l{left:40px}.pohg__end--r{right:40px}.pohg__needle{width:0;transform:translateX(var(--pohg-x,195px));transition:transform 1s var(--pohg-push);position:absolute;top:250px;left:40px}.pohg__needle-bar{background:var(--pohg-blue);opacity:0;border-radius:999px;width:4px;height:24px;transition:opacity .3s;position:absolute;top:44px;left:-2px}.pohg__needle.is-on .pohg__needle-bar{opacity:1}.pohg__bub{white-space:nowrap;opacity:0;transition:opacity .32s ease, transform .44s var(--pohg-pop), border-color .3s ease;background:#fff;border:1px solid #2567ff57;border-radius:12px;flex-direction:column;align-items:center;gap:1px;padding:4px 12px 5px;display:inline-flex;position:absolute;top:0;left:0;transform:translate(-50%)translateY(6px)scale(.94);box-shadow:0 1px 2px #1018280a,0 10px 24px -18px #1018284d}.pohg__needle.is-on .pohg__bub{opacity:1;transform:translate(-50%)translateY(0)scale(1)}.pohg__bub-n{letter-spacing:-.03em;color:var(--pohg-blue);font-size:24px;font-weight:500;line-height:1.05}.pohg__bub-l{font-family:var(--pohg-mono);color:var(--pohg-soft);font-size:10.5px}.pohg__verdict{white-space:nowrap;opacity:0;height:36px;transition:opacity .36s ease, transform .46s var(--pohg-pop), border-color .3s ease;background:#fff;border:1px solid #ff41415c;border-radius:999px;align-items:center;gap:9px;padding:0 16px;font-size:15px;font-weight:500;display:inline-flex;position:absolute;top:356px;left:235px;transform:translate(-50%)translateY(7px);box-shadow:0 1px 2px #1018280a,0 10px 26px -18px #1018284d}.pohg__verdict.is-on{opacity:1;transform:translate(-50%)translateY(0)}.pohg__verdict-dot{background:#ff4141;border-radius:999px;width:9px;height:9px;transition:background .3s}.pohg__verdict.t-real{border-color:#41d97f6b}.pohg__verdict.t-real .pohg__verdict-dot{background:#41d97f}.pohg__foot{font-family:var(--pohg-mono);color:var(--pohg-soft);justify-content:space-between;align-items:center;font-size:11px;display:flex;position:absolute;top:402px;left:0;right:0}.pohg__foot-n{color:var(--pohg-mid)}@media (prefers-reduced-motion:reduce){.pohg *,.pohg :before,.pohg :after{transition:none!important;animation:none!important}}.pohc{--pohc-cycle:10s;--pohc-push:cubic-bezier(.32, .72, 0, 1);--pohc-pop:cubic-bezier(.34, 1.56, .64, 1);--pohc-mono:"SF Mono", "SFMono-Regular", ui-monospace, menlo, consolas, monospace;--pohc-line:#e5e5e5;--pohc-hair:#ebedf0;--pohc-ink:#1a1a1a;--pohc-mid:#6c7280;--pohc-soft:#9da1a1;--pohc-blue:#2567ff;aspect-ratio:470/392;-webkit-user-select:none;user-select:none;width:100%;position:relative}.pohc__stage{transform-origin:top;width:470px;height:392px;position:absolute;top:0;left:50%}.pohc__scene{color:var(--pohc-ink);font-variant-numeric:tabular-nums;position:absolute;inset:0}.pohc__head{justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;top:0;left:0;right:0}.pohc__title{letter-spacing:-.01em;font-size:15px;font-weight:500}.pohc__chip{border:1px solid var(--pohc-hair);height:22px;font-family:var(--pohc-mono);color:var(--pohc-mid);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:11.5px;display:inline-flex}.pohc__cred{opacity:0;width:186px;height:128px;transition:opacity .44s var(--pohc-push), transform .58s var(--pohc-push);background:#fff;border:1px solid #2567ff66;border-radius:18px;flex-direction:column;justify-content:center;gap:5px;padding:0 16px;display:flex;position:absolute;top:96px;left:0;transform:translateY(8px)scale(.97);box-shadow:0 1px 2px #1018280a,0 14px 32px -22px #10182857}.pohc__cred.is-in{opacity:1;transform:translateY(0)scale(1)}.pohc__cred-ic{width:24px;height:24px;color:var(--pohc-blue);display:inline-flex}.pohc__cred-ic svg{width:100%;height:100%}.pohc__cred-t{letter-spacing:-.01em;font-size:15px;font-weight:500}.pohc__cred-s{font-family:var(--pohc-mono);color:var(--pohc-soft);font-size:11px}.pohc__seal{width:24px;height:24px;color:var(--pohc-blue);opacity:0;transition:opacity .3s ease, transform .44s var(--pohc-pop);position:absolute;top:14px;right:14px;transform:scale(.72)}.pohc__seal.is-on{opacity:1;transform:scale(1)}.pohc__seal-ring,.pohc__seal-tick{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:70;stroke-dashoffset:70px;transition:stroke-dashoffset .66s var(--pohc-push)}.pohc__seal-tick{stroke-dasharray:18;stroke-dashoffset:18px;transition:stroke-dashoffset .34s var(--pohc-push) .36s}.pohc__seal.is-on .pohc__seal-ring,.pohc__seal.is-on .pohc__seal-tick{stroke-dashoffset:0}.pohc__wires{pointer-events:none;width:470px;height:392px;position:absolute;inset:0}.pohc__wire{stroke:#d9dde3;stroke-width:1.4px;fill:none;stroke-linecap:round;stroke-dasharray:120;stroke-dashoffset:120px;transition:stroke-dashoffset .6s var(--pohc-push), stroke .34s ease}.pohc__wire.is-drawn{stroke-dashoffset:0}.pohc__wire.is-hot{stroke:#2567ff8c}.pohc__surface{border:1px solid var(--pohc-line);width:226px;height:60px;transition:border-color .34s ease, transform .44s var(--pohc-pop), box-shadow .34s ease;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;display:flex;position:absolute;left:244px}.pohc__surface--1{top:54px}.pohc__surface--2{top:130px}.pohc__surface--3{top:206px}.pohc__surface.is-on{border-color:#2567ff80;transform:translate(6px);box-shadow:0 1px 2px #1018280a,0 10px 24px -18px #1018284d}.pohc__surface-l{flex-direction:column;gap:2px;min-width:0;display:flex}.pohc__surface-t{letter-spacing:-.005em;color:var(--pohc-mid);white-space:nowrap;font-size:14px;font-weight:500;transition:color .34s}.pohc__surface.is-on .pohc__surface-t{color:var(--pohc-ink)}.pohc__surface-s{font-family:var(--pohc-mono);color:var(--pohc-soft);white-space:nowrap;font-size:11px}.pohc__surface-p{letter-spacing:-.02em;color:var(--pohc-soft);opacity:0;transition:opacity .3s ease, transform .42s var(--pohc-pop), color .3s ease;font-size:18px;font-weight:500;transform:scale(.86)}.pohc__surface.is-paid .pohc__surface-p{opacity:1;color:var(--pohc-ink);transform:scale(1)}.pohc__surface.is-paid.is-free .pohc__surface-p{color:var(--pohc-blue)}.pohc__tok{--pohc-tx:0px;--pohc-ty:0px;height:24px;font-family:var(--pohc-mono);color:var(--pohc-blue);white-space:nowrap;opacity:0;transition:opacity .3s ease, transform .72s var(--pohc-push);background:#fff;border:1px solid #2567ff6b;border-radius:999px;align-items:center;gap:5px;padding:0 10px;font-size:11.5px;display:inline-flex;position:absolute;top:148px;left:150px;transform:translate(0)scale(.9)}.pohc__tok.is-on{opacity:1;transform:translate(var(--pohc-tx), var(--pohc-ty)) scale(1)}.pohc__tok.is-spent{opacity:0;transform:translate(var(--pohc-tx), var(--pohc-ty)) scale(.8)}.pohc__total{opacity:0;transition:opacity .36s ease, transform .46s var(--pohc-pop);justify-content:space-between;align-items:flex-end;gap:14px;display:flex;position:absolute;top:298px;left:0;right:0;transform:translateY(7px)}.pohc__total.is-on{opacity:1;transform:translateY(0)}.pohc__total-l{flex-direction:column;gap:2px;display:flex}.pohc__total-n{letter-spacing:-.03em;font-size:30px;font-weight:500;line-height:1.02}.pohc__total-s{color:var(--pohc-mid);font-size:13px}.pohc__count{height:26px;font-family:var(--pohc-mono);color:var(--pohc-blue);white-space:nowrap;border:1px solid #2567ff5c;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;display:inline-flex}.pohc__foot{font-family:var(--pohc-mono);color:var(--pohc-soft);font-size:11px;position:absolute;top:372px;left:0;right:0}@media (prefers-reduced-motion:reduce){.pohc *,.pohc :before,.pohc :after{transition:none!important;animation:none!important}}
