.entry-page{height:100dvh;overflow:hidden}.entry-mid{flex:none;place-items:center;min-height:0;display:grid}.brandmark{place-items:center;width:min(60vw,220px);display:grid;position:relative}.bm-halo{z-index:0;background:radial-gradient(circle at 50% 50%, color-mix(in oklab, var(--primary), transparent 80%) 0%, color-mix(in oklab, var(--primary), transparent 92%) 40%, transparent 68%);border-radius:50%;animation:14s ease-in-out .2s infinite hb-breathe;position:absolute;inset:-34% -8%}.bm-logo{z-index:1;width:100%;height:auto;display:block;position:relative}.heart-build{aspect-ratio:180/168;place-items:center;width:min(82vw,300px);display:grid;position:relative}.hb-halo{z-index:0;background:radial-gradient(circle at 50% 50%, color-mix(in oklab, var(--heart), transparent 78%) 0%, color-mix(in oklab, var(--heart), transparent 92%) 38%, transparent 66%);border-radius:50%;animation:14s ease-in-out .2s infinite hb-breathe;position:absolute;inset:-28% -16%}.hb{z-index:1;width:100%;height:100%;display:block;position:relative;overflow:visible}.hb-group{transform-box:view-box;transform-origin:0 90px;animation:9s cubic-bezier(.45,.05,.3,1) .4s forwards hb-grp}.hb-square,.hb-circle{stroke:var(--hb-line);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.hb-heart{stroke:var(--heart);fill:var(--heart);fill-opacity:0;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;transform-box:view-box;transform-origin:32px 48px}.hb-square{stroke-dasharray:240 240;stroke-dashoffset:240px;animation:9s ease-in-out .4s forwards hb-sq}.hb-circle.left{stroke-dasharray:188.52 188.52;stroke-dashoffset:188.52px;animation:9s cubic-bezier(.45,.05,.3,1) .4s forwards hb-cl}.hb-circle.right{stroke-dasharray:188.52 188.52;stroke-dashoffset:188.52px;animation:9s cubic-bezier(.45,.05,.3,1) .4s forwards hb-cr}.hb-heart{stroke-dasharray:308.52 308.52;stroke-dashoffset:308.52px;animation:9s ease-in-out .4s forwards hb-ht,2.6s ease-in-out 9.6s infinite hb-pulse}@keyframes hb-sq{0%,3%{stroke-dashoffset:240px;opacity:1}14%{stroke-dashoffset:0}50%{stroke-dashoffset:0;opacity:1}60%,to{stroke-dashoffset:0;opacity:0}}@keyframes hb-cl{0%,14%{stroke-dashoffset:188.52px;opacity:1;transform:translateY(0)}30%{stroke-dashoffset:0;transform:translateY(0)}40%{stroke-dashoffset:0;transform:translateY(-30px)}50%{stroke-dashoffset:0;opacity:1;transform:translateY(-30px)}60%,to{opacity:0;transform:translateY(-30px)}}@keyframes hb-cr{0%,14%{stroke-dashoffset:188.52px;opacity:1;transform:translate(0)}30%{stroke-dashoffset:0;transform:translate(0)}40%{stroke-dashoffset:0;transform:translate(30px)}50%{stroke-dashoffset:0;opacity:1;transform:translate(30px)}60%,to{opacity:0;transform:translate(30px)}}@keyframes hb-grp{0%,40%{transform:rotate(0)}50%,to{transform:rotate(-45deg)}}@keyframes hb-ht{0%,50%{stroke-dashoffset:308.52px;fill-opacity:0}60%{stroke-dashoffset:0;fill-opacity:0}70%,to{stroke-dashoffset:0;fill-opacity:1}}@keyframes hb-pulse{0%,55%,to{transform:scale(1)}12%{transform:scale(1.055)}24%{transform:scale(1)}34%{transform:scale(1.03)}46%{transform:scale(1)}}@keyframes hb-breathe{0%,to{opacity:.62;transform:scale(.94)}72%{opacity:.95;transform:scale(1.06)}92%{opacity:.85;transform:scale(1.03)}}@media (prefers-reduced-motion:reduce){.hb-group{animation:none;transform:rotate(-45deg)}.hb-square,.hb-circle{display:none}.hb-heart{stroke-dashoffset:0;fill-opacity:1;animation:none}.hb-halo{opacity:.85;animation:none}}.entry{z-index:1;flex-direction:column;justify-content:center;gap:20px;min-height:100dvh;padding:28px;display:flex;position:relative}.entry-top{justify-content:center;display:flex}.entry-name{font-family:var(--heading);letter-spacing:.2px;color:var(--ink-soft);font-size:16px;font-weight:500}.entry-bottom{text-align:center;flex-direction:column;align-items:center;gap:26px;display:flex}.entry-q{font-family:var(--heading);letter-spacing:-.01em;color:var(--ink);text-wrap:balance;max-width:18ch;margin:0;font-size:clamp(24px,3.4vw,34px);font-weight:500;line-height:1.2}.entry-sub{color:var(--ink-soft);max-width:40ch;margin:-12px 0 2px;font-size:17px}.choices{grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:760px;display:grid}.choice{text-align:left;cursor:pointer;background:color-mix(in oklab, var(--surface), transparent 8%);border:1.5px solid var(--border);-webkit-backdrop-filter:blur(7px);box-shadow:0 18px 44px -30px color-mix(in oklab, var(--ink), transparent 40%);border-radius:18px;flex-direction:column;align-items:flex-start;gap:7px;padding:22px 24px;text-decoration:none;transition:transform .16s,border-color .18s,background .18s,box-shadow .18s;display:flex}.choice:hover{border-color:color-mix(in oklab, var(--primary), var(--paper) 35%);box-shadow:0 24px 50px -28px color-mix(in oklab, var(--ink), transparent 30%);transform:translateY(-2px)}.choice.primary{background:var(--primary);border-color:var(--primary)}.choice.primary .c-title,.choice.primary .c-sub,.choice.primary .c-arrow{color:var(--surface)}.choice.primary .c-sub{opacity:.82}.choice.primary:hover{background:var(--primary-deep);border-color:var(--primary-deep)}.c-title{font-family:var(--heading);color:var(--ink);align-items:center;gap:10px;font-size:22px;font-weight:500;line-height:1.18;display:flex}.c-sub{color:var(--ink-soft);font-size:15.5px;line-height:1.45}.c-arrow{color:var(--primary);opacity:.92;margin-top:4px;font-size:15px;font-weight:600}.entry-foot{font-family:var(--heading);color:var(--ink-faint);margin-top:4px;font-size:15px;font-style:italic}@media (max-width:620px){.choices{grid-template-columns:1fr;max-width:420px}.entry{padding:24px 20px 30px}}@media (prefers-reduced-motion:no-preference){.rise{opacity:0;animation:.8s cubic-bezier(.22,.61,.36,1) forwards er;transform:translateY(14px)}.rise.d1{animation-delay:.12s}.rise.d2{animation-delay:.22s}.rise.d3{animation-delay:.32s}@keyframes er{to{opacity:1;transform:none}}}
