.profile-quick-pick{display:grid;grid-template-columns:minmax(0,auto) minmax(170px,1fr);align-items:center;grid-gap:12px;gap:12px;width:100%;margin:10px 0 16px;padding:11px 12px;border:1px solid rgba(151,124,91,.38);border-radius:15px;background:rgba(250,244,230,.78);box-shadow:0 4px 14px rgba(90,70,40,.07)}.profile-quick-pick__label{display:flex;align-items:center;gap:9px;min-width:0;color:var(--hm-ink)}.profile-quick-pick__label>span:last-child{display:grid;grid-gap:1px;gap:1px;min-width:0}.profile-quick-pick__label strong{font-size:14px;line-height:1.35}.profile-quick-pick__label small{color:var(--muted);font-size:14px;line-height:1.35}.profile-quick-pick__icon{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;border-radius:10px;background:var(--hm-ink);color:var(--hm-paper);font-family:var(--font-hand);font-size:13px}.profile-quick-pick select.profile-picker--compact{width:100%;max-width:none;min-height:44px;padding-top:9px;padding-bottom:9px;border-style:solid;border-radius:11px;background-color:rgba(255,255,255,.78);font-size:16px}.profile-quick-pick select.profile-picker--compact:focus-visible{outline:2px solid var(--hm-red);outline-offset:2px}.panel-head .profile-quick-pick{width:min(100%,390px);margin:0}.cd-divider:has(.profile-quick-pick){flex-wrap:wrap}.cd-divider:has(.profile-quick-pick):before{order:0}.cd-divider:has(.profile-quick-pick)>span{order:1}.cd-divider:has(.profile-quick-pick):after{order:2}.cd-divider .profile-quick-pick{order:3;flex-basis:100%;margin:2px 0 0;letter-spacing:normal}.hm-ledger{margin-bottom:18px;padding:16px;border:1px solid rgba(151,124,91,.28);border-radius:16px;box-shadow:0 5px 18px rgba(90,70,40,.1)}.hm-ledger__head{gap:10px;margin-bottom:14px}.hm-ledger__manage{padding:5px 9px;border:1px solid var(--line-strong);border-radius:999px;text-decoration:none}.hm-ledger__tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:11px;gap:11px}.hm-ledger__tab{display:grid;grid-gap:9px;gap:9px;min-height:74px;padding:12px 13px;border-radius:13px;background:rgba(255,255,255,.82);text-align:left;transition:border-color var(--ui-motion-state,.15s),transform var(--ui-motion-state,.15s),background var(--ui-motion-state,.15s),box-shadow var(--ui-motion-state,.15s)}.hm-ledger__tab.is-selected{border-style:solid;border-color:var(--hm-ink);background:rgba(151,124,91,.12);box-shadow:0 0 0 2px rgba(74,57,37,.08)}.hm-ledger__tab:focus-visible{outline:2px solid var(--hm-red);outline-offset:2px}.hm-ledger__row{display:flex;align-items:center;gap:7px;width:100%}.hm-ledger__name{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.hm-ledger__primary{flex:none;padding:2px 6px;border-radius:999px;background:rgba(151,45,35,.1);color:var(--hm-red);font-size:10px;font-weight:700}.hm-ledger__selected{display:grid;flex:0 0 22px;width:22px;height:22px;margin-left:auto;place-items:center;border-radius:50%;background:var(--hm-ink);color:var(--hm-paper);font-size:12px}.hm-ledger__meta{display:flex;align-items:center;gap:7px;font-size:14px}.hm-ledger__meta strong{padding:2px 6px;border:1px solid rgba(151,124,91,.34);border-radius:999px;color:var(--hm-ink);font-size:14px;letter-spacing:.04em}.cd-mbti-picker{margin-top:12px;padding:16px;border:1px solid rgba(139,114,76,.24);border-radius:20px;background:var(--surface);box-shadow:0 12px 30px rgba(51,38,30,.08),inset 0 1px 0 rgba(255,255,255,.75)}.cd-mbti-picker__guide{align-items:center}.cd-mbti-picker__progress{display:grid;flex:0 0 72px;grid-gap:5px;gap:5px}.cd-mbti-picker__progress>span:first-child{color:var(--cd-gold);font-family:var(--cd-sans);font-size:11px;font-weight:700;line-height:1;text-align:right}.cd-mbti-picker__track{display:block;width:72px;height:4px;overflow:hidden;border-radius:999px;background:rgba(26,22,20,.1)}.cd-mbti-picker__track>span{display:block;width:var(--cd-mbti-progress);height:100%;border-radius:inherit;background:var(--surface);transition:width .22s ease}.cd-mbti-picker .cd-axes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 14px;gap:18px 14px;margin-top:18px}.cd-mbti-picker .cd-axis{display:block;min-width:0;margin:0;padding:0;border:0;background:transparent}.cd-mbti-picker .cd-axis__name{display:block;width:auto;margin:0 0 7px;padding:0;color:var(--cd-ink-2);font-size:14px;font-weight:650;line-height:1.4}.cd-mbti-picker .cd-axis__name>span{vertical-align:middle}.cd-mbti-picker .cd-axis__step{display:inline-grid;width:20px;height:20px;margin-right:7px;place-items:center;border:1px solid rgba(168,129,60,.32);border-radius:50%;background:rgba(255,255,255,.52);color:var(--cd-gold);font-family:var(--cd-sans);font-size:9px;font-weight:700}.cd-mbti-picker .cd-axis__poles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px;gap:4px;padding:4px;border:1px solid rgba(26,22,20,.1);border-radius:17px;background:rgba(26,22,20,.055);box-shadow:inset 0 1px 2px rgba(51,38,30,.05)}.cd-mbti-picker .cd-axis .cd-pole{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 20px;grid-template-areas:"code check" "meaning meaning";align-content:center;align-items:center;min-height:94px;padding:11px 12px;grid-gap:7px;gap:7px;border:1px solid var(--ui-control-border,#9b8e81);border-radius:13px;background:rgba(255,253,247,.82);color:var(--cd-ink-3);box-shadow:0 1px 2px rgba(51,38,30,.04);text-align:left;transition:color var(--ui-motion-state,.15s) ease,background var(--ui-motion-state,.15s) ease,border-color var(--ui-motion-state,.15s) ease,box-shadow var(--ui-motion-state,.15s) ease,transform var(--ui-motion-state,.15s) ease}@media (hover:hover){.cd-mbti-picker .cd-axis .cd-pole:not(.cd-pole--on):hover{border-color:rgba(168,129,60,.34);background:#fffdf8;box-shadow:0 5px 14px rgba(51,38,30,.09);transform:translateY(-1px)}}.cd-mbti-picker .cd-pole__code{display:grid;grid-area:code;width:30px;height:30px;place-items:center;border:1px solid rgba(139,114,76,.3);border-radius:10px;background:rgba(255,255,255,.68);color:var(--cd-ink);font-size:17px;font-weight:800;line-height:1;opacity:1}.cd-mbti-picker .cd-pole__meaning{grid-area:meaning;color:inherit;font-size:16px;font-weight:500;line-height:1.5;word-break:break-all;overflow-wrap:break-word;text-wrap:wrap}.cd-mbti-picker .cd-pole__check{display:grid;grid-area:check;width:20px;height:20px;place-items:center;border:1px solid rgba(26,22,20,.16);border-radius:50%;color:transparent;font-family:var(--cd-sans);font-size:12px;line-height:1}.cd-mbti-picker .cd-axis .cd-pole--on{border-color:var(--cd-gold);background:var(--ui-accent,#9b6427);color:var(--ui-on-accent,#fffdf9);box-shadow:0 8px 18px rgba(51,38,30,.2),inset 0 1px 0 rgba(255,255,255,.09)}.cd-mbti-picker .cd-pole--on .cd-pole__code{border-color:var(--cd-gold-light);background:var(--cd-cream);color:var(--cd-ink)}.cd-mbti-picker .cd-pole--on .cd-pole__check{border-color:var(--cd-gold-light);background:var(--ui-on-accent,#fffdf9);color:var(--ui-accent,#9b6427)}.cd-mbti-picker.is-complete{border-color:rgba(168,129,60,.38)}.cd-mbti-picker.is-complete .cd-mbti-picker__track>span{box-shadow:none}@media (max-width:560px){.panel-head .profile-quick-pick,.profile-quick-pick{grid-template-columns:1fr;width:100%;margin:8px 0 14px}.panel-head:has(.profile-quick-pick){align-items:stretch;flex-wrap:wrap}.hm-ledger__head{align-items:flex-start;flex-wrap:wrap}.hm-ledger__sub{flex-basis:100%}.hm-ledger__manage{margin-left:0}.hm-ledger__tabs{grid-template-columns:1fr}.cd-mbti-picker{padding:14px 12px}.cd-mbti-picker .cd-axes{gap:15px}.cd-mbti-picker .cd-axes,.cd-mbti-picker .cd-axis__poles{grid-template-columns:minmax(0,1fr)}.cd-mbti-picker .cd-axis .cd-pole{grid-template-columns:34px minmax(0,1fr) 20px;grid-template-areas:"code meaning check";min-height:58px;padding:10px 11px;gap:10px}}@media (max-width:380px){.cd-mbti-picker{--ui-mbti-columns:1;margin-inline:-2px;padding:12px 10px}.cd-mbti-picker__guide{align-items:flex-start}.cd-mbti-picker__guide p{font-size:12px}.cd-mbti-picker__progress{flex-basis:58px}.cd-mbti-picker__track{width:58px}.cd-mbti-picker .cd-pole__meaning{font-size:16px}}@media (prefers-reduced-motion:reduce){.cd-mbti-picker .cd-axis .cd-pole,.cd-mbti-picker__track>span,.hm-ledger__tab{transition:none}}body.hm-cinematic{--ui-ease:cubic-bezier(0.22,1,0.36,1);--ui-motion-state:150ms;--ui-motion-page:240ms;--ui-shadow:0 8px 24px -18px rgba(48,42,38,0.22);--ui-on-accent:#fffdf9;--ui-on-header:#fff8ed;--ui-header:#49392f;--ui-error-surface:#fcf0ed;--ui-error:#a13f32;--ui-focus:#85521d;--ui-selected:#f2e8d8;--ui-accent-hover:#7e4e1e;--ui-accent:#9b6427;--ui-control-border:#9b8e81;--ui-border:#d8d0c6;--ui-text-muted:#6b625b;--ui-text:#302a26;--ui-surface-soft:#f3f0ea;--ui-surface:#fffdf9;--ui-page:#faf9f6;--night:var(--ui-page);--night-raised:var(--ui-surface);--night-soft:var(--ui-surface-soft);--amber:var(--ui-accent);--amber-bright:var(--ui-accent);--ivory:var(--ui-text);--ivory-soft:var(--ui-text-muted);--paper:var(--ui-surface-soft);--paper-bright:var(--ui-surface);--paper-ink:var(--ui-text);--night-line:var(--ui-border);--bg:var(--night);--bg-warm:var(--night-raised);--surface:var(--paper-bright);--ink:var(--paper-ink);--ink-soft:var(--ui-text-muted);--muted:var(--ui-text-muted);--line:var(--ui-border);--line-strong:var(--ui-control-border);--purple:var(--ui-accent);--purple-dark:var(--ui-accent-hover);--purple-soft:var(--ui-selected);--coin:var(--amber);--hm-paper:var(--paper-bright);--hm-paper-line:rgba(132,102,58,0.16);--hm-ink:var(--ui-text);--hm-red:var(--ui-error);min-height:100vh;max-width:100%;overflow-x:clip;background:var(--ui-page);text-size-adjust:100%;text-rendering:optimizeLegibility;color:var(--ui-text)}html:has(body.hm-cinematic){max-width:100%;overflow-x:clip}body.hm-cinematic main{max-width:760px;padding:42px 22px 104px;background:transparent;border:0}body.hm-cinematic main:has(>.cd){max-width:none;padding:0}body.hm-cinematic :is(button,a,input,select,textarea):focus-visible{outline:2px solid var(--ui-focus);outline-offset:3px}.hm-cinematic .cd.cd-header{position:-webkit-sticky;position:sticky;top:0;z-index:80;border-bottom:1px solid #665043;background:var(--ui-header);color:var(--ui-on-header);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hm-cinematic .cd-header .cd-btn--ghost{border-color:#b09a83;color:var(--ui-on-header)}.hm-cinematic .cd-header :is(a,button):focus-visible{outline-color:var(--ui-on-header)}.hm-cinematic .cd-header__inner{width:min(100% - 40px,1120px);max-width:1120px;min-height:68px}.hm-cinematic .cd-brand{color:var(--ui-on-header);font-family:var(--font-body);font-size:16px;font-weight:700;letter-spacing:-.02em}.hm-cinematic .cd-brand__mark{width:auto;height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#e5be80;box-shadow:none}.hm-cinematic .cd-balance,.hm-cinematic .cd-guest-chip{border-color:#8e7965;background:transparent;color:var(--ui-on-header)}.hm-cinematic .cd-balance__label{color:#ecdfcb}.hm-cinematic .cd-balance__value{color:#f5dba8}.hm-cinematic .cd{--cd-bg:var(--night);--cd-paper:var(--paper-bright);--cd-paper-light:var(--ui-surface);--cd-paper-dark:var(--ui-surface-soft);--cd-field:var(--ui-surface);--cd-dark:var(--ui-header);--cd-dark-spine:#34281f;--cd-gold:var(--amber);--cd-gold-light:#dfb978;--cd-cream:var(--ui-on-header);--cd-line:var(--ui-border);--cd-line-soft:var(--ui-border);background:transparent;color:var(--ivory);--cd-memo:var(--ui-surface-soft);--cd-ink:var(--ui-text);--cd-ink-2:var(--ui-text);--cd-ink-3:var(--ui-text-muted);--cd-mute:var(--ui-text-muted);--cd-mute-2:var(--ui-text-muted);--cd-mute-3:var(--ui-text-muted);--cd-mute-4:var(--ui-text-muted);--cd-gold-text:#f6e09b;--cd-hand:#805623;--cd-seal:var(--ui-error);--cd-rule-bg:none}.hm-cinematic .cd-page{width:min(100%,760px);max-width:760px;min-height:calc(100dvh - 68px);margin:0 auto;padding:42px 22px calc(112px + var(--cd-tabbar-space, 0px));background:transparent}.hm-cinematic main>:not(.cd-home-gate){animation:cdInk var(--ui-motion-page) var(--ui-ease) both}.hm-cinematic .cd-tabbar__item--on>span:last-child{font-weight:750;text-decoration:underline;text-underline-offset:5px}.hm-cinematic .cd :is(.cd-h1,.cd-h2,.cd-ask){color:var(--ivory);text-wrap:balance}.hm-cinematic .cd :is(.cd-lead,.cd-ask__sub,.cd-hint,.cd-fineprint){color:var(--ivory-soft)}.hm-cinematic .cd-eyebrow,.hm-cinematic .eyebrow{color:var(--amber-bright);letter-spacing:.18em}.hm-cinematic .cd-topbar{border-bottom-color:var(--night-line)}.hm-cinematic .cd-crumbs a,.hm-cinematic .cd-topbar__back,.hm-cinematic .cd-topbar__link{color:var(--ivory-soft)}.hm-cinematic :is(.cd-btn,.btn--primary,.btn--brass){min-height:48px;border:1px solid var(--amber);border-radius:10px;background:var(--ui-accent);color:var(--ui-on-accent);box-shadow:none;font-weight:750;transition:transform var(--ui-motion-state) ease,border-color var(--ui-motion-state) ease,background var(--ui-motion-state) ease;border-color:var(--ui-accent)}@media (hover:hover){.hm-cinematic :is(.cd-btn,.btn--primary,.btn--brass):not(:disabled):hover{border-color:var(--ui-accent-hover);background:var(--ui-accent-hover);transform:translateY(-1px)}.hm-cinematic :is(.cd-btn--ghost,.btn--ghost):not(:disabled):hover{border-color:var(--ui-accent);background:var(--ui-selected);color:var(--ui-text)}}.hm-cinematic :is(.cd-btn,.btn):disabled{cursor:not-allowed;filter:saturate(.35);opacity:.52}.hm-cinematic :is(.cd-btn--ghost,.btn--ghost){border-color:var(--ui-control-border);background:transparent;color:var(--ui-text);box-shadow:none}.hm-cinematic .cd-paper :is(.cd-btn--ghost,.btn--ghost),.hm-cinematic :is(.panel,.section,.hm-paper) :is(.btn--ghost,.cd-btn--ghost){border-color:var(--ui-control-border);color:var(--paper-ink)}.hm-cinematic :is(input,select,textarea){min-height:48px;border-color:var(--ui-control-border);border-radius:10px;background:var(--ui-surface);color:var(--paper-ink);box-shadow:none;font-size:16px}.hm-cinematic :is(input,textarea)::placeholder{color:var(--ui-text-muted)}.hm-cinematic :is(.cd-field__label,.form-row label,.charm-field>span){color:inherit;font-weight:700}.hm-cinematic .form-row{color:var(--paper-ink)}.hm-cinematic .cd-field,.hm-cinematic .cd-field__label{color:var(--ivory)}.hm-cinematic :is(.cd-paper,.cd-leaf__sheet,.cd-contact__section,.cd-contact__login) :is(.cd-field,.cd-field__label){color:var(--paper-ink)}.hm-cinematic :is(.cd-paper,.cd-leaf__sheet,.hm-paper,.panel,.section){border:1px solid var(--ui-border);background-color:var(--paper-bright);color:var(--paper-ink);box-shadow:var(--ui-shadow)}.hm-cinematic :is(.panel,.section){padding:26px;border-radius:18px}.hm-cinematic :is(.panel,.section) :is(h1,h2,h3,.panel-title){color:var(--paper-ink)}.hm-cinematic :is(.panel-sub,.section-sub,.form-note,.empty-note,.notice){color:#665c4f;font-size:16px;line-height:1.7}.hm-cinematic :is(.cd-paper,.cd-leaf__sheet) :is(.cd-h1,.cd-h2,.cd-ask,.cd-lead,.cd-ask__sub,.cd-hint,.cd-fineprint){color:var(--paper-ink)}.hm-cinematic :is(.list-row,.order-summary,.summary-card,.result-card,.saved-card){border-color:#dfd1b9;background:var(--ui-surface)}.hm-cinematic .cd-mbti-picker,.hm-cinematic .hm-ledger,.hm-cinematic .profile-quick-pick{border-color:var(--ui-border);background:var(--ui-surface);color:var(--paper-ink);box-shadow:var(--ui-shadow)}.hm-cinematic .hm-ledger__selected,.hm-cinematic .profile-quick-pick__icon{background:var(--ui-accent);color:var(--ui-on-accent)}.hm-cinematic .hm-ledger__tab{border-color:var(--ui-control-border);background:var(--ui-surface)}.hm-cinematic .hm-ledger__tab.is-selected{border-color:var(--ui-accent);background:var(--ui-selected)}.hm-cinematic .cd-mbti-picker .cd-axis .cd-pole--on{border-color:var(--amber);background:var(--ui-accent);color:var(--ui-on-accent)}body.hm-cinematic:has(.cd-gate){--cd-tabbar-space:0px;background:#080807}body.hm-cinematic:has(.cd-gate) :is(.cd-header,.cd-footer,.cd-tabbar){display:none}.hm-cinematic .cd-home-gate{width:100%;max-width:none;min-height:100dvh;margin:0;background:#080807;--night:#11110f;--night-raised:#191915;--night-soft:#222019;--amber:#d5a247;--amber-bright:#efc778;--ivory:#f5eddd;--ivory-soft:#cfc4b0;--paper:#f3ead8;--paper-bright:#fbf6eb;--paper-ink:#28231d;--night-line:rgba(239,199,120,0.2);--bg:var(--night);--bg-warm:var(--night-raised);--surface:var(--paper-bright);--ink:var(--paper-ink);--ink-soft:#5a5145;--muted:#817566;--line:#dfd2bd;--line-strong:#c9b898;--purple:#a8772f;--purple-dark:#7f5721;--purple-soft:#eee0c3;--coin:var(--amber);--hm-paper:var(--paper-bright);--hm-paper-line:rgba(132,102,58,0.16);--hm-ink:#40362b;--hm-red:#a74532;--cd-bg:var(--night);--cd-paper:var(--paper-bright);--cd-paper-light:#f7efdf;--cd-paper-dark:#e9dcc6;--cd-field:#f5edde;--cd-dark:var(--night-raised);--cd-dark-spine:#0a0a09;--cd-gold:var(--amber);--cd-gold-light:var(--amber-bright);--cd-cream:var(--ivory);--cd-line:rgba(72,56,34,0.16);--cd-line-soft:rgba(72,56,34,0.22);--cd-memo:#f5efc2;--cd-ink:#1a1614;--cd-ink-2:#3c352f;--cd-ink-3:#4a423b;--cd-mute:#5b5248;--cd-mute-2:#6b6055;--cd-mute-3:#857a6e;--cd-mute-4:#9a8e7e;--cd-gold-text:#f6e09b;--cd-hand:#7a5c24;--cd-seal:#9e3b2e;--cd-wood:#7a8a4a;--cd-fire:#b0604e;--cd-earth:#c9bba6;--cd-metal:#7c8894;--cd-water:#4f7a88;--cd-rule-bg:repeating-linear-gradient(0deg,transparent 0 31px,rgba(26,22,20,0.028) 31px 32px);--cd-serif:var(--font-body),"Gowun Batang",serif;--cd-sans:var(--font-ui),"Noto Sans KR",system-ui,sans-serif;--cd-hand-font:var(--font-quote),"Gaegu",cursive}.hm-cinematic .cd-home-gate :is(button,a):focus-visible{outline-color:var(--amber-bright)}.hm-cinematic .cd-gate{position:relative;display:flex;flex-direction:row;align-items:center;width:100%;max-width:none;min-height:100dvh;margin:0 auto;overflow:hidden;isolation:isolate}.hm-cinematic .cd-gate:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(4,4,3,.5),transparent 48%),linear-gradient(0deg,rgba(5,5,4,.72),transparent 30%);pointer-events:none}.hm-cinematic .cd-gate__art{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:cdFade .85s ease both}.hm-cinematic .cd-gate__copy{position:relative;z-index:2;width:min(650px,calc(100% - 64px));max-width:650px;margin-left:clamp(32px,9vw,180px);padding:60px 0 120px;text-align:left}.hm-cinematic .cd-gate__title{display:grid;grid-gap:2px;gap:2px;margin:0;color:var(--ivory);font-family:var(--font-body);font-size:clamp(46px,4.4vw,60px);font-weight:400;line-height:1.16;letter-spacing:-.055em;text-shadow:0 3px 30px rgba(0,0,0,.7)}.hm-cinematic .cd-gate__title span:last-child{color:var(--amber-bright)}.hm-cinematic .cd-gate__sub{margin:25px 0 0;color:#ddd2bf;font-size:17px;line-height:1.85;text-shadow:0 2px 20px #000}.hm-cinematic .cd-gate__actions{display:flex;align-items:stretch;flex-direction:column;gap:6px;width:min(100%,250px);margin-top:34px}.hm-cinematic .cd-gate__cta{width:100%;min-width:0;padding-inline:24px;border:1px solid var(--amber);background:linear-gradient(135deg,#e2b45e,#b9802c);color:#17130e;box-shadow:0 12px 30px -18px rgba(213,162,71,.8);transition:transform .16s ease,border-color .16s ease,background .16s ease}@media (hover:hover){.hm-cinematic .cd-gate .cd-gate__cta:not(:disabled):hover{border-color:var(--amber-bright);background:linear-gradient(135deg,#efc778,#c88e34);transform:translateY(-1px)}}.hm-cinematic .cd-gate__browse{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:4px 2px;border:0;background:transparent;color:var(--ivory);font-family:var(--font-ui);font-size:14px;opacity:1;text-shadow:0 2px 12px #000;text-decoration:none}.hm-cinematic .cd-gate__browse-arrow{color:var(--amber-bright);transition:transform .16s ease}.hm-cinematic .cd-gate__browse:hover .cd-gate__browse-arrow{transform:translateX(3px)}.hm-cinematic .cd-gate__footnote{position:absolute;z-index:2;right:clamp(30px,9vw,180px);bottom:30px;display:flex;gap:18px;margin:0;color:rgba(245,237,221,.62);font-family:var(--font-ui);font-size:11px;letter-spacing:.07em}.hm-cinematic .cd-gate__footnote span+span:before{content:"·";margin-right:18px;color:var(--amber)}.hm-cinematic .cd-home-shelf{min-height:100vh;background:var(--ui-surface)}.hm-cinematic .cd-home-shelf .cd-page{width:min(100%,1100px);max-width:1100px;padding-top:78px}.hm-cinematic .cd-shelf__eyebrow{margin:0}.hm-cinematic .cd-shelf__title{max-width:640px;margin:15px 0 0;font-size:clamp(34px,5vw,54px);font-weight:400;line-height:1.24;letter-spacing:-.045em}.hm-cinematic .cd-shelf__intro{max-width:520px;margin:18px 0 0;color:var(--ivory-soft);font-size:16px}.hm-cinematic .cd-shelf__date{margin:48px 0 12px;color:var(--ui-text-muted);font-family:var(--font-ui);font-size:11px;letter-spacing:.11em}.hm-cinematic .cd-today{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(0,1.45fr);grid-gap:28px 42px;gap:28px 42px;margin:0 0 66px;padding:30px;border:1px solid var(--ui-border);border-radius:18px;background:var(--ui-surface);box-shadow:var(--ui-shadow)}.hm-cinematic .cd-today__label{grid-column:1;margin:0;color:var(--amber-bright);font-family:var(--font-ui);font-size:10px;letter-spacing:.16em}.hm-cinematic .cd-today__name{grid-column:1;margin:-18px 0 0;color:var(--ivory);font-family:var(--font-body);font-size:25px}.hm-cinematic .cd-today__line{grid-column:1;margin:-17px 0 0;color:var(--ivory-soft);font-size:14px;line-height:1.8}.hm-cinematic .cd-today__picks{grid-column:2;grid-row:1/span 3;display:grid;grid-gap:9px;gap:9px}.hm-cinematic .cd-today__pick{padding:14px 16px;border:1px solid var(--ui-border);border-radius:11px;background:var(--ui-surface);color:var(--ivory);text-decoration:none}.hm-cinematic .cd-today__pick-price{color:var(--amber-bright)}.hm-cinematic .cd-today__pick-reason{color:var(--ivory-soft)}.hm-cinematic .cd-shelfrow{margin:0 0 64px;padding:0;border:0;background:transparent}.hm-cinematic .cd-shelfrow__head{display:flex;align-items:baseline;gap:13px;margin-bottom:16px}.hm-cinematic .cd-shelfrow__label{flex:none;margin:0;color:var(--cd-tint);font-family:var(--font-ui);font-size:10px;font-weight:700;letter-spacing:.14em}.hm-cinematic .cd-shelfrow__title{margin:0;color:var(--ivory);font-family:var(--font-body);font-size:25px;font-weight:400;line-height:1.4}.hm-cinematic .cd-shelfrow__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;width:100%;overflow:visible;margin:0;padding:0;cursor:default;scroll-snap-type:none}.hm-cinematic .cd-card{position:relative;display:flex;flex-direction:column;width:100%;max-width:none;flex:1 1 auto;min-width:0;min-height:232px;padding:21px;overflow:hidden;border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-surface);color:var(--ivory);box-shadow:var(--ui-shadow);text-decoration:none;scroll-snap-align:none;transition:transform var(--ui-motion-state) ease,border-color var(--ui-motion-state) ease,background var(--ui-motion-state) ease}.hm-cinematic .cd-card:after{content:"";position:absolute;right:-32px;bottom:-50px;width:116px;height:116px;border:1px solid color-mix(in srgb,var(--cd-tint) 44%,transparent);border-radius:50%;opacity:.42}@media (hover:hover){.hm-cinematic a.cd-card:hover{border-color:var(--ui-border);background:var(--ui-surface);transform:translateY(-3px)}}.hm-cinematic .cd-card__number{position:relative;z-index:1;margin-bottom:auto;color:color-mix(in srgb,var(--cd-tint) 80%,var(--amber-bright));font-family:var(--font-ui);font-size:11px;letter-spacing:.12em}.hm-cinematic .cd-card__name{position:relative;z-index:1;margin:22px 0 0;color:var(--ivory);font-family:var(--font-body);font-size:21px;font-weight:700;line-height:1.35}.hm-cinematic .cd-card__tagline{position:relative;z-index:1;display:-webkit-box;margin-top:8px;overflow:hidden;color:var(--ivory-soft);font-size:13px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hm-cinematic .cd-card__price{position:relative;z-index:1;align-self:flex-start;margin-top:16px;color:var(--amber-bright);font-family:var(--font-ui);font-size:12px;font-weight:700}.hm-cinematic .cd-card__price--free{color:var(--ui-accent)}.hm-cinematic .cd-card__flag{top:17px;right:17px;border:1px solid var(--ui-border);background:var(--ui-surface);color:var(--amber-bright)}.hm-cinematic .cd-card--disabled .cd-card__name,.hm-cinematic .cd-card--flag .cd-card__name{margin-top:22px}.hm-cinematic .cd-card--disabled{filter:saturate(.3);opacity:.55}.hm-cinematic .cd-shelfrow:has(.cd-card:only-child) .cd-card{min-height:172px;grid-column:1/-1}.hm-cinematic :is(.cd-me,.cd-contact__section,.cd-contact__login,.cd-contact__history){border-color:var(--ui-border);background:var(--paper-bright);color:var(--paper-ink);box-shadow:var(--ui-shadow)}.hm-cinematic .cd-contact__login :is(.cd-h1,.cd-h2),.hm-cinematic .cd-contact__section :is(.cd-h1,.cd-h2),.hm-cinematic .cd-me :is(.cd-me__name,.cd-me__value){color:var(--paper-ink)}.hm-cinematic .cd-me :is(.cd-me__meta,.cd-me__label){color:var(--ui-text-muted)}.hm-cinematic .cd-me__charge{border-color:var(--ui-control-border);color:var(--ui-accent)}.hm-cinematic :is(.cd-pack,.cd-pay,.cd-social,.cd-contact__category,.cd-item,.cd-menu a){border-color:var(--ui-control-border);background:var(--ui-surface);color:var(--ivory)}.hm-cinematic .cd-pack :is(.cd-pack__n,.cd-pack__price){color:var(--ivory)}.hm-cinematic .cd-pack .cd-pack__gift{color:var(--amber-bright)}.hm-cinematic .cd-pack__bonus{background:var(--ui-error);color:var(--ui-on-accent)}.hm-cinematic .cd-pack .cd-pack__list{color:var(--ui-text-muted)}.hm-cinematic :is(.cd-pack--on,.cd-pay--on,.cd-contact__category--on){border-color:var(--ui-accent);background:var(--ui-selected);box-shadow:inset 0 0 0 1px var(--ui-accent)}.hm-cinematic .cd-paper :is(.cd-pay,.cd-pack):not(.cd-pay--on):not(.cd-pack--on){border-color:var(--ui-control-border);background:var(--ui-surface);color:var(--paper-ink)}.hm-cinematic :is(.cd-note,.status){border-color:var(--ui-border);background:var(--ui-surface)}.hm-cinematic :is(.form-errors,.cd-errors,.status--error){border-color:var(--ui-error);background:var(--ui-error-surface);color:var(--ui-error)}.hm-cinematic :is(input,select,textarea)[aria-invalid=true]{border-color:var(--ui-error)}.hm-cinematic .legal-page{padding:clamp(24px,5vw,48px)}.hm-cinematic .legal-page h1{margin-top:0;font-size:clamp(28px,4vw,38px)}.hm-cinematic .legal-page h2{margin-top:34px;padding-top:22px;border-top:1px solid #e1d5c0}.hm-cinematic .legal-page :is(p,li){font-size:16px;line-height:1.9}.hm-cinematic :is(.chat-list__item,.chat-shell,.chat-composer){border-color:var(--ui-border)}.hm-cinematic .cd-footer{border-top:1px solid var(--night-line);background:var(--ui-surface-soft);color:var(--ui-text-muted)}.hm-cinematic .cd-footer__inner{width:min(100% - 40px,1080px);max-width:1080px}.hm-cinematic .cd-footer__brand strong,.hm-cinematic .cd-footer__links a{color:var(--ivory)}.hm-cinematic .cd-tabbar{border:1px solid var(--ui-border);background:var(--ui-surface);box-shadow:var(--ui-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;border-color:var(--ui-border)}.hm-cinematic .cd-tabbar__item{color:var(--ui-text-muted)}.hm-cinematic .cd-tabbar__item--on{color:var(--amber-bright)}.hm-cinematic .cd-tabbar__orb{border-color:var(--amber);background:var(--ui-accent);color:var(--ui-on-accent);box-shadow:none}.hm-cinematic .cd-tabbar__item--focus{-webkit-tap-highlight-color:transparent}.hm-cinematic .cd-tabbar__item--focus:focus-visible{outline:none}.hm-cinematic .cd-tabbar__item--focus:is(:active,:focus-visible) .cd-tabbar__orb{outline:2px solid var(--ui-focus);outline-offset:3px;animation-play-state:paused}@media (max-width:760px){.hm-cinematic :is(main,.cd,.cd-page,.ink,form,fieldset){min-width:0;max-width:100%}.hm-cinematic :is(h1,h2,h3,.cd-h1,.cd-h2,.cd-lead,.panel-title,.panel-sub,.section-sub,.cd-card__name,.cd-card__tagline){min-width:0;max-width:100%;overflow-wrap:anywhere}.hm-cinematic :is(input,select,textarea,button){max-width:100%}body.hm-cinematic main{width:100%;padding:22px 14px 96px}.hm-cinematic .cd-header__inner{width:100%;max-width:100%;min-height:60px;padding-right:max(14px,env(safe-area-inset-right,0px));padding-left:max(14px,env(safe-area-inset-left,0px))}.hm-cinematic .cd-brand,.hm-cinematic .cd-header__right{min-width:0}.hm-cinematic .cd-brand{display:inline-flex;align-items:center;gap:2px;white-space:nowrap}.hm-cinematic .cd-page{min-height:calc(100dvh - 60px);padding:30px 16px calc(102px + var(--cd-tabbar-space, 0px))}.hm-cinematic .cd-home-shelf .cd-page{padding-top:38px}.hm-cinematic .cd-shelf__title{font-size:clamp(30px,9vw,36px);line-height:1.27}.hm-cinematic .cd-shelf__intro{font-size:15px;line-height:1.78}.hm-cinematic .cd-shelf__date{margin-top:36px}.hm-cinematic .cd-today{width:100%;min-width:0;max-width:100%;grid-template-columns:1fr;gap:12px;padding:20px;overflow:hidden}.hm-cinematic .cd-today__label,.hm-cinematic .cd-today__line,.hm-cinematic .cd-today__name,.hm-cinematic .cd-today__picks{grid-column:1;grid-row:auto;margin-top:0}.hm-cinematic .cd-today__picks{min-width:0;margin-top:8px}.hm-cinematic .cd-today__pick,.hm-cinematic .cd-today__pick-reason{min-width:0;max-width:100%;overflow-wrap:anywhere}.hm-cinematic .cd-shelfrow__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.hm-cinematic .cd-card{min-height:218px;padding:17px}.hm-cinematic .cd-card__name{font-size:18px}.hm-cinematic .cd-card__tagline{font-size:12px;-webkit-line-clamp:3}.hm-cinematic .cd-shelfrow:has(.cd-card:only-child) .cd-card{min-height:158px}}@media (max-width:560px){.hm-cinematic .cd-gate{display:block;min-height:100svh;min-height:100dvh}.hm-cinematic .cd-gate:after{background:linear-gradient(180deg,#080807 0 21%,transparent 43%),linear-gradient(0deg,#080807 0 7%,transparent 28%)}.hm-cinematic .cd-gate__art{top:220px;bottom:0;height:calc(100% - 220px);object-position:62% center}.hm-cinematic .cd-gate__copy{width:calc(100% - 32px);max-width:calc(100% - 32px);margin:0 16px;padding:clamp(38px,7svh,56px) 0 0}.hm-cinematic .cd-gate__title{gap:0;max-width:100%;font-size:clamp(34px,10.2vw,42px);line-height:1.18;overflow-wrap:anywhere}.hm-cinematic .cd-gate__sub{margin-top:17px;font-size:14px;line-height:1.72}.hm-cinematic .cd-gate__actions{margin-top:20px}.hm-cinematic .cd-gate__footnote{right:18px;bottom:max(14px,env(safe-area-inset-bottom,0px));left:18px;justify-content:center;gap:8px;font-size:9px;letter-spacing:0}.hm-cinematic .cd-gate__footnote span+span:before{margin-right:8px}.hm-cinematic .cd-shelfrow{margin-bottom:48px}.hm-cinematic .cd-shelfrow__head{display:block}.hm-cinematic .cd-shelfrow__label{margin-bottom:4px}.hm-cinematic .cd-shelfrow__title{font-size:22px}.hm-cinematic .legal-page{padding:22px 18px}}@media (max-width:370px){.hm-cinematic .cd-header__inner{padding-inline:10px}.hm-cinematic .cd-brand{font-size:13.5px}.hm-cinematic .cd-gate__title{font-size:clamp(31px,10vw,36px)}.hm-cinematic .cd-gate__sub{font-size:13.5px}.hm-cinematic .cd-gate__actions{width:min(100%,230px)}.hm-cinematic .cd-gate__footnote{font-size:8px}.hm-cinematic .cd-home-shelf .cd-page{padding-inline:14px}.hm-cinematic .cd-today{padding:18px}.hm-cinematic .cd-shelfrow__track{grid-template-columns:minmax(0,1fr)}.hm-cinematic .cd-card{min-height:154px;padding:16px}.hm-cinematic .cd-card__name{font-size:16.5px}.hm-cinematic .cd-card__tagline{font-size:12px;-webkit-line-clamp:2}.hm-cinematic .cd-tabbar__item{min-width:0;font-size:9.5px}.hm-cinematic .cd-tabbar__orb{width:46px;height:46px}.hm-cinematic .cd-header__right .cd-btn--small{padding-inline:11px}}@media (prefers-reduced-motion:reduce){.hm-cinematic .cd-card,.hm-cinematic .cd-gate__art,.hm-cinematic :is(.cd-btn,.btn){animation:none;transition:none}.hm-cinematic .ink,.hm-cinematic main>:not(.cd-home-gate){animation:none}.hm-cinematic :is(.cd-tabbar__item,.cd-pack,.cd-pay,.cd-contact__category){transition:none}}.hm-cinematic .nb-panel{width:min(100%,680px);color:var(--ivory)}.hm-cinematic .cd-open__book{border:1px solid var(--ui-border);border-radius:7px 16px 16px 7px;box-shadow:var(--ui-shadow)}.hm-cinematic .cd-open__cover{border-radius:0 15px 15px 0;background:var(--ui-header)}.hm-cinematic .cd-open__spine{background:var(--ui-surface)}.hm-cinematic .cd-open__plate{border-color:#dfb978;color:var(--ui-on-header)}.hm-cinematic .cd-open__sheet{border-radius:0 15px 15px 0;background-color:var(--paper-bright)}.hm-cinematic .nb-finder{padding:clamp(22px,5vw,36px);border:1px solid var(--ui-border);border-radius:18px;background:var(--ui-surface);box-shadow:var(--ui-shadow)}.hm-cinematic .nb-book__owner,.hm-cinematic .nb-finder__eyebrow,.hm-cinematic .nb-search__found{color:var(--ui-accent)}.hm-cinematic .nb-finder .hm-ask__bubble{border:1px solid #e0d3bd;background:var(--paper-bright);color:var(--paper-ink);box-shadow:var(--ui-shadow)}.hm-cinematic .nb-finder .hm-ask__face{border:1px solid var(--ui-border);background:var(--ui-surface)}.hm-cinematic .nb-finder .form-row>label,.hm-cinematic .nb-finder :is(.cd-field__label,.date-selects-leap){color:var(--ivory)}.hm-cinematic .nb-finder .hm-choice__item{border-color:var(--ui-control-border);background:var(--ui-surface);color:var(--ivory-soft)}.hm-cinematic .nb-finder .hm-choice__item.is-active{border-color:var(--ui-accent);background:var(--ui-selected);color:var(--ui-text)}.hm-cinematic .nb-finder .cd-mbti-picker{border:0;background:transparent;box-shadow:none}.hm-cinematic .nb-finder .cd-mbti-picker :is(.cd-axis__name,.cd-mbti-picker__guide,.cd-mbti-picker__footer p){color:var(--ivory-soft)}.hm-cinematic .nb-book__progress,.hm-cinematic .nb-search__text{color:var(--ivory-soft)}.hm-cinematic .nb-search__shelf{border-bottom-color:#59462b}.hm-cinematic .nb-search__spine{background:var(--ui-header);box-shadow:var(--ui-shadow)}.hm-cinematic .nb-search__spine:nth-child(2n){background:#5d4939}.hm-cinematic .nb-search__spine:nth-child(3n){background:#6f4228}.hm-cinematic .nb-search__spine:nth-child(4n){background:#465747}.hm-cinematic .nb-search__tag{color:var(--ui-on-header)}.hm-cinematic .hm-paper{border-radius:8px 16px 12px 14px;box-shadow:var(--ui-shadow)}.hm-cinematic .hm-paper:before,.hm-cinematic .nb-peek__tab{background:var(--ui-surface)}.hm-cinematic .nb-peek__tab{border-color:#cfbea0}.hm-cinematic .nb-peek__tab.is-active{border-color:#9b6c29;background:var(--ui-surface);color:var(--paper-bright)}.hm-cinematic main:has(.free-fortune-stage-action),.hm-cinematic main:has(.hm-seal-row){max-width:760px}.hm-cinematic .ask-tabs{gap:7px;padding:5px;border:1px solid #decfb5;border-radius:12px;background:var(--ui-surface-soft)}.hm-cinematic .ask-tab{min-height:42px;border:0;border-radius:8px;background:transparent;color:#6c6152}.hm-cinematic .ask-tab--active{background:var(--ui-surface);color:var(--amber-bright);box-shadow:var(--ui-shadow)}.hm-cinematic .hm-score{border:1px solid #d8c6a5;background:var(--ui-surface-soft);box-shadow:none}.hm-cinematic :is(.today-cat,.tj-cal__item){border-color:#dfd0b8;border-radius:11px;background:var(--ui-surface)}.hm-cinematic .panel :is(.notice,.form-note){border-color:#dac8aa;background:var(--ui-surface-soft);color:#665c4f}.hm-cinematic .tj-cal__item.is-open{border-color:#ae8a4b;box-shadow:var(--ui-shadow)}.hm-cinematic .free-fortune-stage-action .btn{border-color:var(--ui-border);background:var(--ui-surface);color:var(--ivory)}.hm-cinematic .cd-page.cd-immersive>.ink>form :is(.cd-field__label,.form-row>label){color:var(--ivory)}.hm-cinematic .cd-page.cd-immersive>.ink>form .form-row>label small{color:var(--ui-text-muted)}.hm-cinematic .cd-page.cd-immersive>.ink>form .hm-choice__item{border-color:var(--ui-border);background:var(--ui-surface);color:var(--ivory-soft)}.hm-cinematic .cd-page.cd-immersive>.ink>form .hm-choice__item.is-active{border-color:var(--amber);background:var(--ui-surface);color:var(--amber-bright)}.hm-cinematic .charm-page{width:min(100%,760px)}.hm-cinematic .charm-intro>.hm-ask .hm-ask__bubble,.hm-cinematic .charm-question-page>.hm-ask .hm-ask__bubble,.hm-cinematic .charm-result>.hm-ask .hm-ask__bubble{border:1px solid #dfd1ba;background:var(--paper-bright);color:var(--paper-ink)}.hm-cinematic .charm-intro>.hm-ask .hm-ask__face,.hm-cinematic .charm-question-page>.hm-ask .hm-ask__face,.hm-cinematic .charm-result>.hm-ask .hm-ask__face{border:1px solid var(--ui-border);background:var(--ui-surface)}.hm-cinematic :is(.charm-form-paper,.charm-question-paper,.charm-result-paper){border-radius:18px;box-shadow:var(--ui-shadow)}.hm-cinematic .charm-question-pager__status>span{color:var(--ivory-soft)}.hm-cinematic .charm-progress{background:var(--ui-border)}.hm-cinematic .charm-progress span{background:var(--ui-accent)}.hm-cinematic .charm-question-side-nav button{border-color:var(--ui-border);background:var(--ui-surface);color:var(--ivory)}.hm-cinematic .charm-question-pager__next:is(.is-ready,.is-complete){border-color:var(--amber);background:var(--ui-accent);color:var(--ui-on-accent)}.hm-cinematic .charm-relations button{border-color:#d5c3a5;background:var(--ui-surface-soft);color:#615748}.hm-cinematic .charm-relations button.is-on{border-color:#9b6c29;background:var(--ui-selected);color:var(--ui-text)}.hm-cinematic .charm-scale button span{border-color:#a7752f;color:#83591f}.hm-cinematic .charm-scale button.is-on span{background:var(--ui-accent);border-color:#29231c;color:var(--ui-on-accent)}.hm-cinematic .charm-insight-card{border-color:#d3bd96;border-radius:12px;background:var(--ui-surface);box-shadow:var(--ui-shadow)}.hm-cinematic .charm-filters button{border:1px solid #d8c39a;border-radius:8px;box-shadow:none}.hm-cinematic .charm-filters button,.hm-cinematic .charm-filters button:nth-child(n){background:var(--ui-surface-soft);transform:none}.hm-cinematic .charm-filters button:before{display:none}.hm-cinematic .charm-filters button.is-on{border-color:#9b6c29;background:var(--ui-selected);color:var(--ui-text);transform:translateY(-3px)}.hm-cinematic .cd-report:not(.cd-page){width:min(calc(100% - 32px),720px);margin:40px auto 110px;color:var(--ivory)}.hm-cinematic .cd-report__hero{padding:clamp(24px,5vw,42px);border:1px solid var(--ui-border);border-radius:18px;background:var(--ui-surface);color:var(--paper-ink);box-shadow:var(--ui-shadow)}.hm-cinematic .cd-report__hero :is(h1,.cd-eyebrow){color:var(--paper-ink)}.hm-cinematic :is(.cd-share-note,.cd-share-cta){color:var(--ivory)}.hm-cinematic :is(.cd-share-note,.cd-share-cta) :is(h2,p){color:var(--ivory-soft)}.hm-cinematic .chat-page{width:min(100%,760px);color:var(--ivory)}.hm-cinematic .chat-scroll{scrollbar-color:rgba(213,162,71,.35) transparent}.hm-cinematic .chat-count,.hm-cinematic .chat-keepnote{color:var(--ui-text-muted)}.hm-cinematic .chat-face{border-color:var(--ui-border);background:var(--ui-surface)}.hm-cinematic .chat-bubble--user{border:1px solid var(--ui-border);background:var(--ui-selected);color:var(--ui-text);border-color:var(--ui-control-border)}.hm-cinematic .chat-bubble--halmae{border-color:#dfd0b8;background:var(--paper-bright);color:var(--paper-ink);box-shadow:var(--ui-shadow)}.hm-cinematic .chat-composer{padding:12px;border:1px solid var(--ui-border);border-radius:16px 16px 0 0;background:var(--ui-surface);box-shadow:var(--ui-shadow)}.hm-cinematic .chat-composer textarea{border-color:var(--ui-border);background:var(--ui-surface-soft)}.hm-cinematic .chat-send{border:1px solid var(--amber);background:var(--ui-accent);color:var(--ui-on-accent)}.hm-cinematic .chat-list__item{border-color:var(--ui-border);border-radius:13px;background:var(--ui-surface)}.hm-cinematic .chat-list__open strong{color:var(--ivory)}.hm-cinematic .chat-list__delete,.hm-cinematic .chat-list__open span{color:var(--ivory-soft)}@media (max-width:560px){.hm-cinematic .nb-finder{padding:22px 16px}.hm-cinematic .hm-ask__face{width:44px;height:44px}.hm-cinematic .charm-question-paper{padding-inline:14px}.hm-cinematic .chat-composer{margin-inline:-4px;padding:10px 8px 12px}}@media (max-width:760px) and (max-height:700px){body.hm-cinematic:has(.cd-page.cd-immersive>.cd-steps){--cd-tabbar-space:0px}body.hm-cinematic:has(.cd-page.cd-immersive>.cd-steps) .cd-tabbar{display:none}body.hm-cinematic main{padding-top:8px}.hm-cinematic .cd-page.cd-immersive{height:calc(100dvh - 61px - var(--cd-tabbar-space));min-height:calc(100dvh - 60px - var(--cd-tabbar-space));max-height:calc(100dvh - 61px - var(--cd-tabbar-space));box-sizing:border-box;padding:6px 14px 8px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-crumbs,.hm-cinematic .cd-immersive:not(.chat-page) .cd-topbar{margin-bottom:8px}.hm-cinematic .cd-immersive:not(.chat-page) :is(.cd-h1,.cd-ask){font-size:clamp(24px,7vw,28px);line-height:1.35}.hm-cinematic .cd-immersive:not(.chat-page) :is(.cd-lead,.cd-ask__sub){margin-top:4px;font-size:14px;line-height:1.55}.hm-cinematic .cd-immersive:not(.chat-page) .cd-intro__art{width:62px;margin-bottom:2px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-cost{margin-top:7px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-more{margin-top:7px!important}.hm-cinematic .cd-immersive:not(.chat-page) .cd-more__head{min-height:42px;padding:9px 13px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-more__title{font-size:14px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-actions,.hm-cinematic .cd-immersive:not(.chat-page) .cd-next{margin-top:9px}.hm-cinematic .cd-immersive:not(.chat-page) :is(.cd-btn,.btn){min-height:44px;height:44px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-next>.cd-paper{margin-bottom:7px!important;padding:9px 11px!important}.hm-cinematic .cd-immersive:not(.chat-page) .cd-next>.cd-paper .cd-hint{margin-top:3px!important;font-size:12px;line-height:1.45}.hm-cinematic .cd-immersive:not(.chat-page) .cd-next>.cd-say{margin:6px 0}.hm-cinematic .cd-immersive:not(.chat-page) .cd-say__face,.hm-cinematic .panel.cd-immersive .hm-ask__face{width:36px;height:36px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-say__line,.hm-cinematic .panel.cd-immersive .hm-ask__bubble{padding:8px 10px;font-size:13px;line-height:1.5}.hm-cinematic .cd-immersive:not(.chat-page) .cd-fineprint{margin-top:7px;font-size:11.5px;line-height:1.45}.hm-cinematic .cd-immersive .cd-steps{min-height:24px;gap:9px}.hm-cinematic .cd-immersive .cd-leaf{margin-top:7px!important}.hm-cinematic .cd-immersive .cd-leaf__sheet{padding:13px 12px 12px 40px}.hm-cinematic .cd-immersive :is(.cd-field,.form-row){gap:5px;margin-top:9px}.hm-cinematic .cd-immersive :is(.cd-field input,.cd-field select,.cd-pole,.form-row>input,.form-row>select){min-height:44px;height:44px}.hm-cinematic .cd-immersive .cd-field textarea{min-height:68px;padding-block:9px}.hm-cinematic .cd-immersive .date-selects select{min-height:60px;height:60px;font-size:18px}.hm-cinematic .cd-immersive .profile-quick-pick,.hm-cinematic .panel.cd-immersive .profile-quick-pick{grid-template-columns:minmax(92px,.72fr) minmax(0,1.28fr);gap:8px;margin:7px 0 9px;padding:7px 8px}.hm-cinematic .cd-immersive .profile-quick-pick__label{gap:6px}.hm-cinematic .cd-immersive .profile-quick-pick__label small{display:none}.hm-cinematic .cd-immersive .profile-quick-pick__icon{flex-basis:26px;width:26px;height:26px;border-radius:8px}.hm-cinematic .cd-immersive .profile-quick-pick select.profile-picker--compact{min-height:44px;height:44px;padding-block:6px;font-size:16px}.hm-cinematic .cd-immersive .hm-ledger{margin-bottom:8px;padding:9px}.hm-cinematic .cd-immersive .hm-ledger__head{margin-bottom:7px}.hm-cinematic .cd-immersive .hm-ledger__auto,.hm-cinematic .cd-immersive .hm-ledger__sub{display:none}.hm-cinematic .cd-immersive .hm-ledger__tabs{display:flex;gap:7px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:none}.hm-cinematic .cd-immersive .hm-ledger__tabs::-webkit-scrollbar{display:none}.hm-cinematic .cd-immersive .hm-ledger__tab{flex:0 0 min(168px,68vw);min-height:56px;gap:4px;padding:7px 9px;scroll-snap-align:start}.hm-cinematic .cd-immersive .cd-mbti-picker{margin-top:5px;padding:6px;border-radius:14px}.hm-cinematic .cd-immersive .cd-mbti-picker__guide p{font-size:12.5px;line-height:1.35}.hm-cinematic .cd-leaf__sheet:has(.cd-mbti-picker) .cd-mbti-picker__guide p{display:none}.hm-cinematic .cd-leaf__sheet:has(.cd-mbti-picker) .cd-mbti-picker__guide{justify-content:flex-end}.hm-cinematic .cd-leaf__sheet:has(.cd-mbti-picker) .cd-field__label{display:none}.hm-cinematic .cd-leaf__sheet:has(.cd-mbti-picker) .cd-mbti-picker{margin-top:0}.hm-cinematic .cd-immersive .cd-mbti-picker__progress{flex-basis:54px}.hm-cinematic .cd-immersive .cd-mbti-picker__track{width:54px}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-axes{grid-template-columns:repeat(var(--ui-mbti-columns,2),minmax(0,1fr));gap:6px;margin-top:4px}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-axis{display:block}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-axis__name{margin:0 0 2px;font-size:11px;line-height:1.2}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-axis__step{display:none}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-axis__poles{grid-template-columns:minmax(0,1fr);width:100%;gap:3px;padding:2px;border-radius:12px}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-axis .cd-pole{grid-template-columns:22px minmax(0,1fr);grid-template-areas:"code meaning";min-height:44px;height:auto;gap:3px;padding:4px;border-radius:9px}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-pole__code{width:22px;height:22px;border-radius:6px;font-size:13px}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-pole__meaning{font-size:16px;line-height:1.25;word-break:break-all}.hm-cinematic .cd-immersive .cd-mbti-picker .cd-pole__check,.hm-cinematic .cd-immersive .cd-mbti-picker__footer{display:none}.hm-cinematic .cd-leaf__sheet:has(.cd-mbti-picker) .cd-ask__sub,.hm-cinematic .cd-leaf__sheet:has(.cd-mbti-picker) .cd-say--halmae{display:none}.hm-cinematic .panel.cd-immersive{padding:11px 12px}.hm-cinematic .panel.cd-immersive :is(.panel-title,h1){font-size:22px;line-height:1.35}.hm-cinematic .panel.cd-immersive :is(.panel-sub,.form-note,.notice){margin-top:5px;font-size:11.5px;line-height:1.5}.hm-cinematic .panel.cd-immersive .ask-form>.notice,.hm-cinematic .panel.cd-immersive>.panel-sub{display:none}.hm-cinematic .panel.cd-immersive .hm-ask{margin-bottom:6px}.hm-cinematic .panel.cd-immersive .ask-tabs{margin:7px 0 2px;padding:3px}.hm-cinematic .panel.cd-immersive .form-actions{margin-top:7px}.hm-cinematic .cd-immersive .cd-socials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;margin-top:8px}.hm-cinematic .cd-immersive .cd-social{min-width:0;height:44px;gap:4px;padding:4px 5px;font-size:10.5px;line-height:1.2;text-wrap:balance}.hm-cinematic .cd-immersive .cd-social>span:last-child{min-width:0}.hm-cinematic .cd-immersive .cd-divider{margin-block:6px}.hm-cinematic .cd-immersive .cd-balance-row{padding:10px 12px}.hm-cinematic .cd-immersive .cd-packs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:10px}.hm-cinematic .cd-immersive .cd-pack{min-height:90px;padding:10px 9px 8px}.hm-cinematic .cd-immersive .cd-pack__n{font-size:21px}.hm-cinematic .cd-immersive .cd-pack__gift,.hm-cinematic .cd-immersive .cd-pack__n em,.hm-cinematic .cd-immersive .cd-pack__price strong{font-size:11.5px}.hm-cinematic .cd-immersive .cd-pack__bonus{right:7px;top:-7px;padding:3px 6px;font-size:10px}.hm-cinematic .cd-immersive .cd-paper--plain{margin-top:8px!important;padding:9px 10px}.hm-cinematic .cd-immersive .cd-paper--plain .cd-section__head{margin-bottom:0}.hm-cinematic .cd-immersive .cd-total{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 9px;gap:0 9px;margin-top:4px}.hm-cinematic .cd-immersive .cd-total>div,.hm-cinematic .cd-immersive .cd-total>div:last-child{min-width:0;margin-top:0;padding:3px 0!important;gap:5px;font-size:10.5px}.hm-cinematic .cd-immersive .cd-total__row--sum strong{font-size:14px}.hm-cinematic .cd-immersive .cd-paper--plain .cd-hint{display:none}.hm-cinematic .cd-open{height:calc(100dvh - 60px - var(--cd-tabbar-space) - 8px);min-height:0;padding:0 8px}.hm-cinematic .cd-open__sheet{padding:11px 11px 8px 34px}.hm-cinematic .cd-open__lead{font-size:22px;line-height:1.3}.hm-cinematic .cd-open__leadsub{margin-top:2px;font-size:14px;line-height:1.45}.hm-cinematic .cd-open__body{flex:0 1 auto;min-height:0;padding-top:6px}.hm-cinematic .cd-open__h{margin-top:5px;font-size:16px;line-height:1.35}.hm-cinematic .cd-open__p{font-size:13.5px;line-height:1.45}.hm-cinematic .cd-open__sign{margin-top:5px}.hm-cinematic .cd-open__stamp{width:30px;height:30px;font-size:12px}.hm-cinematic .cd-open__sheet .cd-hand{margin:4px 0 5px;font-size:13px;line-height:1.4}.hm-cinematic .cd-open__skip{margin-top:4px;font-size:10.5px}.hm-cinematic .nb-finder{padding:12px}.hm-cinematic .nb-finder .hm-dots{margin:5px 0 7px}.hm-cinematic .nb-finder .hm-ask{margin-bottom:7px}.hm-cinematic .nb-finder__form{gap:7px}.hm-cinematic .nb-finder__actions{margin-top:7px}.hm-cinematic .cd-page.cd-immersive:has(>.cd-stage-scroll){display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;overflow:hidden}.hm-cinematic .cd-page.cd-immersive>.cd-stage-scroll{display:flex;flex-direction:column;justify-content:safe center;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin}.hm-cinematic .cd-page.cd-immersive>.cd-stage-scroll>:last-child{margin-bottom:4px}.hm-cinematic .cd-stage-action{position:relative;z-index:3;flex:0 0 auto;margin-top:0!important;padding-top:8px}.hm-cinematic .cd-page.cd-immersive>.cd-stage-action,.hm-cinematic .cd-stage-shell>.cd-stage-action{background:var(--ui-page)}.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps){display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch;overflow:hidden}.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps)>.cd-crumbs{display:none}.hm-cinematic .cd-page.cd-immersive:has(.cd-mbti-picker)>.cd-fineprint{display:none}.hm-cinematic .cd-page.cd-immersive:has(#login-email) .cd-next .cd-hint{display:none}.hm-cinematic .cd-page.cd-immersive:has(#login-email) .cd-next>.cd-divider{display:none}.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps)>.cd-leaf{min-height:0;overflow:hidden}.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps) .cd-leaf__sheet,.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps) .cd-stage-form{height:100%;min-height:0}.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps) .cd-stage-form{display:grid;grid-template-rows:minmax(0,1fr) auto}.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps) .cd-stage-scroll{min-height:0;padding-right:2px;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin}.hm-cinematic .cd-page.cd-immersive:has(>.cd-steps) .cd-stage-action{padding-bottom:2px;background:var(--ui-page)}.hm-cinematic .cd-page.cd-immersive:has(.cd-stage-shell){display:grid;grid-template-rows:auto minmax(0,1fr);align-content:stretch;overflow:hidden}.hm-cinematic .cd-page.cd-immersive>.cd-stage-shell{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:0}.hm-cinematic .cd-stage-shell>.cd-stage-scroll{min-height:0;padding:3px 1px 10px;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin}}@media (max-width:360px) and (max-height:700px){.hm-cinematic .cd-page.cd-immersive{padding-right:10px;padding-left:10px}.hm-cinematic .cd-immersive .cd-leaf__sheet{padding:11px 9px 10px 32px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-say{gap:6px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-say__face{width:30px;height:30px}.hm-cinematic .cd-immersive:not(.chat-page) .cd-say__line{padding:6px 8px;font-size:13px;line-height:1.45}.hm-cinematic .cd-immersive:not(.chat-page) .cd-fineprint{font-size:11.5px;line-height:1.4}.hm-cinematic .cd-page.cd-immersive:has(#login-email) .cd-socials{margin-top:4px}.hm-cinematic .cd-page.cd-immersive:has(#login-email) .cd-divider{margin-block:3px}.hm-cinematic .cd-page.cd-immersive:has(#login-email) .cd-next{margin-top:4px}.hm-cinematic .cd-page.cd-immersive:has(#login-email) .cd-fineprint{margin-top:3px}.hm-cinematic .cd-open{padding-inline:4px}.hm-cinematic .cd-open__sheet{padding-right:8px;padding-left:30px}}