.tok.on span{color:var(--klein-text);font-weight:600}
.tokT b{font-size:29px;line-height:1;height:32px;display:flex;align-items:center;color:var(--ink);font-weight:400}
.wayg{position:relative;flex:0 0 auto;width:280px;cursor:pointer;border:1px solid var(--edge);border-radius:12px;background:#fff;overflow:hidden;
    padding:0;font:inherit;text-align:left;scroll-snap-align:start;
    transition:opacity .3s ease,filter .3s ease,border-color .2s ease,transform .22s var(--flow),box-shadow .22s ease}
.wayg:hover{border-color:var(--muted);transform:translateY(-3px);box-shadow:0 14px 26px -16px rgba(20,18,20,.45)}
.wayg.on{outline:2px solid var(--klein);outline-offset:-1px;border-color:var(--klein)}
.wayg .wname{display:block;font:600 17px var(--sans);letter-spacing:-.01em;color:var(--ink);padding:13px 16px 11px}
.wayg.on .wname{color:var(--klein-text)}
.wayg .cols{display:flex;height:96px}
.wayg .cols i{flex:1;font:600 8px ui-monospace,monospace;font-style:normal;letter-spacing:.02em;
    display:flex;align-items:flex-end;justify-content:center;padding-bottom:7px}
.scard:focus-visible,.tok:focus-visible,.wayg:focus-visible,.fpill:focus-visible,.lb-a:focus-visible,.lb-d:focus-visible{
    outline:2px solid var(--klein-text);outline-offset:2px}
