.pk{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:start;gap:18px;margin-top:18px;display:grid}@media (width<=1000px){.pk{grid-template-columns:1fr}}.pk-hero{border:1px solid var(--brand-border-grey);background:#242423;border-radius:8px;overflow:hidden}.pk-hero__media{aspect-ratio:16/8;background:#1a1a1a;display:block;position:relative;overflow:hidden}.pk-hero__nav{z-index:10;width:34px;height:34px;color:var(--brand-white);opacity:0;background:#111111c7;border:1px solid #ffffff2e;border-radius:9999px;justify-content:center;align-items:center;transition:opacity .14s,background-color .14s,border-color .14s;display:none;position:absolute;top:50%;transform:translateY(-50%)}.pk-hero__nav--prev{left:12px}.pk-hero__nav--next{right:12px}.pk-hero__nav:hover{border-color:var(--brand-orange);background:var(--brand-orange);color:#111}.pk-hero__count{z-index:10;opacity:0;height:22px;color:var(--brand-off-white);font-variant-numeric:tabular-nums;letter-spacing:.04em;background:#111111bf;border-radius:4px;align-items:center;padding:0 8px;font-size:11px;font-weight:600;transition:opacity .14s;display:inline-flex;position:absolute;bottom:10px;left:12px}.pk-hero__dots{inset-inline:0;z-index:10;justify-content:center;gap:5px;display:flex;position:absolute;bottom:10px}@media (hover:hover) and (pointer:fine){.pk-hero__nav{display:flex}.pk-hero__media:hover .pk-hero__nav,.pk-hero__media:focus-within .pk-hero__nav,.pk-hero__media:hover .pk-hero__count,.pk-hero__media:focus-within .pk-hero__count{opacity:1}}@media (hover:none){.pk-hero__nav,.pk-hero__count{opacity:1;display:flex}}.pk-hero__b{padding:18px 20px 20px}.pk-kicker{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pk-kicker .st{vertical-align:middle}.pk-tier{border:1px solid var(--brand-orange);height:26px;color:var(--brand-orange);letter-spacing:.08em;text-transform:uppercase;border-radius:4px;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.pk-tier[data-locked]{color:#9a9a98;border-color:#5a5a58}.pk-brandpill{border:1px solid var(--brand-border-grey);background:var(--brand-cta-black);height:40px;color:var(--brand-white);letter-spacing:.02em;border-radius:10px;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:700;transition:border-color .14s;display:inline-flex}.pk-brandpill:hover{border-color:#525252}.pk-brandpill img,.pk-brandpill i{object-fit:contain;background:#1a1a1a;border-radius:50%;width:20px;height:20px}.pk-brandpill i{background:var(--brand-orange);place-items:center;font-size:9px;font-style:normal;font-weight:700;display:grid}.pk-hero h1{letter-spacing:-.015em;overflow-wrap:anywhere;margin:10px 0 6px;font-size:clamp(22px,2.6vw,30px);font-weight:700;line-height:1.05}.pk-hero .pk-lede{color:var(--brand-off-white);margin:0;font-size:14px;line-height:1.5}.pk-hero .pk-lede b{color:var(--brand-white)}.pk-buy{background:#1c1c1b;border:1px solid #2c2c2b;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:14px 16px;display:flex}.pk-buy__cost{font-variant-numeric:tabular-nums;letter-spacing:-.02em;align-items:center;gap:4px;font-size:26px;font-weight:700;line-height:1;display:inline-flex}.pk-buy__cost img{width:15px;height:20px}.pk-buy__cost small{color:var(--brand-grey);letter-spacing:0;margin-left:2px;font-size:11px;font-weight:500}.pk-buy small.ok,.pk-buy small.no{margin-top:4px;font-size:12px;display:block}.pk-buy small.ok{color:var(--brand-turquoise);font-weight:600}.pk-buy small.no{color:var(--brand-grey)}.pk-buy__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pk-btn{background:var(--brand-gradient);height:44px;color:var(--brand-white);font:inherit;white-space:nowrap;cursor:pointer;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:700;transition:opacity .14s;display:inline-flex}.pk-btn:hover{opacity:.9}.pk-btn:disabled{cursor:default;opacity:.55}.pk-btn img{width:12px;height:16px}.pk-btn--done{color:var(--brand-turquoise);background:#03e5e324;border-color:#03e5e38c}.pk-btn--done:disabled{opacity:1}.pk-ghost{border:1px solid var(--brand-border-grey);height:36px;color:var(--brand-off-white);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:12.5px;font-weight:600;transition:border-color .14s,color .14s;display:inline-flex}.pk-ghost:hover{border-color:var(--brand-turquoise);color:var(--brand-turquoise)}.pk-ghost:disabled{cursor:default;opacity:.55}.pk-buy__note{width:100%;color:var(--brand-off-white);align-items:center;gap:6px;font-size:12px;display:flex}.pk-buy__note svg{flex:none}.pk-stickybar{z-index:40;padding:10px 16px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#111111f0;border-top:1px solid #2c2c2b;transition:transform .22s cubic-bezier(.23,1,.32,1),opacity .22s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.pk-stickybar__in{justify-content:space-between;align-items:center;gap:12px;display:flex}.pk-stickybar .pk-buy__cost{font-size:22px}.pk-stickybar .pk-buy__actions{flex-wrap:nowrap}.pk-stickybar .pk-btn,.pk-stickybar .pk-ghost{height:42px}@media (width<=1000px){.pk-stickybar{display:block}.pk-stickybar[data-visible="1"]{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.pk-stickybar{transition:none}}.pk-buy__leave{color:var(--brand-grey);text-underline-offset:2px;font-size:12px;text-decoration:underline}.pk-buy__leave:hover{color:var(--brand-white)}.pk-flow{border:1px solid var(--brand-border-grey);background:#242423;border-radius:8px;margin-top:14px;overflow:hidden}.pk-flow__h{color:var(--brand-grey);letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #333;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;font-size:11px;font-weight:700;display:flex}.pk-flow__h b{color:var(--brand-turquoise);letter-spacing:.06em;text-align:right}.pk-flow__h b[data-tone=grey]{color:var(--brand-off-white)}.pk-flow__h b[data-tone=gold]{color:var(--brand-gold)}.pk-state{padding:16px}.pk-state>p{color:var(--brand-off-white);margin:0 0 12px;font-size:13.5px;line-height:1.5}.pk-state>p:last-child{margin-bottom:0}.pk-state p b{color:var(--brand-white)}.pk-state p a{color:var(--brand-turquoise)}.pk-steps{flex-direction:column;display:flex}.pk-step-row{border-top:1px solid #2a2a29;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:10px;padding:9px 0;display:grid}.pk-step-row:first-child{border-top:0;padding-top:0}.pk-step-row i{width:22px;height:22px;color:var(--brand-off-white);border:1.5px solid #4a4a49;border-radius:50%;place-items:center;font-size:11px;font-style:normal;font-weight:700;display:grid}.pk-step-row[data-s=now] i{border-color:var(--brand-orange);color:var(--brand-orange);background:#ff642326}.pk-step-row[data-s=done] i{border-color:var(--brand-turquoise);color:var(--brand-turquoise);background:#03e5e326}.pk-step-row b{font-size:13px;display:block}.pk-step-row[data-s=now] b{color:var(--brand-white)}.pk-step-row span{color:var(--brand-grey);font-size:11.5px;display:block}.pk-code{background:#03e5e30f;border:1px dashed #03e5e399;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.pk-code b{color:var(--brand-white);letter-spacing:.14em;overflow-wrap:anywhere;font-family:ui-monospace,Consolas,monospace;font-size:22px}.pk-code b[data-link]{letter-spacing:0;font-size:14px}.pk-code small{color:var(--brand-grey);letter-spacing:0;margin-top:2px;font-size:11px;display:block}.pk-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.pk-side{flex-direction:column;gap:12px;display:flex}.pk-panel{border:1px solid var(--brand-border-grey);background:#242423;border-radius:6px;padding:18px 20px}.pk-panel>h3{color:var(--brand-grey);letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:700}.pk-panel>p,.pk-panel>div>p{color:var(--brand-off-white);margin:0;font-size:14px;line-height:1.6}.pk-panel>*+*{margin-top:10px}.pk-panel>h3+*{margin-top:0}.pk-terms{color:var(--brand-grey);white-space:pre-line;font-size:12.5px;line-height:1.55}.pk-terms b{color:var(--brand-off-white)}.pk-expiry{color:var(--brand-grey);font-size:12.5px}.pk-expiry b{color:#e93544}.mrungs{flex-direction:column;display:flex}.mrung{color:inherit;border-top:1px solid #2a2a29;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;padding:9px 0;font-size:13px;display:grid}.mrung:first-child{border-top:0;padding-top:0}.mrung:last-child{padding-bottom:0}a.mrung:hover .mrung__t b{color:var(--brand-turquoise)}.mrung__s{border:1.5px solid #4a4a49;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.mrung[data-s=done] .mrung__s{border-color:var(--brand-turquoise);color:var(--brand-turquoise);background:#03e5e326}.mrung[data-s=done] .mrung__s:before{content:"✓"}.mrung[data-s=here] .mrung__s{border-color:var(--brand-orange);background:#ff642326}.mrung[data-s=verifying] .mrung__s{border-color:var(--brand-gold);border-style:dashed}.mrung__t b{font-size:13px;display:block}.mrung__t span{color:var(--brand-grey);font-size:11.5px}.mrung[data-s=done] .mrung__t b{color:var(--brand-off-white);-webkit-text-decoration:line-through #555;text-decoration:line-through #555}.mrung[data-s=open] .mrung__t span{color:var(--brand-turquoise)}.mrung[data-s=verifying] .mrung__t span{color:var(--brand-gold)}.mrung__c{font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-weight:700;display:inline-flex}.mrung__c img{width:10px;height:13px}.mrung__c em{color:var(--brand-orange);letter-spacing:.06em;text-transform:uppercase;margin-left:6px;font-size:10.5px;font-style:normal;font-weight:700}
