.pf{display:flex;flex-direction:column;border:1px solid rgba(0,217,255,.28);background:linear-gradient(180deg,#00d9ff0a,#ffffff05 120px),#ffffff05;box-shadow:0 0 48px #00d9ff12}.pf-bar{display:flex;align-items:center;gap:.6rem;padding:.75rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.1)}.pf-bar__dot{width:9px;height:9px;border-radius:50%;background:#00d9ff;box-shadow:0 0 #00d9ff80;animation:pf-pulse 2.2s ease-out infinite}@keyframes pf-pulse{0%{box-shadow:0 0 #00d9ff73}70%{box-shadow:0 0 0 9px #00d9ff00}to{box-shadow:0 0 #00d9ff00}}.pf-bar__title{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:#00d9ff}.pf-bar__stats{margin-left:auto;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;color:#ffffff73}.pf-floor{max-height:460px;min-height:220px;overflow-y:auto;padding:1rem 1.1rem .6rem;scrollbar-width:thin;scrollbar-color:rgba(0,217,255,.35) transparent}.pf-earlier{display:block;margin:0 auto .9rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:#00d9ffb3;background:none;border:1px solid rgba(0,217,255,.25);padding:.4rem .8rem;cursor:pointer}.pf-earlier:hover{color:#00d9ff;border-color:#00d9ff80}.pf-open{padding:2.4rem 1rem;text-align:center}.pf-open__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .4rem}.pf-open__note{font-family:var(--font-body);font-size:.9rem;line-height:1.6;color:#ffffff8c;max-width:44ch;margin:0 auto}.pf-state{font-family:var(--font-body);font-size:.875rem;color:#ffffff73;padding:1rem 0}.pf-state.is-error{color:#ffb0b0e6}.pf-state__retry{background:none;border:none;padding:0;font:inherit;color:#00d9ff;text-decoration:underline;cursor:pointer}.pf-thread{margin-bottom:.4rem}.pf-msg{display:grid;grid-template-columns:34px minmax(0,1fr);gap:.7rem;padding:.45rem .3rem;border-radius:4px;animation:pf-in .35s cubic-bezier(.16,1,.3,1)}@keyframes pf-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.pf-msg:hover{background:#ffffff06}.pf-msg.is-pending{opacity:.55}.pf-avatar{width:34px;height:34px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:.95rem;color:#fff;background:linear-gradient(140deg,hsl(var(--pf-hue, 200) 75% 42%),hsl(calc(var(--pf-hue, 200) + 30) 70% 30%));user-select:none}.pf-msg__head{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.pf-msg__name{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:#fff}.pf-msg__title{font-family:var(--font-body);font-size:.75rem;color:#ffffff9e}.pf-msg__company{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:#00d9ffb3}.pf-msg__badge{font-family:var(--font-heading);font-size:.6rem;font-weight:700;color:#150e35;background:#00d9ff;padding:.05rem .3rem;border-radius:2px}.pf-msg__time{font-family:var(--font-mono);font-size:.6rem;color:#ffffff52}.pf-msg__reply{background:none;border:none;padding:0;font-family:var(--font-mono);font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#00d9ff00;cursor:pointer;transition:color .2s ease}.pf-msg:hover .pf-msg__reply,.pf-msg__reply:focus-visible{color:#00d9ffcc}.pf-msg__body{font-family:var(--font-body);font-size:.9375rem;line-height:1.55;color:#ffffffd1;margin:.1rem 0 0;white-space:pre-wrap;overflow-wrap:break-word}.pf-msg__link{color:#00d9ff;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#00d9ff73;overflow-wrap:anywhere;transition:text-decoration-color .18s ease}.pf-msg__link:hover,.pf-msg__link:focus-visible{text-decoration-color:#00d9ff}.pf-thread__replies{margin-left:2.6rem;border-left:2px solid rgba(0,217,255,.22);padding-left:.6rem}.pf-msg.is-reply{grid-template-columns:26px minmax(0,1fr)}.pf-msg.is-reply .pf-avatar{width:26px;height:26px;font-size:.75rem}.pf-composer{border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 1.1rem 1.05rem;background:#150e3599}.pf-replying{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;color:#00d9ffcc;margin-bottom:.5rem}.pf-replying__cancel{background:none;border:none;color:inherit;font-size:1rem;line-height:1;padding:0 .2rem;cursor:pointer;opacity:.7}.pf-replying__cancel:hover{opacity:1}.pf-identity{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem .7rem;margin-bottom:.7rem}@media (max-width: 720px){.pf-identity{grid-template-columns:1fr}}.pf-as{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;color:#ffffff73;margin:0 0 .5rem}.pf-as strong{color:#ffffffd9}.pf-as span{color:#00d9ffb3}.pf-as__change{background:none;border:none;padding:0;margin-left:.55rem;font:inherit;color:#00d9ff99;text-decoration:underline;cursor:pointer}.pf-as__change:hover{color:#00d9ff}.pf-field{display:block;min-width:0}.pf-field__label{display:block;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.4rem}.pf-field__label em{font-style:normal;text-transform:none;letter-spacing:.05em;color:#ffffff59}.pf-input{width:100%;box-sizing:border-box;font-family:var(--font-body);font-size:.9375rem;color:#150e35;background:#b6b5be;border:1px solid rgba(255,255,255,.22);border-radius:3px;padding:.62rem .78rem;caret-color:#150e35;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.pf-input::placeholder{color:#150e35ad}.pf-input::selection{background:#00d9ff73;color:#150e35}.pf-input:hover{background:#c2c1ca}.pf-input:focus,.pf-input:focus-visible{outline:none;background:#cecdd6;border-color:#00d9ffe6;box-shadow:0 0 0 3px #00d9ff47}.pf-composer__row{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:.55rem;align-items:stretch}.pf-composer__text{resize:none;min-height:46px;max-height:140px}.pf-send{display:flex;align-items:center;justify-content:center;background:#00d9ff;color:#150e35;border:1px solid #00d9ff;cursor:pointer;transition:background-color .25s ease}.pf-send:hover:not(:disabled),.pf-send:focus-visible{background:#fff;border-color:#fff}.pf-send:disabled{opacity:.6;cursor:default}.pf-hint{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.08em;color:#ffffff4d;margin:.45rem 0 0}.pf-notice{position:relative;font-family:var(--font-body);font-size:.85rem;line-height:1.5;margin:.7rem 0 0;padding:.6rem 2.2rem .6rem .8rem;border:1px solid}.pf-notice.is-held{color:#00d9ffe6;border-color:#00d9ff59;background:#00d9ff0f}.pf-notice.is-error{color:#ffb0b0f2;border-color:#ff787859;background:#ff78780f}.pf-notice__dismiss{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);background:none;border:none;color:inherit;font-size:1.05rem;line-height:1;padding:.3rem;cursor:pointer;opacity:.7}.pf-notice__dismiss:hover{opacity:1}@media (max-width: 720px){.pf-floor{max-height:55vh}.pf-identity{grid-template-columns:1fr}.pf-bar__stats{display:none}}@media (prefers-reduced-motion: reduce){.pf-bar__dot,.pf-msg{animation:none}}.ffp[data-astro-cid-lcdooa2l]{background:var(--color-bg, #150E35);min-height:100vh}.ffp[data-astro-cid-lcdooa2l] [data-astro-cid-lcdooa2l]::selection{background:#00d9ff47;color:#fff}.ffp-hero[data-astro-cid-lcdooa2l]{position:relative;overflow:clip;border-bottom:1px solid rgba(255,255,255,.08)}.ffp-hero[data-astro-cid-lcdooa2l]:before{content:"";position:absolute;top:-60%;right:-8%;width:40rem;height:40rem;background:radial-gradient(circle,rgba(0,217,255,.12) 0%,rgba(138,43,226,.08) 45%,transparent 70%);pointer-events:none}.ffp-hero[data-astro-cid-lcdooa2l]:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");opacity:.05;mix-blend-mode:overlay;pointer-events:none;z-index:2}.ffp-hero__num[data-astro-cid-lcdooa2l]{position:absolute;right:clamp(.5rem,5vw,5rem);bottom:-.16em;font-family:var(--font-heading);font-size:clamp(10rem,26vw,21rem);font-weight:600;line-height:1;letter-spacing:-.04em;color:transparent;-webkit-text-stroke:1px rgba(0,217,255,.25);pointer-events:none;user-select:none}.ffp-hero__frame[data-astro-cid-lcdooa2l]{position:relative;max-width:1600px;margin:0 auto;display:grid;grid-template-columns:3.5rem minmax(0,1fr)}.ffp-rail[data-astro-cid-lcdooa2l]{position:relative;border-right:1px solid rgba(255,255,255,.08);display:flex;justify-content:center;padding:clamp(2rem,3.5vw,3rem) 0 1.5rem}.ffp-rail__text[data-astro-cid-lcdooa2l]{writing-mode:vertical-rl;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:#00d9ffc7;white-space:nowrap}.ffp-hero__inner[data-astro-cid-lcdooa2l]{position:relative;display:grid;grid-template-columns:clamp(420px,44vw,720px) minmax(0,1fr);gap:clamp(1.5rem,3vw,3rem);align-items:center;padding:clamp(1.5rem,2.5vw,2.25rem) 2rem clamp(1.5rem,2.5vw,2.25rem) clamp(1.25rem,2.5vw,2.25rem)}.ffp-hostline[data-astro-cid-lcdooa2l]{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.5rem;row-gap:.4rem;margin:1.1rem 0 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);max-width:62ch}.ffp-hostline__label[data-astro-cid-lcdooa2l]{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff73}.ffp-hostline__name[data-astro-cid-lcdooa2l]{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:#fff}.ffp-hostline__role[data-astro-cid-lcdooa2l]{font-family:var(--font-body);font-size:.8125rem;color:#ffffff94}.ffp-hostline__rule[data-astro-cid-lcdooa2l]{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:#00d9ff;border:1px solid rgba(0,217,255,.35);padding:.3rem .6rem;margin-left:auto}.ffp-w[data-astro-cid-lcdooa2l]{display:inline-block;overflow:clip;vertical-align:bottom;padding-bottom:.08em;margin-bottom:-.08em;margin-right:.26em}.ffp-w[data-astro-cid-lcdooa2l]:last-child{margin-right:0}.ffp-w__i[data-astro-cid-lcdooa2l]{display:inline-block;transform:translateY(115%);animation:ffp-word-up .85s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--i) * 65ms + .12s)}@keyframes ffp-word-up{to{transform:translateY(0)}}@supports (animation-timeline: scroll()){.ffp-hero__num[data-astro-cid-lcdooa2l]{animation:ffp-num-drift linear both;animation-timeline:scroll();animation-range:0 90vh}.ffp-hero__inner[data-astro-cid-lcdooa2l]{animation:ffp-hero-exit linear both;animation-timeline:scroll();animation-range:0 70vh}}@keyframes ffp-num-drift{to{transform:translateY(72px);-webkit-text-stroke-color:rgba(0,217,255,.1)}}@keyframes ffp-hero-exit{to{transform:translateY(-26px);opacity:.3}}.ffp-hero__left[data-astro-cid-lcdooa2l]{display:flex;flex-direction:column;min-width:0}.ffp-series[data-astro-cid-lcdooa2l]{display:block;font-family:var(--font-heading);font-size:clamp(1.35rem,2.15vw,2rem);font-weight:800;line-height:1.15;letter-spacing:-.015em;color:#00d9ff;text-decoration:none;text-wrap:balance;margin:0 0 clamp(.85rem,1.4vw,1.15rem);transition:color .3s ease}.ffp-series[data-astro-cid-lcdooa2l]:hover,.ffp-series[data-astro-cid-lcdooa2l]:focus-visible{color:#7deaff}.ffp-crumb[data-astro-cid-lcdooa2l]{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .65rem;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:#ffffff6b;margin-bottom:1.4rem}.ffp-crumb[data-astro-cid-lcdooa2l] a[data-astro-cid-lcdooa2l],.ffp-crumb__here[data-astro-cid-lcdooa2l]{white-space:nowrap}.ffp-crumb[data-astro-cid-lcdooa2l] a[data-astro-cid-lcdooa2l]{color:#00d9ff;text-decoration:none;border-bottom:1px solid rgba(0,217,255,.35);transition:border-color .3s ease}.ffp-crumb[data-astro-cid-lcdooa2l] a[data-astro-cid-lcdooa2l]:hover,.ffp-crumb[data-astro-cid-lcdooa2l] a[data-astro-cid-lcdooa2l]:focus-visible{border-bottom-color:#00d9ff}.ffp-crumb__here[data-astro-cid-lcdooa2l]{color:#fff9}.ffp-status[data-astro-cid-lcdooa2l]{margin-left:auto;padding:.35rem .7rem;border:1px solid rgba(255,255,255,.25);color:#ffffffa6}.ffp-status[data-astro-cid-lcdooa2l].is-live{color:#00d9ff;border-color:#00d9ff80}.ffp-status[data-astro-cid-lcdooa2l].is-recorded{color:#150e35;background:#00d9ff;border-color:#00d9ff}.ffp-hero__title[data-astro-cid-lcdooa2l]{font-family:var(--font-heading);font-size:clamp(1.19rem,2.31vw,1.75rem);font-weight:600;line-height:1.16;letter-spacing:-.015em;color:#fff;margin:0 0 1rem;max-width:34ch;text-wrap:balance}.ffp-hero__lede[data-astro-cid-lcdooa2l]{font-family:var(--font-body);font-size:clamp(.9375rem,1.3vw,1.0625rem);line-height:1.7;color:#ffffffb3;margin:0;max-width:62ch;text-wrap:pretty}.ffp-section__head[data-astro-cid-lcdooa2l]{max-width:1600px;margin:0 auto;padding:clamp(1.6rem,2.8vw,2.25rem) 2rem 1.25rem}.ffp-section__title[data-astro-cid-lcdooa2l]{font-family:var(--font-heading);font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:600;letter-spacing:-.015em;color:#fff;margin:0 0 .55rem}.ffp-section__note[data-astro-cid-lcdooa2l]{font-family:var(--font-body);font-size:.9375rem;line-height:1.65;color:#ffffff94;margin:0;max-width:70ch;text-wrap:pretty}.ffp-section__note--oneline[data-astro-cid-lcdooa2l]{max-width:none}.ffp-player[data-astro-cid-lcdooa2l]{position:relative;z-index:1;display:block;aspect-ratio:16 / 9;overflow:clip;border:1px solid rgba(255,255,255,.16);background:#000;transition:border-color .35s ease}.ffp-player__thumb[data-astro-cid-lcdooa2l]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ffp-player__shade[data-astro-cid-lcdooa2l]{position:absolute;inset:0 0 auto;height:38%;background:linear-gradient(180deg,rgba(0,0,0,.66),transparent);pointer-events:none}.ffp-player__sq[data-astro-cid-lcdooa2l]{position:absolute;left:0;top:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding-left:4px;background:#56c3d3;color:#fff;transition:background-color .3s ease,color .3s ease}.ffp-player__bartext[data-astro-cid-lcdooa2l]{position:absolute;left:calc(44px + .8rem);top:0;height:44px;display:flex;align-items:center;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#fff}.ffp-player[data-astro-cid-lcdooa2l]:hover,.ffp-player[data-astro-cid-lcdooa2l]:focus-visible{border-color:#00d9ff8c}.ffp-player[data-astro-cid-lcdooa2l]:hover .ffp-player__thumb[data-astro-cid-lcdooa2l],.ffp-player[data-astro-cid-lcdooa2l]:focus-visible .ffp-player__thumb[data-astro-cid-lcdooa2l]{transform:scale(1.035)}.ffp-player[data-astro-cid-lcdooa2l]:hover .ffp-player__sq[data-astro-cid-lcdooa2l],.ffp-player[data-astro-cid-lcdooa2l]:focus-visible .ffp-player__sq[data-astro-cid-lcdooa2l]{background:#00d9ff;color:#150e35}.ffp-player[data-astro-cid-lcdooa2l]:focus-visible{outline:2px solid #00D9FF;outline-offset:-2px}.ff-cards[data-astro-cid-lcdooa2l]{max-width:1600px;margin:0 auto;padding:0 2rem;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.vcard[data-astro-cid-lcdooa2l]{border:1px solid rgba(255,255,255,.11);background:#ffffff09;overflow:hidden;transition:border-color .45s cubic-bezier(.16,1,.3,1),background-color .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1)}.vcard[data-astro-cid-lcdooa2l]:hover{border-color:#00d9ff6b;background:#00d9ff0b;transform:translateY(-2px)}.vcard__body[data-astro-cid-lcdooa2l]{padding:1.15rem 1.35rem;min-width:0}.vcard__vendor[data-astro-cid-lcdooa2l]{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;color:#00d9ff;margin:.55rem 0 0}.vcard__vendor[data-astro-cid-lcdooa2l] a[data-astro-cid-lcdooa2l]{color:inherit;text-decoration:none;border-bottom:1px solid rgba(0,217,255,.4);transition:color .3s ease,border-color .3s ease}.vcard__vendor[data-astro-cid-lcdooa2l] a[data-astro-cid-lcdooa2l]:hover,.vcard__vendor[data-astro-cid-lcdooa2l] a[data-astro-cid-lcdooa2l]:focus-visible{color:#00d9ff;border-bottom-color:#00d9ff}.vcard__name[data-astro-cid-lcdooa2l]{font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;color:#fff;margin:0 0 .2rem;line-height:1.3}.vcard__name[data-astro-cid-lcdooa2l].is-pending{font-family:var(--font-mono);font-size:.8125rem;font-weight:400;letter-spacing:.04em;color:#fff6}.vcard__role[data-astro-cid-lcdooa2l]{font-family:var(--font-body);font-size:.8125rem;line-height:1.45;color:#ffffff8c;margin:0}.ffp-split[data-astro-cid-lcdooa2l]{max-width:1600px;margin:0 auto;padding:clamp(1.6rem,2.8vw,2.25rem) 2rem 0;display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.5rem,3vw,3rem);align-items:start}.ffp-split[data-astro-cid-lcdooa2l].has-rooms{grid-template-columns:minmax(0,4fr) minmax(0,1fr)}.ffp-split[data-astro-cid-lcdooa2l].has-rooms .ffp-rooms[data-astro-cid-lcdooa2l]{order:2}.ffp-split[data-astro-cid-lcdooa2l] .ffp-section__head[data-astro-cid-lcdooa2l],.ffp-split[data-astro-cid-lcdooa2l] .ffp-comments[data-astro-cid-lcdooa2l]{max-width:none;padding-left:0;padding-right:0}.ffp-split[data-astro-cid-lcdooa2l] .ffp-section__head[data-astro-cid-lcdooa2l]{padding-top:0}.ffp-rooms[data-astro-cid-lcdooa2l]{position:sticky;top:1.5rem}.ffp-rooms__title[data-astro-cid-lcdooa2l]{font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:#00d9ff;margin:0 0 .45rem}.ffp-rooms__note[data-astro-cid-lcdooa2l]{font-family:var(--font-body);font-size:.875rem;line-height:1.55;color:#ffffff8c;margin:0 0 1rem;text-wrap:pretty}.ffp-rooms__list[data-astro-cid-lcdooa2l]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.75rem}.ffp-room[data-astro-cid-lcdooa2l]{display:flex;flex-direction:column;text-decoration:none;border:1px solid rgba(255,255,255,.11);background:#ffffff09;transition:border-color .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1)}.ffp-room[data-astro-cid-lcdooa2l]:hover,.ffp-room[data-astro-cid-lcdooa2l]:focus-visible{border-color:#00d9ff6b;transform:translateY(-2px)}.ffp-room[data-astro-cid-lcdooa2l]:focus-visible{outline:2px solid #00D9FF;outline-offset:2px}.ffp-room__plate[data-astro-cid-lcdooa2l]{height:64px;display:flex;align-items:center;justify-content:center;padding:.55rem .9rem;background:#fff}.ffp-room__logo[data-astro-cid-lcdooa2l]{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.ffp-room__meta[data-astro-cid-lcdooa2l]{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem;padding:.5rem .75rem .55rem;min-width:0}.ffp-room__who[data-astro-cid-lcdooa2l]{font-family:var(--font-body);font-size:.75rem;color:#ffffff9e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ffp-room__cta[data-astro-cid-lcdooa2l]{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:#00d9ff;white-space:nowrap}.ffp-room__cta[data-astro-cid-lcdooa2l]:after{content:" →"}.ffp-comments[data-astro-cid-lcdooa2l]{max-width:1600px;margin:0 auto;padding:0 2rem}.ffp-pager[data-astro-cid-lcdooa2l]{max-width:1600px;margin:0 auto;padding:clamp(2.25rem,4.5vw,3.5rem) 2rem clamp(3.25rem,6.5vw,4.5rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.ffp-pager__link[data-astro-cid-lcdooa2l]{position:relative;display:block;overflow:clip;text-decoration:none;border:1px solid rgba(255,255,255,.11);padding:1.5rem 1.5rem 1.4rem;transition:border-color .35s ease,background-color .35s ease}.ffp-pager__ghost[data-astro-cid-lcdooa2l]{position:absolute;bottom:-.28em;font-family:var(--font-heading);font-size:5.2rem;font-weight:600;line-height:1;letter-spacing:-.04em;color:transparent;-webkit-text-stroke:1px rgba(0,217,255,.14);pointer-events:none;user-select:none;transition:-webkit-text-stroke-color .35s ease,transform .35s cubic-bezier(.16,1,.3,1)}.ffp-pager__link[data-astro-cid-lcdooa2l].is-prev .ffp-pager__ghost[data-astro-cid-lcdooa2l]{right:1rem}.ffp-pager__link[data-astro-cid-lcdooa2l].is-next .ffp-pager__ghost[data-astro-cid-lcdooa2l]{left:1rem}.ffp-pager__link[data-astro-cid-lcdooa2l]:hover,.ffp-pager__link[data-astro-cid-lcdooa2l]:focus-visible{border-color:#00d9ff6b;background:#00d9ff0b}.ffp-pager__link[data-astro-cid-lcdooa2l]:focus-visible{outline:2px solid #00D9FF;outline-offset:-2px}.ffp-pager__link[data-astro-cid-lcdooa2l]:hover .ffp-pager__ghost[data-astro-cid-lcdooa2l],.ffp-pager__link[data-astro-cid-lcdooa2l]:focus-visible .ffp-pager__ghost[data-astro-cid-lcdooa2l]{-webkit-text-stroke-color:rgba(0,217,255,.3);transform:translateY(-4px)}.ffp-pager__link[data-astro-cid-lcdooa2l].is-next{text-align:right}.ffp-pager__dir[data-astro-cid-lcdooa2l]{display:block;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#00d9ff;margin-bottom:.45rem}.ffp-pager__title[data-astro-cid-lcdooa2l]{position:relative;font-family:var(--font-heading);font-size:1rem;font-weight:600;line-height:1.35;color:#ffffffd9;max-width:34ch}.ffp-pager__link[data-astro-cid-lcdooa2l].is-next .ffp-pager__title[data-astro-cid-lcdooa2l]{margin-left:auto}[data-astro-cid-lcdooa2l][data-reveal]{opacity:0;transform:translateY(14px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}[data-astro-cid-lcdooa2l][data-reveal].is-revealed{opacity:1;transform:none}@media (max-width: 900px){.ff-cards[data-astro-cid-lcdooa2l]{grid-template-columns:repeat(2,minmax(0,1fr))}.ffp-pager[data-astro-cid-lcdooa2l]{grid-template-columns:1fr}.ffp-pager__link[data-astro-cid-lcdooa2l].is-next{text-align:left}.ffp-hero__inner[data-astro-cid-lcdooa2l],.ffp-split[data-astro-cid-lcdooa2l].has-rooms{grid-template-columns:1fr}.ffp-rooms[data-astro-cid-lcdooa2l]{position:static;order:2}.ffp-rooms__list[data-astro-cid-lcdooa2l]{grid-template-columns:repeat(2,minmax(0,1fr))}.ffp-player[data-astro-cid-lcdooa2l]{order:2}.ffp-hero__main[data-astro-cid-lcdooa2l]{order:1}}@media (max-width: 640px){.ff-cards[data-astro-cid-lcdooa2l]{grid-template-columns:1fr}}@media (max-width: 720px){.ffp-hero__inner[data-astro-cid-lcdooa2l],.ffp-section__head[data-astro-cid-lcdooa2l],.ff-cards[data-astro-cid-lcdooa2l],.ffp-comments[data-astro-cid-lcdooa2l],.ffp-pager[data-astro-cid-lcdooa2l]{padding-left:1.15rem;padding-right:1.15rem}.ffp-hero__num[data-astro-cid-lcdooa2l]{display:none}.ffp-hero__frame[data-astro-cid-lcdooa2l]{grid-template-columns:1fr}.ffp-rail[data-astro-cid-lcdooa2l],.ffp-pager__ghost[data-astro-cid-lcdooa2l]{display:none}.ffp-crumb[data-astro-cid-lcdooa2l]{flex-wrap:wrap}.ffp-status[data-astro-cid-lcdooa2l]{margin-left:0}.vcard__body[data-astro-cid-lcdooa2l]{padding:1.1rem 1.15rem}.ffp-split[data-astro-cid-lcdooa2l]{padding-left:1.15rem;padding-right:1.15rem}.ffp-rooms__list[data-astro-cid-lcdooa2l]{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){[data-astro-cid-lcdooa2l][data-reveal]{opacity:1;transform:none;transition:none}.vcard[data-astro-cid-lcdooa2l]{transition:none}.vcard[data-astro-cid-lcdooa2l]:hover{transform:none}.ffp-room[data-astro-cid-lcdooa2l]{transition:none}.ffp-room[data-astro-cid-lcdooa2l]:hover{transform:none}.ffp-w__i[data-astro-cid-lcdooa2l]{transform:none;animation:none}.ffp-hero__num[data-astro-cid-lcdooa2l],.ffp-hero__inner[data-astro-cid-lcdooa2l]{animation:none}.ffp-pager__ghost[data-astro-cid-lcdooa2l]{transition:none}}