.hatch{display:flex;gap:8px 20px;flex-wrap:wrap;align-items:baseline;margin-top:22px;font:400 13px var(--sans);color:var(--muted)}
.hatch a{color:var(--klein-text);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.dirsub{margin:-4px 0 10px;font:400 12.5px var(--sans);color:var(--muted)}
.fitq{width:100%;min-height:220px;border:1.5px solid var(--edge);border-radius:12px;background:#fff;
    padding:15px 17px;font:400 14.5px/1.55 var(--sans);color:var(--ink);resize:vertical;outline:none}
.fitq-count{margin:6px 2px 0;font:400 11.5px ui-monospace,monospace;color:var(--muted);text-align:right;font-variant-numeric:tabular-nums}
.fitq:focus{border-color:var(--klein)}
.fitq::placeholder{color:var(--muted);opacity:.75}
@media (hover:none){.fitq{font-size:16px}}
.screen[data-screen="direction"] .gw{margin:clamp(12px,1.6vw,16px) 0 0;
    border:1.5px solid var(--edge);border-radius:16px;background:var(--surface);overflow:hidden;
    transition:border-color .24s ease,box-shadow .3s ease}
.screen[data-screen="direction"] .gw:hover{border-color:var(--accent-text)}
.screen[data-screen="direction"] .gw:has(.fk-in:checked){border-color:var(--klein);border-width:2px;
    box-shadow:0 16px 34px -22px rgba(36,56,230,.55)}
.screen[data-screen="direction"] .gw:has(.fk-in:focus-visible){outline:2px solid var(--accent-text);outline-offset:3px}
.screen[data-screen="direction"] .gw-head{display:flex;align-items:center;gap:10px;cursor:pointer;
    padding:clamp(11px,1.3vw,13px) clamp(12px,1.4vw,15px)}
.screen[data-screen="direction"] .gw-head .fk-ic{flex:0 0 auto}
.screen[data-screen="direction"] .gw-head .fk-t{flex:0 0 auto;font-size:clamp(14.5px,1.5vw,16px)}
.screen[data-screen="direction"] .gw-head .fk-s{flex:1 1 auto;min-width:0;margin:0;
    font-size:12px;line-height:1.42}
.screen[data-screen="direction"] .gw-head .fk-mark{position:static;flex:0 0 auto;margin:0}
.screen[data-screen="direction"] .gw:has(.fk-in:checked) .fk-mark{background:var(--klein);
    border-color:var(--klein);color:#fff}
.screen[data-screen="direction"] .gw .fitq{min-height:0;height:76px;border:0;border-top:1px solid var(--line);
    border-radius:0;background:transparent;resize:none;overflow:hidden;
    padding:13px clamp(12px,1.4vw,15px);
    transition:height .28s var(--ease,cubic-bezier(.22,.61,.36,1))}
.screen[data-screen="direction"] .gw.open .fitq{height:clamp(184px,30vh,340px);overflow-y:auto}
.screen[data-screen="direction"] .gw .fitq:focus{border-top-color:var(--line)}
.screen[data-screen="direction"] .gw .fitq-count{margin:0;padding:0 clamp(12px,1.4vw,15px) 10px;
    opacity:0;transition:opacity .2s ease}
.screen[data-screen="direction"] .gw.open .fitq-count{opacity:1}
.screen[data-screen="direction"] .gw.near .fitq-count{color:var(--ink);font-weight:600}
.screen[data-screen="direction"] .gw.bad{border-color:#b3261e}
.screen[data-screen="direction"] .gw-err{margin:0;padding:0 clamp(12px,1.4vw,15px) 12px;
    font:500 12.5px/1.45 var(--sans);color:#b3261e}
@media (max-width:620px){.screen[data-screen="direction"] .gw-head{flex-wrap:wrap;padding:10px 12px 11px}
.screen[data-screen="direction"] .gw-head .fk-s{flex:1 0 100%;order:3;margin-top:2px;
      display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}
.dotcl{display:inline-flex;margin-left:.07em;cursor:pointer;vertical-align:baseline}
.dotcl i{position:relative;width:.22em;height:.22em;border-radius:50%;background:var(--klein);
    box-shadow:inset 0 0 0 1px rgba(20,18,20,.06);transform:translateX(0);
    transition:transform .55s cubic-bezier(.22,1.2,.3,1),background .45s ease}
.dotcl i+i{margin-left:-.22em}
.dotcl i:nth-child(1){z-index:5}
.dotcl i:nth-child(2){z-index:4}
.dotcl i:nth-child(3){z-index:3}
.dotcl i:nth-child(4){z-index:2}
.dotcl i:nth-child(5){z-index:1}
.dotcl.bloom i{transform:scale(1.45)}
.dotcl.bloom i:nth-child(2){transform:translateX(.20em) scale(1.45);transition-delay:.03s}
.dotcl.bloom i:nth-child(3){transform:translateX(.40em) scale(1.45);transition-delay:.06s}
.dotcl.bloom i:nth-child(4){transform:translateX(.60em) scale(1.45);transition-delay:.09s}
.dotcl.bloom i:nth-child(5){transform:translateX(.80em) scale(1.45);transition-delay:.12s}
@media (max-width:640px){.m-nav span{display:none}
.wayg{width:252px}
.lg-row{grid-template-columns:repeat(2,1fr);gap:9px}
.vig{height:118px;padding:13px}
.vig b{font-size:15px!important}
.vig em{font-size:7px}
.scard .sc-t{padding:9px 10px 10px}
.scard .sc-t b{font-size:13px}
.scard .sc-t span{display:none}}
@keyframes rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media (max-width:720px){body{padding:12px 12px 26px}
.brandwrap{margin:18px 0 12px}
.app{max-width:100%;border-radius:22px}
.doors{gap:10px}
.door{flex:1 1 0;min-height:212px;padding:clamp(14px,3.2vw,20px)}
.screen.on .door.a,.screen.on .door.b{animation-delay:.28s}
.doors:has(.door.hovering) .door:not(.hovering),
    .doors:has(.door.chosen) .door:not(.chosen){flex-grow:1}
.door.hovering,.door:focus-visible,.door.chosen{flex-grow:1}}
@media (max-width:520px){.doors{gap:8px}
.door{min-height:190px;border-radius:16px;padding:14px 13px}
.badge{width:44px;height:44px;border-radius:12px}
.badge svg{width:25px;height:25px}
.dl{margin-top:13px;font-size:clamp(16px,4.7vw,20px)}
.ds{margin-top:6px;font-size:12px;max-width:100%}
.ghost{max-width:150px}}
@media (max-width:400px){.sl{font-size:9px;letter-spacing:.02em}
.app{padding:20px 16px 16px}
.door{padding:13px 11px;min-height:178px}
.dl{font-size:16px;letter-spacing:-.01em}
.ds{font-size:12px}
.badge{width:40px;height:40px}
.badge svg{width:23px;height:23px}}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms !important;animation-delay:0s !important;transition-duration:.001ms !important}
.door{opacity:1 !important}
.pick,.tier,.summary,.payform{opacity:1 !important}
.aura,.glow,.ghost,.done-mark::before,.done-mark::after{animation:none !important}
.door:hover,.door.chosen{transform:none}
.pick:hover,.pick.chosen,.tier:hover{transform:none}}
.screen[data-screen="direction"] .dirsec{display:none}
.app[data-screen="direction"]{max-width:780px}
.screen[data-screen="direction"] .vf-side::-webkit-scrollbar{width:9px}
.screen[data-screen="direction"] .vf-side::-webkit-scrollbar-thumb{background:rgba(21,22,26,.16);border-radius:9px}
.screen[data-screen="direction"] .vf-side .wtile{min-height:0;padding:14px 16px;display:flex;flex-direction:column;justify-content:center}
.screen[data-screen="direction"] .vf-side .wtile .ws{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.15}
.screen[data-screen="direction"] .vf-side .wtile.tt .ws{font-size:clamp(17px,5.7cqw,22px)}
.screen[data-screen="direction"] .vf-side .wtile.bb .ws{font-size:clamp(14px,4.4cqw,17px)}
.screen[data-screen="direction"] .vf-side .cgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.screen[data-screen="direction"] .vf-side .cf-rail{display:grid;grid-template-columns:1fr;gap:11px;overflow:visible;padding:4px 0}
.screen[data-screen="direction"] .vf-side .sc-t{padding:10px 12px 12px}
.screen[data-screen="direction"] .vf-head{flex:0 0 auto;padding:13px 0 2px}
body[data-vstep]:not([data-vstep="door"]) .screen[data-screen="direction"] .vf-head{display:none}
.screen[data-screen="direction"] .vf-head .eyebrow{margin:0 0 6px}
.screen[data-screen="direction"] .vf-head .head{margin:0;font-size:clamp(30px,5.4vw,50px);line-height:1.02}
.screen[data-screen="direction"] .vf-head .sub{margin:5px 0 0;max-width:52ch;font-size:12.5px;line-height:1.45}
.screen[data-screen="direction"] .vf-canvas{display:flex;flex-direction:column;min-width:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
.screen[data-screen="direction"] .vf-bar{position:relative;display:flex;justify-content:center;align-items:center;padding:7px 14px;border-bottom:1px solid var(--line);background:rgba(251,248,242,.6)}
.screen[data-screen="direction"] .vf-full{position:absolute;right:12px;top:50%;transform:translateY(-50%);
  width:34px;height:30px;border:0;border-radius:9px;background:rgba(21,22,26,.07);color:color-mix(in srgb,var(--ink) 52%,transparent);
  cursor:pointer;display:grid;place-items:center;transition:background .18s,color .18s}
.screen[data-screen="direction"] .vf-full:hover{background:color-mix(in srgb,var(--accent) 10%,rgba(21,22,26,.07));color:var(--accent)}
.screen[data-screen="direction"] .vf-full .vf-ic-col{display:none}
.screen[data-screen="direction"] .vf-picker.preview-full .vf-full{background:var(--accent);color:#fff}
.screen[data-screen="direction"] .vf-picker.preview-full .vf-full .vf-ic-exp{display:none}
.screen[data-screen="direction"] .vf-picker.preview-full .vf-full .vf-ic-col{display:block}
.screen[data-screen="direction"] .vf-picker.preview-full .vf-canvas{position:fixed;inset:0;z-index:80;background:var(--paper);border-radius:0}
.screen[data-screen="direction"] .vf-picker.preview-full .vf-frame{padding:clamp(18px,4vh,56px)}
.screen[data-screen="direction"] .vf-picker.preview-full{--bento-h:100%}
.screen[data-screen="direction"] .vf-picker.preview-full #stage{max-width:none}
.screen[data-screen="direction"] .vf-dev{width:42px;height:30px;border:0;border-radius:8px;background:transparent;color:color-mix(in srgb,var(--ink) 50%,transparent);cursor:pointer;display:grid;place-items:center;transition:background .18s,color .18s}
.screen[data-screen="direction"] .vf-dev:hover{color:var(--accent-text)}
.screen[data-screen="direction"] .vf-dev.on{background:var(--surface);color:var(--accent);box-shadow:0 2px 7px -2px rgba(36,56,230,.24)}
.screen[data-screen="direction"] .vf-frame{flex:1;min-height:0;display:flex;justify-content:center;align-items:center;padding:12px 22px 16px;overflow:visible}
.screen[data-screen="direction"] #stage{margin:0;position:relative;width:100%;max-width:760px;
  height:var(--bento-h);container-type:size;container-name:pv}
.screen[data-screen="direction"] .vf-picker:is([data-device="desktop"],[data-device="tablet"]) .mann{
  height:100%;--chrome-h:58px;container-type:inline-size;container-name:pv}
.screen[data-screen="direction"] .vf-picker[data-device="tablet"] .mann{
  height:100%;--chrome-h:44px;container-type:inline-size;container-name:pv}
.screen[data-screen="direction"] .vf-picker[data-device="tablet"] .m-dots{display:none}
.screen[data-screen="direction"] .vf-picker[data-device="desktop"] .ip3d{
  position:absolute;top:50%;left:50%;width:1440px;height:900px;aspect-ratio:auto;filter:none;
  transform:translate(-50%,-50%) scale(var(--fit,1))}
.screen[data-screen="direction"] .vf-picker[data-device="tablet"] .ip3d{
  position:absolute;top:50%;left:50%;width:768px;height:1024px;aspect-ratio:auto;filter:none;
  transform:translate(-50%,-50%) scale(var(--fit,1))}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip3d{
  position:absolute;top:50%;left:50%;width:393px;height:852px;aspect-ratio:auto;filter:none;
  transform:translate(-50%,-50%) scale(var(--fit,1))}
.vf-picker .ip-top,.vf-picker .ip-home,
.vf-picker .ip-safari,.vf-picker .ip-nav{display:none}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .mann{
  height:100%;--chrome-h:58px;container-type:inline-size;container-name:pv}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-body,
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-extrude,
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-top,
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-safari,
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-nav,
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-home{display:none!important}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-chrome{justify-content:flex-start;padding:0}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-nav .lk{display:none}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-burg{display:block}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-nav #pvLogo:not(.has-img){display:none}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-nav #pvLogo:not(.has-img)+.lg-abbr{display:inline-flex}
.vf-picker .lg-abbr{display:none;font-weight:800;letter-spacing:.03em}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-dots{display:none}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-url{margin:0 auto;max-width:78%}
.screen[data-screen="direction"] .ip3d{position:relative;width:100%}
.vf-picker .ip-extrude{display:none}
.vf-picker .ip-body{display:none}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-body{display:block;position:absolute;inset:0;z-index:1;pointer-events:none;backface-visibility:hidden}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-body img{width:100%;height:100%;display:block;object-fit:contain;-webkit-user-drag:none;user-select:none;
  filter:drop-shadow(-20px 28px 38px rgba(0,0,0,.28)) drop-shadow(-6px 9px 15px rgba(0,0,0,.2))}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip3d.tilting{transition:transform .1s ease-out}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-extrude{display:none}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-top{display:flex;position:absolute;top:0;left:0;right:0;height:44px;z-index:22;
  align-items:center;justify-content:space-between;padding:0 26px 0 30px;color:var(--fwI);pointer-events:none}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-time{font:600 14px var(--sans);letter-spacing:.01em;margin-top:2px}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-island{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:46px;height:15px;border-radius:8px;background:#0a0a0c}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-stat{display:inline-flex;align-items:center;margin-top:2px}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-safari{display:flex;position:absolute;top:44px;left:0;right:0;z-index:21;
  align-items:center;gap:10px;padding:5px 13px 9px;color:var(--fwI);
  background:var(--fwC);
  border-bottom:1px solid color-mix(in srgb,var(--fwI) 9%,transparent)}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-aa{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:20px;font:600 13px var(--sans);color:color-mix(in srgb,var(--fwI) 52%,transparent)}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-addr{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:6px;height:33px;border-radius:10px;
  background:color-mix(in srgb,var(--fwI) 8%,transparent);color:color-mix(in srgb,var(--fwI) 68%,transparent);font:500 12.5px var(--sans);padding:0 12px}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-addr .ip-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-nav{display:flex;position:absolute;bottom:0;left:0;right:0;z-index:21;
  align-items:center;justify-content:space-between;padding:9px 26px 19px;color:#2f6bf3;
  background:var(--fwC);
  border-top:1px solid color-mix(in srgb,var(--fwI) 8%,transparent)}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .ip-home{display:block;position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:110px;height:5px;border-radius:3px;background:var(--fwI);opacity:.36;z-index:23}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-hero{padding-top:30px;padding-bottom:44px}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .m-foot{padding-bottom:74px}
.screen[data-screen="direction"] .vf-picker[data-device="mobile"] .mann::after{border-radius:0 0 40px 40px}
@keyframes pvUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
