.hk-hero-scene{--hs-bg:#2A2933;--hs-bg-deep:#232229;--hs-terra:#B58A6F;--hs-terra-hot:#B56A4F;--hs-lavender:#C9B8D8;--hs-sand:#E8E0D5;--hs-sand-ink:#5C5347;--hs-sage:#A8C0A0;--hs-ink:#F2EFE9;--hs-ink-dim:rgba(242,239,233,.55);position:relative;max-width:600px;margin-inline:auto;font-family:Golos Text,system-ui,sans-serif}.hk-hero-scene .stage-shell{background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:30px;padding:10px;box-shadow:0 40px 90px -40px #0009}.hk-hero-scene .stage{position:relative;background:var(--hs-bg-deep);border-radius:22px;overflow:hidden;display:grid;grid-template-columns:1fr 210px}.hk-hero-scene .scene-glow{position:absolute;inset:0;pointer-events:none;z-index:0;transition:opacity 2s var(--hk-ease-out)}.hk-hero-scene .scene-glow.night{background:radial-gradient(420px 300px at 78% 24%,rgba(201,184,216,.16),transparent 60%),radial-gradient(520px 380px at 8% 94%,rgba(181,138,111,.12),transparent 60%);opacity:1}.hk-hero-scene .scene-glow.morning{background:radial-gradient(440px 320px at 74% 22%,rgba(168,192,160,.18),transparent 60%),radial-gradient(520px 380px at 10% 92%,rgba(181,106,79,.16),transparent 60%);opacity:0}.hk-hero-scene.is-morning .scene-glow.night{opacity:0}.hk-hero-scene.is-morning .scene-glow.morning{opacity:1}.hk-hero-scene .chat{position:relative;z-index:1;display:flex;flex-direction:column;height:560px;border-right:1px solid rgba(255,255,255,.06);color:var(--hs-ink)}.hk-hero-scene .chat-head{display:flex;align-items:center;gap:11px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.hk-hero-scene .avatar{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:1.5px solid rgba(255,255,255,.14)}.hk-hero-scene .avatar img{width:100%;height:100%;object-fit:cover}.hk-hero-scene .who-wrap{min-width:0}.hk-hero-scene .who{font-weight:600;font-size:14.5px;display:flex;align-items:center;gap:7px;color:var(--hs-ink)}.hk-hero-scene .who .live{width:7px;height:7px;border-radius:50%;background:var(--hs-sage);box-shadow:0 0 7px var(--hs-sage);animation:hks-pulse 2.2s infinite}.hk-hero-scene .role{font-size:11.5px;color:var(--hs-sage);margin-top:1px}.hk-hero-scene .clock{margin-left:auto;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:13px;color:var(--hs-ink-dim);display:flex;align-items:center;gap:7px}.hk-hero-scene .clock .sky{font-size:14px;display:inline-block;transition:transform .8s var(--hk-ease-out),opacity .4s}.hk-hero-scene .clock .sky.flip{transform:rotate(180deg) scale(.4);opacity:0}.hk-hero-scene .msgs{flex:1;padding:18px 16px;display:flex;flex-direction:column;gap:10px;overflow:hidden;justify-content:flex-end}.hk-hero-scene .msg{max-width:88%;padding:10px 14px;border-radius:16px;font-size:13.5px;line-height:1.5;opacity:0;transform:translateY(14px) scale(.97);transition:opacity .55s var(--hk-ease-out),transform .55s var(--hk-ease-out)}.hk-hero-scene .msg.on{opacity:1;transform:translateY(0) scale(1)}.hk-hero-scene .msg.guest{align-self:flex-end;background:#c9b8d829;border:1px solid rgba(201,184,216,.22);border-bottom-right-radius:5px;color:#ede8f2}.hk-hero-scene .msg.kapy{align-self:flex-start;background:#b58a6f24;border:1px solid rgba(181,138,111,.24);border-bottom-left-radius:5px;color:var(--hs-ink)}.hk-hero-scene .msg .meta{display:flex;align-items:center;gap:4px;justify-content:flex-end;margin-top:6px}.hk-hero-scene .msg .t{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;color:var(--hs-ink-dim)}.hk-hero-scene .msg .ticks{font-size:10px;color:var(--hs-lavender);letter-spacing:-.12em}.hk-hero-scene .msg.kapy .ticks{display:none}.hk-hero-scene .typing{align-self:flex-start;display:none;align-items:center;gap:5px;background:#b58a6f24;border:1px solid rgba(181,138,111,.24);border-radius:16px 16px 16px 5px;padding:12px 16px}.hk-hero-scene .typing.on{display:flex}.hk-hero-scene .typing i{width:6px;height:6px;border-radius:50%;background:var(--hs-terra);animation:hks-tp 1.1s infinite}.hk-hero-scene .typing i:nth-child(2){animation-delay:.18s}.hk-hero-scene .typing i:nth-child(3){animation-delay:.36s}.hk-hero-scene .timeskip{position:absolute;inset:0;z-index:5;background:#232229f0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;opacity:0;pointer-events:none;transition:opacity .7s var(--hk-ease-out)}.hk-hero-scene .timeskip.on{opacity:1}.hk-hero-scene .timeskip .cal{font-size:26px;animation:hks-calflip 1.6s var(--hk-ease-out) infinite}.hk-hero-scene .timeskip span:not(.cal){font-family:Golos Text,system-ui,sans-serif;font-weight:600;font-size:19px;color:var(--hs-lavender);letter-spacing:.04em}.hk-hero-scene .receipt-col{position:relative;z-index:1;background:#0000002e;padding:20px 14px;display:flex;align-items:flex-start;justify-content:center}.hk-hero-scene .receipt{width:100%;background:var(--hs-sand);color:var(--hs-sand-ink);border-radius:4px 4px 0 0;font-family:IBM Plex Mono,ui-monospace,monospace;padding:16px 13px 22px;position:relative;box-shadow:0 16px 40px -18px #0000008c;-webkit-mask:linear-gradient(#000 0 0) top/100% calc(100% - 7px) no-repeat,radial-gradient(circle at 5px -2px,transparent 5px,#000 5.5px) bottom/10px 8px repeat-x;mask:linear-gradient(#000 0 0) top/100% calc(100% - 7px) no-repeat,radial-gradient(circle at 5px -2px,transparent 5px,#000 5.5px) bottom/10px 8px repeat-x}.hk-hero-scene .receipt:before{content:"";display:block;height:5px;margin:-8px -5px 10px;background:radial-gradient(circle at 4px 2px,var(--hs-bg-deep) 2px,transparent 2.5px) 0 0/14px 5px repeat-x}.hk-hero-scene .receipt .rhead{text-align:center;font-size:10px;letter-spacing:.14em;padding-bottom:10px;margin-bottom:10px;border-bottom:1.5px dashed rgba(92,83,71,.35)}.hk-hero-scene .receipt .rhead b{display:block;font-size:11.5px;letter-spacing:.1em;margin-bottom:3px}.hk-hero-scene .rline{display:flex;justify-content:space-between;align-items:baseline;gap:6px;font-size:11px;line-height:1.45;padding:6px 0;opacity:0;transform:translateY(8px);transition:opacity .5s var(--hk-ease-out),transform .5s var(--hk-ease-out)}.hk-hero-scene .rline.on{opacity:1;transform:translateY(0)}.hk-hero-scene .rline .nm{max-width:58%}.hk-hero-scene .rline .dots{flex:1;border-bottom:1px dotted rgba(92,83,71,.4);transform:translateY(-3px)}.hk-hero-scene .rline .pr{white-space:nowrap;font-weight:600}.hk-hero-scene .rline.total{border-top:1.5px dashed rgba(92,83,71,.35);margin-top:8px;padding-top:12px;font-size:11.5px;font-weight:600}.hk-hero-scene .rline.total .pr{color:var(--hs-terra-hot);font-size:13.5px}.hk-hero-scene .rstamp{margin-top:14px;text-align:center;opacity:0;transform:scale(1.6) rotate(-14deg);transition:opacity .45s var(--hk-ease-out),transform .45s var(--hk-ease-out)}.hk-hero-scene .rstamp.on{opacity:1;transform:scale(1) rotate(-3deg)}.hk-hero-scene .rstamp span{display:inline-block;border:2px solid var(--hs-terra-hot);color:var(--hs-terra-hot);border-radius:6px;padding:6px 9px;font-size:9.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;line-height:1.55}.hk-hero-scene .punch{margin-top:18px;text-align:center;font-size:15px;color:var(--color-ink-muted);opacity:0;transform:translateY(10px);transition:opacity .7s var(--hk-ease-out),transform .7s var(--hk-ease-out);min-height:24px}.hk-hero-scene .punch.on{opacity:1;transform:translateY(0)}.hk-hero-scene .punch b{color:var(--color-brand-primary);font-weight:600}.hk-hero-scene .replay{position:absolute;right:14px;bottom:12px;z-index:6;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:var(--hs-ink);border-radius:999px;padding:7px 16px;font-family:Golos Text,system-ui,sans-serif;font-size:12.5px;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .5s,background .3s}.hk-hero-scene .replay.on{opacity:1;pointer-events:auto}.hk-hero-scene .replay:hover{background:#ffffff24}@keyframes hks-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes hks-tp{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes hks-calflip{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:920px){.hk-hero-scene .stage{grid-template-columns:1fr;grid-template-rows:auto auto}.hk-hero-scene .chat{height:400px;border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.hk-hero-scene .msg{font-size:13px;max-width:92%}.hk-hero-scene .receipt-col{padding:16px 14px 54px}.hk-hero-scene .receipt{max-width:300px}.hk-hero-scene .replay{left:50%;right:auto;transform:translate(-50%);bottom:12px}.hk-hero-scene .stage-shell{border-radius:24px;padding:8px}.hk-hero-scene .stage{border-radius:18px}.hk-hero-scene .punch{font-size:14px;padding:0 8px}}@media(max-width:380px){.hk-hero-scene .chat{height:380px}}@media(prefers-reduced-motion:reduce){.hk-hero-scene *{animation:none!important;transition:none!important}}.hk-fork[data-astro-cid-xe5ha4ex]{--fork-line: color-mix(in srgb, var(--color-brand-primary) 30%, transparent);--fork-gap: 20px;position:relative}.hk-node[data-astro-cid-xe5ha4ex]{display:flex;align-items:flex-start;gap:12px;max-width:560px}.hk-node-avatar[data-astro-cid-xe5ha4ex]{flex:none;width:40px;height:40px;border-radius:9999px;background:var(--color-bg-card)}.hk-node-who[data-astro-cid-xe5ha4ex]{font-family:var(--font-display);font-weight:600;font-size:13px;line-height:1.4;color:var(--color-ink-muted);margin-bottom:6px}.hk-bubble[data-astro-cid-xe5ha4ex]{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-radius:14px 14px 14px 2px;background:var(--color-bg-card);border:1px solid var(--color-hairline)}.hk-chip[data-astro-cid-xe5ha4ex]{display:inline-flex;align-items:center;padding:6px 12px;border-radius:9999px;border:1px solid var(--fork-line);background:color-mix(in srgb,var(--color-brand-primary) 6%,transparent);font-size:var(--text-caption);line-height:1.4;color:var(--color-brand-primary);white-space:nowrap}.hk-branches[data-astro-cid-xe5ha4ex]{position:relative;display:grid;gap:var(--fork-gap)}.hk-branch[data-astro-cid-xe5ha4ex]{position:relative;border-radius:16px;border:1px solid var(--color-hairline);background:var(--color-bg-card);padding:22px}.hk-branch-title[data-astro-cid-xe5ha4ex]{font-family:var(--font-display);font-weight:600;font-size:var(--text-h3);line-height:1.3;color:var(--color-ink-dark);margin-bottom:8px}@media(max-width:767px){.hk-branches[data-astro-cid-xe5ha4ex]{padding-left:34px}.hk-branch[data-astro-cid-xe5ha4ex]:before{content:"";position:absolute;left:-22px;top:0;width:1px;height:calc(100% + var(--fork-gap));background:var(--fork-line)}.hk-branch[data-astro-cid-xe5ha4ex]:first-child:before{top:-30px;height:calc(100% + var(--fork-gap) + 30px)}.hk-branch[data-astro-cid-xe5ha4ex]:last-child:before{height:34px}.hk-branch[data-astro-cid-xe5ha4ex]:after{content:"";position:absolute;left:-22px;top:34px;width:22px;height:1px;background:var(--fork-line)}.hk-node[data-astro-cid-xe5ha4ex]{margin-bottom:30px}}@media(min-width:768px){.hk-node[data-astro-cid-xe5ha4ex]{margin-inline:auto}.hk-branches[data-astro-cid-xe5ha4ex]{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:46px;margin-top:22px}.hk-branches[data-astro-cid-xe5ha4ex]:before{content:"";position:absolute;top:22px;left:16.667%;right:16.667%;height:1px;background:var(--fork-line)}.hk-branches[data-astro-cid-xe5ha4ex]:after{content:"";position:absolute;top:-22px;left:50%;width:1px;height:44px;background:var(--fork-line)}.hk-branch[data-astro-cid-xe5ha4ex]:before{content:"";position:absolute;top:-24px;left:50%;width:1px;height:24px;background:var(--fork-line)}}.hk-shot[data-astro-cid-vxuxeisu]{position:relative;--hk-bleed: clamp(32px, 6vw, 88px)}.hk-window[data-astro-cid-vxuxeisu]{position:relative;z-index:1;border-radius:14px;border:1px solid var(--color-hairline);background:var(--color-bg-card);overflow:hidden;box-shadow:0 26px 60px -34px #1f1a145c,0 4px 14px -8px #1f1a1424}.hk-bar[data-astro-cid-vxuxeisu]{display:flex;align-items:center;gap:7px;padding:9px 12px;background:var(--color-bg-subtle);border-bottom:1px solid var(--color-hairline)}.hk-dot[data-astro-cid-vxuxeisu]{flex:none;width:9px;height:9px;border-radius:9999px;background:var(--color-hairline)}.hk-url[data-astro-cid-vxuxeisu]{flex:1 1 auto;max-width:240px;margin-inline:8px auto;padding:3px 10px;border-radius:9999px;background:var(--color-bg-card);border:1px solid var(--color-hairline);font-size:11px;line-height:1.5;color:var(--color-ink-muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hk-img[data-astro-cid-vxuxeisu]{display:block;width:100%;height:auto}.hk-cap[data-astro-cid-vxuxeisu]{position:relative;z-index:1;margin-top:12px;font-size:var(--text-caption);line-height:1.5;color:var(--color-ink-muted)}.hk-blob[data-astro-cid-vxuxeisu]{position:absolute;z-index:0;display:block;width:82%;height:88%;top:-7%;pointer-events:none;color:var(--color-cta);opacity:.14}.hk-blob[data-astro-cid-vxuxeisu] path[data-astro-cid-vxuxeisu]{fill:currentColor}.hk-shot--right[data-astro-cid-vxuxeisu] .hk-blob[data-astro-cid-vxuxeisu],.hk-shot--plain[data-astro-cid-vxuxeisu] .hk-blob[data-astro-cid-vxuxeisu]{right:-5%}.hk-shot--left[data-astro-cid-vxuxeisu] .hk-blob[data-astro-cid-vxuxeisu]{left:-5%}@media(min-width:768px){.hk-shot--right[data-astro-cid-vxuxeisu]{margin-right:calc(-1 * var(--hk-bleed))}.hk-shot--left[data-astro-cid-vxuxeisu]{margin-left:calc(-1 * var(--hk-bleed))}.hk-shot--right[data-astro-cid-vxuxeisu] .hk-cap[data-astro-cid-vxuxeisu]{margin-right:var(--hk-bleed)}.hk-shot--left[data-astro-cid-vxuxeisu] .hk-cap[data-astro-cid-vxuxeisu]{margin-left:var(--hk-bleed)}}@media(max-width:767px){.hk-blob[data-astro-cid-vxuxeisu]{width:92%;height:70%;top:-4%;right:-6%;left:auto;opacity:.1}.hk-shot--left[data-astro-cid-vxuxeisu] .hk-blob[data-astro-cid-vxuxeisu]{left:-6%;right:auto}.hk-window[data-astro-cid-vxuxeisu]{border-radius:12px}.hk-shot--plate[data-astro-cid-vxuxeisu] .hk-window[data-astro-cid-vxuxeisu]{border-radius:0;border-left:0;border-right:0;box-shadow:none}.hk-shot--plate[data-astro-cid-vxuxeisu] .hk-cap[data-astro-cid-vxuxeisu]{padding-inline:24px}}.term-btn[data-astro-cid-hkoc4sea]{color:var(--color-ink-muted, #6F6E66)}.term-btn[data-astro-cid-hkoc4sea].is-active{background:var(--color-brand-primary, #2E4A3A);color:#fff}.group-chip[data-astro-cid-hkoc4sea].is-active{background:var(--color-brand-primary, #2E4A3A);color:#fff;border-color:var(--color-brand-primary, #2E4A3A)}.faq-icon[data-astro-cid-al2ca2vr]{transition:transform .3s var(--hk-ease-out)}@media(prefers-reduced-motion:reduce){.faq-icon[data-astro-cid-al2ca2vr]{transition:transform .16s ease}}
