:root{--color-brand: #1a3a8f;--color-brand-strong: #0f2460;--color-brand-muted: #3d5ba9;--color-surface: #ffffff;--color-surface-subtle: #f4f6fa;--color-border: #e5e7eb;--color-border-strong: #e8eaf0;--color-text: #1a1a1a;--color-text-muted: #6b7280;--color-success: #059669;--color-success-bg: #ecfdf5;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-warning-bg: #fef3c7;--color-warning-border: #fcd34d;--color-warning-text: #78350f;--color-accent-guest: #ffb5c2;--color-accent-gold: #c9a84c;--color-guest-action-bar-bg: var(--color-brand);--color-guest-action-bar-text: #ffffff;--color-guest-action-bar-text-muted: rgba(255, 255, 255, .78);--color-guest-action-bar-cta-bg: var(--color-accent-gold);--color-guest-action-bar-cta-text: var(--color-text);--color-surface-inverse: var(--color-brand-strong);--font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .9375rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--line-tight: 1.25;--line-normal: 1.5;--letter-tight: -.02em;--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 20px;--shadow-card: 0 2px 12px rgba(0, 0, 0, .06);--shadow-card-lg: 0 2px 16px rgba(0, 0, 0, .08);--shadow-nav: 0 2px 8px rgba(15, 36, 96, .12);--focus-ring: 2px solid var(--color-brand);--focus-offset: 2px;--border-width: 1px;--btn-height-sm: 36px;--btn-height-md: 40px;--btn-height-touch: 44px;--btn-pad-x-md: 14px;--btn-pad-x-lg: 18px;--btn-radius: var(--radius-md);--color-btn-primary-bg: var(--color-brand);--color-btn-primary-text: #ffffff;--color-btn-secondary-bg: #ffffff;--color-btn-secondary-border: var(--color-border);--color-btn-ghost-text: var(--color-brand);--layout-max-guest: 390px;--layout-max-vendor: 960px}.bsb-focus:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}:root{--guest-topbar-bg: #1a3a8f;--guest-topbar-pad-below-island: 12px;--guest-topbar-pad-bottom: 12px;--guest-topbar-row-min: 48px;--guest-topbar-stack-offset: calc( var(--guest-topbar-pad-below-island) + var(--guest-topbar-row-min) + var(--guest-topbar-pad-bottom) );--guest-topbar-text-size: 13px;--guest-topbar-brand-inset-x: clamp(14px, 5.5vw, 44px);--guest-topbar-end-inset: clamp(20px, 5.5vw, 40px);--guest-topbar-edge-pad: max(28px, calc(10px + env(safe-area-inset-right, 0px)) )}.guest-topbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto;align-items:center;column-gap:0;padding-top:calc(env(safe-area-inset-top,0px) + var(--guest-topbar-pad-below-island));padding-bottom:var(--guest-topbar-pad-bottom);padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:var(--guest-topbar-edge-pad);background:var(--color-brand, var(--guest-topbar-bg));color:#fff;flex-shrink:0;position:sticky;top:0;z-index:100;min-height:calc(env(safe-area-inset-top,0px) + var(--guest-topbar-pad-below-island) + var(--guest-topbar-row-min) + var(--guest-topbar-pad-bottom));box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.guest-topbar__slot--start,.guest-topbar__slot--end{min-width:0;display:flex;align-items:center;position:relative;z-index:1}.guest-topbar__slot--start{grid-column:1;grid-row:1;justify-content:flex-start}.guest-topbar__slot--end{grid-column:2;grid-row:1;justify-content:flex-end;padding-inline-start:var(--guest-topbar-end-inset)}.guest-topbar__brand{grid-column:1 / -1;grid-row:1;justify-self:center;align-self:center;z-index:0;pointer-events:none;display:inline-flex;align-items:center;justify-content:center;gap:5px;width:max-content;max-width:min(320px,calc(100vw - 13rem));min-width:0;box-sizing:border-box;font-size:var(--guest-topbar-text-size);line-height:1.2;color:#fff;padding-inline:var(--guest-topbar-brand-inset-x)}.guest-topbar__brand a{pointer-events:auto}.guest-topbar__home{color:inherit;line-height:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border-radius:4px;flex-shrink:0;opacity:.98}.guest-topbar__home-icon{display:block;width:1.2em;height:1.2em;flex-shrink:0}.guest-topbar__home:hover,.guest-topbar__home:focus-visible{outline:2px solid rgba(255,255,255,.45);outline-offset:2px}.guest-topbar__home-btn{min-width:44px;min-height:44px;padding:0;border-radius:10px;background:#ffffff24;border:1px solid rgba(255,255,255,.28);box-sizing:border-box;-webkit-tap-highlight-color:transparent;transition:background .12s ease,transform .1s ease}.guest-topbar__home-btn:active{background:#ffffff52;transform:scale(.96)}.guest-topbar__home-btn .guest-topbar__home-icon{width:20px;height:20px}.guest-topbar__brand--logo-only{gap:0}.guest-topbar__logo-btn{padding:8px 14px;border-radius:8px;border:1px solid transparent;-webkit-tap-highlight-color:transparent;transition:background .12s ease,border-color .12s ease}.guest-topbar__logo-btn:active{background:#ffffff24;border-color:#ffffff38}.guest-topbar__bookings:active{color:#fff;opacity:.85}.guest-topbar__logo{color:#fff;font-size:inherit;font-weight:700;letter-spacing:-.2px;text-decoration:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-topbar__logo:hover,.guest-topbar__logo:focus-visible{text-decoration:underline}.guest-topbar__bookings{color:#ffffffe0;font-size:var(--guest-topbar-text-size);font-weight:500;line-height:1.2;text-decoration:none;white-space:nowrap;flex-shrink:0;padding-block:6px;padding-inline-start:clamp(14px,3.5vw,26px);padding-inline-end:4px;text-align:end}.guest-topbar__bookings:hover,.guest-topbar__bookings:focus-visible{color:#fff;text-decoration:underline}.guest-topbar__back{color:#fffffff2;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:5px;text-decoration:none;max-width:100%;min-width:0}.guest-topbar__back svg{flex-shrink:0;stroke:currentColor}.guest-topbar__back:hover,.guest-topbar__back:focus-visible{color:#fff;text-decoration:underline}.guest-topbar__back--text{font-weight:500;font-size:13px}.guest-bridge-main{padding:1.5rem 1rem;text-align:center;color:#374151;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}@media(max-width:1023px){html,body{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;overscroll-behavior:none}}
