.guest-guide-app{min-height:100svh;padding-bottom:calc(76px + env(safe-area-inset-bottom));background:#fff;color:var(--ink)}.guest-guide-topbar{position:sticky;top:0;z-index:80;display:flex;min-height:60px;align-items:center;justify-content:space-between;gap:.5rem;padding:max(.65rem,env(safe-area-inset-top)) 1rem .65rem;border-bottom:1px solid var(--line);background:#fffffff2;backdrop-filter:blur(16px)}.guest-guide-brand{display:inline-flex;min-width:0;align-items:center;gap:.4rem;color:var(--ink);font-size:.94rem;font-weight:800}.guest-guide-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-guide-topbar__actions{display:inline-flex;min-width:0;align-items:center;justify-content:flex-end;gap:.35rem}.guest-guide-stay-menu{position:relative}.guest-guide-stay-menu summary{display:inline-flex;min-height:38px;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer;list-style:none;padding:.4rem .7rem;font-size:.78rem;font-weight:800}.guest-guide-stay-menu summary::-webkit-details-marker{display:none}.guest-guide-stay-menu summary:after{width:.38rem;height:.38rem;margin-left:.45rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:"";transform:rotate(45deg) translateY(-2px)}.guest-guide-stay-menu[open] summary:after{transform:rotate(225deg) translate(-2px,-1px)}.guest-guide-stay-menu__panel{position:absolute;top:calc(100% + .55rem);right:0;z-index:12;display:grid;width:min(320px,calc(100vw - 2rem));gap:.4rem;padding:.75rem;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 36px #00000024}.guest-guide-stay-menu__panel>p{margin:.1rem 0 .35rem;color:var(--muted);font-size:.76rem;font-weight:800}.guest-guide-stay-option{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:.6rem;width:100%;min-height:62px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink);cursor:pointer;padding:.4rem;text-align:left}.guest-guide-stay-option:hover,.guest-guide-stay-option:focus-visible,.guest-guide-stay-option.is-active{border-color:#1e34e638;background:#f5f7ff}.guest-guide-stay-option__media{width:46px;height:46px;overflow:hidden;border-radius:6px}.guest-guide-stay-option__media img,.guest-guide-sidebar__stay-media img{width:100%;height:100%;object-fit:cover}.guest-guide-stay-option span{min-width:0}.guest-guide-stay-option strong,.guest-guide-stay-option small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-guide-stay-option strong{font-size:.86rem}.guest-guide-stay-option small{margin-top:.1rem;color:var(--muted);font-size:.75rem}.guest-guide-app .language-switcher__button{min-height:38px;border-radius:999px;padding:.35rem .55rem}.guest-guide-app .language-switcher__button>span,.guest-guide-app .language-switcher__button>strong{display:none}.guest-guide-app .language-switcher__menu{z-index:14}.guest-guide-shell{width:min(100%,760px);margin:0 auto}.guest-guide-room[hidden]{display:none!important}.guest-guide-overview{display:grid;border-bottom:1px solid var(--line)}.guest-guide-overview__media{position:relative;aspect-ratio:1.5 / 1;overflow:hidden;background:#eef0f8}.guest-guide-overview__media:after{position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(to top,rgba(0,0,0,.42),transparent);content:"";pointer-events:none}.guest-guide-overview__media img{width:100%;height:100%}.guest-guide-overview__media span{position:absolute;z-index:1;right:1rem;bottom:.8rem;color:#fff;font-size:.78rem;font-weight:800}.guest-guide-overview__copy{display:grid;gap:.65rem;padding:1.25rem 1rem 1.1rem}.guest-guide-kicker,.guest-guide-section__heading p{margin:0;color:var(--muted);font-size:.77rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.guest-guide-overview h1,.guest-guide-overview p{margin:0}.guest-guide-overview h1{font-size:1.8rem;line-height:1.08}.guest-guide-overview__copy>p:not(.guest-guide-kicker){max-width:62ch;color:#4f4f4f;font-size:.98rem;line-height:1.6}.guest-guide-meta{display:grid;gap:.5rem;margin-top:.25rem}.guest-guide-meta span{display:flex;align-items:center;gap:.45rem;color:#404040;font-size:.84rem;font-weight:700}.guest-guide-meta svg{flex:0 0 auto;color:var(--sea-dark)}.guest-guide-meta em{font-style:normal}.guest-guide-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.guest-guide-actions a,.guest-guide-actions button{display:grid;min-width:0;min-height:78px;place-items:center;gap:.25rem;border:0;border-right:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;padding:.6rem .25rem;text-align:center}.guest-guide-actions>:last-child{border-right:0}.guest-guide-actions svg{color:var(--sea-dark)}.guest-guide-actions span{overflow:hidden;max-width:100%;font-size:.7rem;font-weight:800;line-height:1.22;text-overflow:ellipsis}.guest-guide-actions a:hover,.guest-guide-actions a:focus-visible,.guest-guide-actions button:hover,.guest-guide-actions button:focus-visible{background:#f5f7ff}.guest-guide-search{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;margin:1rem;padding:0 .75rem;border:1px solid #bdbdbd;border-radius:8px;background:#fff}.guest-guide-search:focus-within{border-color:var(--sea);box-shadow:0 0 0 3px #1e34e624}.guest-guide-search>svg{color:#555}.guest-guide-search input{width:100%;min-height:52px;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:16px}.guest-guide-search input::placeholder{color:#767676}.guest-guide-search>button{display:inline-grid;width:32px;height:32px;place-items:center;border:0;border-radius:50%;background:transparent;color:#555;cursor:pointer}.guest-guide-search>button:hover,.guest-guide-search>button:focus-visible{background:#f1f1f1;color:var(--ink)}.guest-guide-search__hint{position:absolute;top:calc(100% + .35rem);left:0;margin:0;color:var(--muted);font-size:.72rem}.guest-guide-search__results{position:absolute;top:calc(100% + .5rem);right:0;left:0;z-index:18;display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 36px #00000024}.guest-guide-search__results[hidden]{display:none}.guest-guide-search-result,.guest-guide-search-empty{width:100%;min-height:52px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);padding:.75rem;text-align:left}.guest-guide-search-result:last-child,.guest-guide-search-empty:last-child{border-bottom:0}.guest-guide-search-result{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem;cursor:pointer}.guest-guide-search-result:hover,.guest-guide-search-result:focus-visible{background:#f5f7ff}.guest-guide-search-result strong,.guest-guide-search-result span{display:block}.guest-guide-search-result strong{font-size:.9rem}.guest-guide-search-result span,.guest-guide-search-empty{color:var(--muted);font-size:.78rem;line-height:1.4}.guest-guide-search-result svg{color:var(--sea-dark)}.guest-guide-section-nav{display:flex;gap:.45rem;overflow-x:auto;margin-top:1.8rem;padding:.7rem 1rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;scrollbar-width:none}.guest-guide-section-nav::-webkit-scrollbar{display:none}.guest-guide-section-nav a{display:inline-flex;min-width:max-content;min-height:36px;align-items:center;gap:.35rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:#333;padding:.35rem .6rem;font-size:.78rem;font-weight:800}.guest-guide-section-nav a:hover,.guest-guide-section-nav a:focus-visible{border-color:var(--sea);color:var(--sea-dark)}.guest-guide-section{scroll-margin-top:76px;padding:1.5rem 1rem;border-bottom:1px solid var(--line)}.guest-guide-section.is-search-target,.guest-guide-faqs details.is-search-target,.guest-guide-local-list article.is-search-target{animation:guest-guide-target 1.5s ease}@keyframes guest-guide-target{0%,to{background:transparent}35%{background:#f5f7ff}}.guest-guide-section--private{background:#f5f7ff;border-bottom-color:#dce1ff}.guest-guide-section--help{background:#fbfbfb}.guest-guide-section__heading{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1rem}.guest-guide-section__icon{display:inline-grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border:1px solid #dce1ff;border-radius:8px;background:#fff;color:var(--sea-dark)}.guest-guide-section__heading h2{margin:.2rem 0 0;font-size:1.2rem;line-height:1.2}.guest-guide-unlock{display:grid;gap:.9rem}.guest-guide-unlock h3,.guest-guide-unlock p{margin:0}.guest-guide-unlock h3{font-size:1rem}.guest-guide-unlock h3+p{margin-top:.35rem;color:#565c72;font-size:.9rem;line-height:1.5}.guest-guide-otp,.guest-guide-pin{display:grid;gap:.45rem}.guest-guide-otp>span,.guest-guide-pin label{color:#333;font-size:.82rem;font-weight:800}.guest-guide-otp__boxes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.35rem}.guest-guide-otp__boxes input,.guest-guide-pin input{width:100%;border:1px solid #b6bdd5;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:16px;font-weight:800;outline:none}.guest-guide-otp__boxes input{aspect-ratio:1;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.05rem;text-align:center}.guest-guide-pin input{min-height:48px;padding:.6rem .75rem}.guest-guide-otp__boxes input:focus,.guest-guide-pin input:focus{border-color:var(--sea);box-shadow:0 0 0 3px #1e34e626}.guest-guide-text-button{justify-self:start;border:0;background:transparent;color:var(--sea-dark);cursor:pointer;font:inherit;font-size:.82rem;font-weight:800;padding:.05rem 0;text-decoration:underline;text-underline-offset:.2em}.guest-guide-primary-action{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:8px;background:var(--brand-gradient);color:#fff;cursor:pointer;padding:.7rem 1rem;font:inherit;font-size:.94rem;font-weight:800}.guest-guide-primary-action:hover,.guest-guide-primary-action:focus-visible{background:var(--brand-gradient-hover)}.guest-guide-primary-action:disabled{cursor:not-allowed;opacity:.45}.guest-guide-unlock.is-loading .guest-guide-primary-action:disabled{cursor:progress;opacity:.7}.guest-guide-unlock>small{color:var(--muted);font-size:.76rem;line-height:1.4}.guest-guide-unlock__status{min-height:1.2rem;margin:0;font-size:.84rem;font-weight:800}.guest-guide-unlock__status[data-tone=success]{color:#047857}.guest-guide-unlock__status[data-tone=error]{color:#b42318}.guest-guide-unlock__status[data-tone=loading]{color:var(--sea-dark)}.guest-guide-arrival-notes,.guest-guide-checkout-notes{display:grid;gap:.75rem;margin-top:1.25rem;padding-top:1.1rem;border-top:1px solid #dce1ff}.guest-guide-arrival-notes>div{display:grid;gap:.15rem}.guest-guide-arrival-notes>div span{color:var(--muted);font-size:.75rem;font-weight:800}.guest-guide-arrival-notes>div strong{overflow-wrap:anywhere;font-size:.95rem}.guest-guide-arrival-notes>p,.guest-guide-checkout-notes>p{margin:0;color:#4c5368;font-size:.9rem;line-height:1.55}.guest-guide-arrival-notes ol,.guest-guide-checkout-notes ol{display:grid;gap:.75rem;margin:0;padding:0;list-style:none;counter-reset:guide-private-steps}.guest-guide-arrival-notes li,.guest-guide-checkout-notes li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:.6rem;align-items:start;counter-increment:guide-private-steps}.guest-guide-arrival-notes li>span,.guest-guide-checkout-notes li>span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--sea-dark);color:#fff;font-size:.8rem;font-weight:800}.guest-guide-arrival-notes li>span:before,.guest-guide-checkout-notes li>span:before{content:counter(guide-private-steps)}.guest-guide-arrival-notes li p,.guest-guide-checkout-notes li p{margin:.25rem 0 0;color:#40475a;font-size:.9rem;line-height:1.5}.guest-guide-access-code{grid-template-columns:minmax(0,1fr) auto;gap:.3rem .75rem;align-items:center;padding:.85rem;border:1px solid #cbd5ff;border-radius:8px;background:#f4f6ff}.guest-guide-access-code>span{grid-column:1 / -1}.guest-guide-access-code>strong{color:#132e91;font-size:1.05rem;letter-spacing:.04em}.guest-guide-access-code>button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:.35rem;border:1px solid #bfc6dd;border-radius:8px;background:#fff;color:var(--sea-dark);cursor:pointer;padding:.35rem .6rem;font:inherit;font-size:.78rem;font-weight:800}.guest-guide-details{display:grid;border-top:1px solid var(--line)}.guest-guide-details>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.15rem .75rem;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--line)}.guest-guide-details span{grid-column:1 / -1;color:var(--muted);font-size:.76rem;font-weight:800}.guest-guide-details strong{overflow-wrap:anywhere;font-size:.98rem}.guest-guide-details button,.guest-guide-info-grid a,.guest-guide-contact-row a{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:.35rem;border:1px solid #bfc6dd;border-radius:8px;background:#fff;color:var(--sea-dark);cursor:pointer;padding:.35rem .6rem;font:inherit;font-size:.78rem;font-weight:800}.guest-guide-info-grid{display:grid;gap:.75rem}.guest-guide-info-grid article{scroll-margin-top:76px;display:grid;align-content:start;gap:.45rem;min-height:150px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:.9rem}.guest-guide-info-grid article>svg{color:var(--sea-dark)}.guest-guide-info-grid h3,.guest-guide-info-grid p{margin:0}.guest-guide-info-grid h3{font-size:.96rem}.guest-guide-info-grid p{color:#575757;font-size:.88rem;line-height:1.5}.guest-guide-info-grid a{width:fit-content;margin-top:auto}.guest-guide-faqs{display:grid;border-top:1px solid var(--line)}.guest-guide-faqs details{scroll-margin-top:76px;border-bottom:1px solid var(--line)}.guest-guide-faqs summary{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-size:.94rem;font-weight:800;list-style:none}.guest-guide-faqs summary::-webkit-details-marker{display:none}.guest-guide-faqs summary:after{display:inline-grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--sea-dark);content:"+";font-size:1.05rem;font-weight:700}.guest-guide-faqs details[open] summary:after{content:"−"}.guest-guide-faqs p{margin:-.15rem 0 1rem;color:#575757;font-size:.91rem;line-height:1.6}.guest-guide-emergency-line{margin:-.2rem 0 1rem;color:#4d4d4d;font-size:.93rem;font-weight:800}.guest-guide-primary-emergency{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.2rem .8rem;align-items:center;border:1px solid #efb4ad;border-radius:8px;background:#fff7f6;color:#8f1d16;padding:1rem}.guest-guide-primary-emergency>span,.guest-guide-primary-emergency>small{grid-column:1 / -1}.guest-guide-primary-emergency>span{font-size:.78rem;font-weight:800}.guest-guide-primary-emergency>strong{font-size:1.85rem;line-height:1}.guest-guide-primary-emergency>small{color:#6f3d39;font-size:.84rem;line-height:1.42}.guest-guide-primary-emergency>b{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:.35rem;border-radius:8px;background:#a32920;color:#fff;padding:.45rem .65rem;font-size:.8rem}.guest-guide-primary-emergency:hover,.guest-guide-primary-emergency:focus-visible{border-color:#a32920;background:#fff0ee}.guest-guide-secondary-emergency{margin-top:.75rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.guest-guide-secondary-emergency summary{display:flex;min-height:52px;align-items:center;justify-content:space-between;cursor:pointer;font-size:.9rem;font-weight:800;list-style:none}.guest-guide-secondary-emergency summary::-webkit-details-marker{display:none}.guest-guide-secondary-emergency summary:after{color:var(--sea-dark);content:"+";font-size:1.25rem}.guest-guide-secondary-emergency[open] summary:after{content:"−"}.guest-guide-secondary-emergency .guest-guide-emergency-list{margin-bottom:.85rem}.guest-guide-emergency-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.guest-guide-emergency-list a,.guest-guide-emergency-list>div{display:grid;gap:.15rem;min-height:108px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:.8rem}.guest-guide-emergency-list a:hover,.guest-guide-emergency-list a:focus-visible{border-color:var(--sea);background:#f5f7ff}.guest-guide-emergency-list span,.guest-guide-emergency-list small{color:var(--muted);font-size:.73rem;font-weight:700;line-height:1.35}.guest-guide-emergency-list strong{color:var(--ink);font-size:1.05rem}.guest-guide-support-note{margin:1rem 0 0;color:#575757;font-size:.9rem;line-height:1.55}.guest-guide-contact-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.guest-guide-local-list{display:grid;border-top:1px solid var(--line)}.guest-guide-local-list article{scroll-margin-top:76px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.guest-guide-local-list span{color:var(--muted);font-size:.75rem;font-weight:800}.guest-guide-local-list h3,.guest-guide-local-list p{margin:0}.guest-guide-local-list h3{margin-top:.18rem;font-size:.98rem}.guest-guide-local-list p{margin-top:.25rem;color:#575757;font-size:.86rem;line-height:1.5}.guest-guide-local-list a{display:inline-grid;width:40px;height:40px;place-items:center;border:1px solid #bfc6dd;border-radius:8px;color:var(--sea-dark)}.guest-guide-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:90;display:grid;grid-template-columns:repeat(4,1fr);min-height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fffffff7;box-shadow:0 -6px 18px #0000000f;backdrop-filter:blur(16px)}.guest-guide-bottom-nav button{display:grid;min-width:0;place-items:center;gap:.15rem;border:0;background:transparent;color:#5d5d5d;cursor:pointer;padding:.45rem .2rem}.guest-guide-bottom-nav button:hover,.guest-guide-bottom-nav button:focus-visible{color:var(--sea-dark)}.guest-guide-bottom-nav span{overflow:hidden;max-width:100%;font-size:.67rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.guest-guide-bottom-nav svg{color:var(--sea-dark)}.guest-guide-app [hidden]{display:none!important}.guest-guide-app .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(min-width:680px){.guest-guide-app{padding-bottom:0;background:#f7f7f7}.guest-guide-topbar{padding-right:max(1.5rem,calc((100vw - 1040px)/2));padding-left:max(1.5rem,calc((100vw - 1040px)/2))}.guest-guide-shell{width:min(100% - 3rem,1040px);margin:1.5rem auto 3rem;border:1px solid var(--line);border-radius:8px;background:#fff}.guest-guide-overview{grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr)}.guest-guide-overview__media{min-height:350px}.guest-guide-overview__copy{align-content:center;padding:2rem}.guest-guide-overview h1{font-size:2.3rem}.guest-guide-meta{grid-template-columns:1fr 1fr}.guest-guide-actions{grid-template-columns:repeat(4,1fr)}.guest-guide-actions a,.guest-guide-actions button{min-height:88px}.guest-guide-actions span{font-size:.78rem}.guest-guide-search{margin:1.25rem 1.5rem}.guest-guide-section-nav{padding-right:1.5rem;padding-left:1.5rem}.guest-guide-section{padding:2rem 1.5rem}.guest-guide-unlock{grid-template-columns:minmax(0,1fr) minmax(260px,.74fr);align-items:end}.guest-guide-unlock>:first-child,.guest-guide-unlock>small,.guest-guide-unlock__status{grid-column:1 / -1}.guest-guide-primary-action{min-height:52px}.guest-guide-arrival-notes,.guest-guide-checkout-notes{max-width:760px}.guest-guide-info-grid,.guest-guide-emergency-list{grid-template-columns:repeat(3,minmax(0,1fr))}.guest-guide-bottom-nav{display:none}}@media(max-width:390px){.guest-guide-topbar{padding-right:.75rem;padding-left:.75rem}.guest-guide-brand{font-size:.86rem}.guest-guide-stay-menu summary{padding-right:.55rem;padding-left:.55rem}.guest-guide-overview h1{font-size:1.6rem}.guest-guide-emergency-list{grid-template-columns:1fr}}.guest-guide-workspace,.guest-guide-content{min-width:0}.guest-guide-sidebar{display:none}.guest-guide-unlock{overflow:hidden;grid-template-columns:minmax(0,1fr);gap:0;border:1px solid #d6ddff;border-radius:8px;background:#fff;padding:0}.guest-guide-unlock__intro{display:grid;gap:.5rem;padding:1.1rem;background:#f7f8ff}.guest-guide-unlock>.guest-guide-unlock__intro,.guest-guide-unlock>.guest-guide-unlock__form-area{grid-column:auto}.guest-guide-unlock__seal{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:8px;background:#fff;color:var(--sea-dark);box-shadow:0 1px 2px #0f172a14}.guest-guide-unlock__includes{display:grid;gap:.4rem;margin-top:.55rem;padding-top:.85rem;border-top:1px solid #dfe4f7}.guest-guide-unlock__includes>span{color:#48526c;font-size:.75rem;font-weight:850;text-transform:uppercase}.guest-guide-unlock__includes ul{display:grid;gap:.4rem;margin:0;padding:0;list-style:none}.guest-guide-unlock__includes li{display:flex;align-items:center;gap:.45rem;color:#39445f;font-size:.84rem;font-weight:700}.guest-guide-unlock__includes svg{flex:0 0 auto;color:var(--sea-dark)}.guest-guide-unlock__form-area{display:grid;gap:.8rem;padding:1.1rem}.guest-guide-unlock__methods{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:.25rem;border:1px solid #dfe3ed;border-radius:8px;background:#f4f6fa}.guest-guide-unlock__methods button{min-height:38px;border:0;border-radius:6px;background:transparent;color:#687187;cursor:pointer;padding:.35rem .45rem;font:inherit;font-size:.78rem;font-weight:800}.guest-guide-unlock__methods button.is-active,.guest-guide-unlock__methods button[aria-pressed=true]{background:#fff;color:var(--sea-dark);box-shadow:0 1px 3px #0f172a1f}.guest-guide-otp label,.guest-guide-pin label{color:#344054;font-size:.82rem;font-weight:800}.guest-guide-otp input,.guest-guide-pin input{width:100%;min-height:50px;border:1px solid #b9c3d8;border-radius:8px;background:#fff;color:var(--ink);padding:.65rem .75rem;font:inherit;font-size:16px;font-weight:800;outline:none}.guest-guide-otp input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.1em}.guest-guide-otp input:focus,.guest-guide-pin input:focus{border-color:var(--sea);box-shadow:0 0 0 3px #1e34e624}.guest-guide-unlock__form-area>small{color:var(--muted);font-size:.76rem;line-height:1.45}.guest-guide-unlock.is-unlocked{border-color:#a8d9c1}.guest-guide-unlock.is-unlocked .guest-guide-unlock__intro{background:#f1fbf5}.guest-guide-unlock.is-unlocked .guest-guide-unlock__methods,.guest-guide-unlock.is-unlocked .guest-guide-otp,.guest-guide-unlock.is-unlocked .guest-guide-pin,.guest-guide-unlock.is-unlocked .guest-guide-primary-action,.guest-guide-unlock.is-unlocked .guest-guide-unlock__form-area>small{display:none}.guest-guide-unlock.is-unlocked .guest-guide-unlock__form-area{align-content:center;min-height:78px}.guest-guide-unlock.is-unlocked .guest-guide-unlock__status{color:#047857}.guest-guide-room.is-unlocked .guest-guide-section--private{background:#f7fdf9;border-bottom-color:#c5ead2}@media(min-width:960px){.guest-guide-app{background:#f4f6fa}.guest-guide-topbar{min-height:70px;padding-right:max(2rem,calc((100vw - 1360px)/2));padding-left:max(2rem,calc((100vw - 1360px)/2));border-bottom-color:#e2e6ee}.guest-guide-brand{font-size:1rem}.guest-guide-app .language-switcher__button>span,.guest-guide-app .language-switcher__button>strong{display:initial}.guest-guide-shell{width:min(100% - 4rem,1360px);margin:2rem auto 4rem;border:0;border-radius:0;background:transparent}.guest-guide-workspace{display:grid;grid-template-columns:248px minmax(0,1fr);gap:1.5rem;align-items:start}.guest-guide-sidebar{position:sticky;top:92px;display:grid;gap:1.1rem;padding:1rem;border:1px solid #e0e5ee;border-radius:8px;background:#fff;box-shadow:0 10px 24px #23304b0d}.guest-guide-sidebar__stay{display:grid;grid-template-columns:54px minmax(0,1fr);gap:.7rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid #edf0f5}.guest-guide-sidebar__stay-media{width:54px;height:54px;overflow:hidden;border-radius:7px}.guest-guide-sidebar__stay span,.guest-guide-sidebar__stay small,.guest-guide-sidebar__support>span{display:block;color:#6c7486;font-size:.72rem;font-weight:750}.guest-guide-sidebar__stay strong{display:block;overflow:hidden;margin:.15rem 0;color:#1c263c;font-size:.88rem;font-weight:850;line-height:1.3;text-overflow:ellipsis}.guest-guide-sidebar__nav{display:grid;gap:.15rem}.guest-guide-sidebar__nav a{display:flex;min-height:38px;align-items:center;gap:.55rem;border-radius:6px;color:#4d5970;padding:.45rem .5rem;font-size:.84rem;font-weight:760}.guest-guide-sidebar__nav a:hover,.guest-guide-sidebar__nav a:focus-visible{background:#f0f3ff;color:var(--sea-dark)}.guest-guide-sidebar__nav svg{color:#6272be}.guest-guide-sidebar__support{display:grid;gap:.45rem;padding-top:1rem;border-top:1px solid #edf0f5}.guest-guide-sidebar__support a{display:flex;align-items:center;gap:.4rem;color:var(--sea-dark);font-size:.8rem;font-weight:800}.guest-guide-content{overflow:hidden;border:1px solid #e0e5ee;border-radius:8px;background:#fff;box-shadow:0 10px 24px #23304b0d}.guest-guide-overview{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);min-height:312px}.guest-guide-overview__media{min-height:312px;aspect-ratio:auto}.guest-guide-overview__media:after{display:none}.guest-guide-overview__media span{right:auto;bottom:1rem;left:1rem;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:#11182799;padding:.35rem .55rem}.guest-guide-overview__copy{align-content:center;padding:2.5rem}.guest-guide-overview h1{font-size:2.25rem}.guest-guide-meta{grid-template-columns:1fr;gap:.55rem}.guest-guide-actions{gap:.6rem;padding:1.1rem 2.25rem;border-bottom:1px solid #e8ecf2;background:#fbfcfe}.guest-guide-actions a,.guest-guide-actions button{min-height:68px;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr;place-items:center start;gap:.55rem;border:1px solid #dfe4ee;border-radius:7px;background:#fff;padding:.7rem .8rem;text-align:left}.guest-guide-actions>:last-child{border-right:1px solid #dfe4ee}.guest-guide-actions span{font-size:.8rem}.guest-guide-search{margin:1.5rem 2.25rem 0}.guest-guide-section-nav{display:none}.guest-guide-section{scroll-margin-top:92px;padding:2.25rem;border-bottom-color:#e8ecf2}.guest-guide-section--private{background:#f8f9ff}.guest-guide-section--help{background:#fcfcfd}.guest-guide-section__heading{margin-bottom:1.35rem}.guest-guide-section__heading h2{font-size:1.38rem}.guest-guide-unlock{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:0;align-items:stretch}.guest-guide-unlock__intro{padding:1.5rem}.guest-guide-unlock__form-area{align-content:center;padding:1.5rem;border-left:1px solid #dce2f5}.guest-guide-unlock.is-unlocked .guest-guide-unlock__form-area{border-left-color:#c8e7d4}.guest-guide-arrival-notes,.guest-guide-checkout-notes{max-width:none}.guest-guide-details{grid-template-columns:1fr 1fr;gap:1.25rem;border-top:0}.guest-guide-details>div{min-height:126px;align-content:center;padding:1.1rem;border:1px solid #e2e6ed;border-radius:7px;background:#fff}.guest-guide-info-grid article{min-height:174px;padding:1.1rem;border-color:#e2e6ed}.guest-guide-faqs{border-top-color:#e2e6ed}.guest-guide-local-list article{padding:1.2rem 0}}.guest-guide-arrival-lock,.guest-guide-checkout-lock{display:grid;grid-template-columns:40px minmax(0,1fr);gap:.75rem;align-items:center;margin-bottom:1rem;padding:.85rem;border:1px solid #d9e0ef;border-radius:8px;background:#fff}.guest-guide-arrival-lock>span,.guest-guide-checkout-lock>span{display:grid;width:40px;height:40px;place-items:center;border-radius:7px;background:#f3f5ff;color:var(--sea-dark)}.guest-guide-arrival-lock strong,.guest-guide-arrival-lock p,.guest-guide-checkout-lock strong,.guest-guide-checkout-lock p{margin:0}.guest-guide-arrival-lock strong,.guest-guide-checkout-lock strong{display:block;color:#26324a;font-size:.9rem;font-weight:850}.guest-guide-arrival-lock p,.guest-guide-checkout-lock p{margin-top:.15rem;color:#667085;font-size:.82rem;line-height:1.4}.guest-guide-room.is-unlocked .guest-guide-arrival-lock,.guest-guide-room.is-unlocked .guest-guide-checkout-lock{display:none}.guest-guide-room.is-unlocked .guest-guide-arrival-notes,.guest-guide-room.is-unlocked .guest-guide-checkout-notes{margin-top:0;padding-top:0;border-top:0}.guest-guide-unlock-fab{position:fixed;z-index:88;right:.75rem;bottom:calc(76px + env(safe-area-inset-bottom));left:.75rem;display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(255,255,255,.46);border-radius:8px;background:var(--brand-gradient);color:#fff;box-shadow:0 12px 28px #162e8f47;cursor:pointer;padding:.75rem 1rem;font:inherit;font-size:.9rem;font-weight:850}.guest-guide-unlock-fab:hover,.guest-guide-unlock-fab:focus-visible{background:var(--brand-gradient-hover);transform:translateY(-1px)}.guest-guide-room.is-unlocked .guest-guide-unlock-fab{display:none}.guest-guide-unlock-sheet{box-sizing:border-box;width:min(100vw,520px);max-width:none;max-height:calc(100dvh - max(.75rem,env(safe-area-inset-top)));margin:0;border:0;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 -18px 48px #0f172a33;color:var(--ink);overflow-y:auto;overscroll-behavior:contain;padding:0}.guest-guide-unlock-sheet[open]{position:fixed;inset:auto 0 0;display:block;z-index:200;animation:guest-guide-sheet-in .18s ease-out}.guest-guide-unlock-sheet::backdrop{background:#1018286b;backdrop-filter:blur(3px)}.guest-guide-unlock-sheet:focus{outline:none}.guest-guide-unlock-sheet .guest-guide-unlock{display:grid;grid-template-columns:minmax(0,1fr);gap:.8rem;overflow:visible;border:0;border-radius:0;background:transparent;padding:0 1rem calc(.9rem + env(safe-area-inset-bottom))}.guest-guide-unlock-sheet__handle{justify-self:center;width:36px;height:4px;border-radius:999px;background:#d5dbe8;margin-top:.65rem;cursor:grab;touch-action:none}.guest-guide-unlock-sheet__header{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:.7rem;align-items:center}.guest-guide-unlock-sheet__header h2{margin:0;color:#1f2a44;font-size:1rem;line-height:1.25;text-align:center}.guest-guide-unlock-sheet__header button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:8px;background:#f4f6fa;color:#526075;cursor:pointer;padding:0}.guest-guide-unlock-sheet__header button:hover,.guest-guide-unlock-sheet__header button:focus-visible{background:#e9edfa;color:var(--sea-dark)}.guest-guide-unlock-sheet__intro{max-width:38ch;margin:-.1rem auto .1rem;color:#667085;font-size:.82rem;line-height:1.45;text-align:center}.guest-guide-unlock-sheet .guest-guide-unlock__methods{display:flex;justify-content:center;width:100%;min-height:28px;border:0;background:transparent;padding:0}.guest-guide-unlock-sheet .guest-guide-unlock__methods button{min-height:28px;border:0;background:transparent;color:var(--sea-dark);padding:.15rem .25rem;font-size:.8rem;font-weight:800;text-decoration:underline;text-underline-offset:.2em}.guest-guide-unlock-sheet .guest-guide-unlock__methods button[aria-pressed=true]{display:none}.guest-guide-unlock-sheet .guest-guide-unlock__methods button:hover,.guest-guide-unlock-sheet .guest-guide-unlock__methods button:focus-visible{color:var(--sea);box-shadow:none}.guest-guide-unlock-sheet .guest-guide-otp,.guest-guide-unlock-sheet .guest-guide-pin{gap:.55rem}.guest-guide-unlock-sheet .guest-guide-otp>label,.guest-guide-unlock-sheet .guest-guide-pin>label{color:#344054;font-size:.82rem;font-weight:850;text-align:center}.guest-guide-unlock-sheet .guest-guide-otp__boxes{gap:.45rem}.guest-guide-unlock-sheet .guest-guide-otp__boxes input{min-height:50px;border-radius:8px;background:#fbfcff;font-size:1.1rem}.guest-guide-unlock-sheet .guest-guide-pin input{min-height:52px;border-radius:8px;background:#fbfcff;font-size:1.05rem;letter-spacing:.14em;text-align:center}.guest-guide-unlock-sheet__help{margin:-.2rem 0 0;color:#667085;font-size:.76rem;line-height:1.4}.guest-guide-unlock-sheet .guest-guide-unlock__status{min-height:0;margin:-.2rem 0 0;text-align:center}.guest-guide-unlock-sheet .guest-guide-primary-action{width:100%;min-height:52px;border-radius:8px}.guest-guide-unlock-sheet .guest-guide-primary-action:disabled{background:#e9edf5;color:#8b95a8;opacity:1}.guest-guide-unlock-sheet .guest-guide-unlock.is-loading .guest-guide-primary-action:disabled{background:var(--brand-gradient);color:#fff;opacity:.7}.guest-guide-unlock-sheet.is-dragging{animation:none;transition:none;user-select:none}body.guest-guide-unlock-open{overflow:hidden}@keyframes guest-guide-sheet-in{0%{transform:translateY(1.25rem);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:680px){.guest-guide-unlock-fab{right:1.5rem;bottom:1.5rem;left:auto;min-height:48px;padding-inline:1rem}.guest-guide-unlock-sheet{border:1px solid #dce2ee;border-radius:10px;box-shadow:0 22px 64px #0f172a33}.guest-guide-unlock-sheet[open]{inset:50% auto auto 50%;animation:none;transform:translate(-50%,-50%)}.guest-guide-unlock-sheet__handle{display:none}.guest-guide-unlock-sheet .guest-guide-unlock{padding:1.4rem}}@media(min-width:960px){.guest-guide-unlock-fab{right:max(2rem,calc((100vw - 1360px)/2));bottom:2rem}}@media(prefers-reduced-motion:reduce){.guest-guide-section.is-search-target,.guest-guide-faqs details.is-search-target,.guest-guide-local-list article.is-search-target,.guest-guide-unlock-sheet[open]{animation:none}.guest-guide-unlock-fab:hover,.guest-guide-unlock-fab:focus-visible{transform:none}}
