@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600&display=swap";:root{--lb-nene-form-bg: #f8ede1;--bg-app: #050608;--bg-panel: #0b0e12;--bg-elevated: #101319;--surface-1: rgba(255, 255, 255, .016);--surface-2: rgba(255, 255, 255, .02);--surface-3: rgba(255, 255, 255, .04);--border-subtle: rgba(255, 248, 240, .045);--border-strong: rgba(255, 248, 240, .094);--text-primary: #f4f1eb;--text-secondary: rgba(244, 241, 235, .74);--text-muted-crm: rgba(255, 248, 240, .44);--accent-ivory: #f5f1e8;--accent-ivory-hover: #fffaf0;--accent-ivory-soft: rgba(245, 241, 232, .08);--accent-ivory-line: rgba(245, 241, 232, .12);--accent-primary-text: #0b0b0b;--success: #57b086;--danger: #ce6868;--warning: #d4a65a;--radius-sm: 16px;--radius-md: 22px;--radius-lg: 28px;--shadow-soft: 0 8px 26px rgba(0, 0, 0, .18);--shadow-panel: 0 16px 36px rgba(0, 0, 0, .2);--shadow-shell: 0 22px 60px rgba(0, 0, 0, .32)}@media (prefers-color-scheme: light){:root.lb-theme-force-dark{color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:radial-gradient(circle at 20% -10%,rgba(245,241,232,.07),transparent 40%),var(--bg-app);color:var(--text-primary);letter-spacing:.01em;-webkit-font-smoothing:antialiased}.lb-page{min-height:100%;padding:14px calc(14px + env(safe-area-inset-right)) calc(118px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left));display:flex;flex-direction:column}.lb-page--narrow{max-width:520px;margin:0 auto;width:100%}.lb-topbar{display:flex;align-items:center;gap:12px;margin-bottom:12px}.lb-backbtn{width:40px;height:40px;border-radius:14px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-secondary);font-size:18px;cursor:pointer}.lb-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.lb-progress--three{grid-template-columns:repeat(3,1fr)}.lb-progress__tick{height:3px;border-radius:999px;background:#f5f1e81f}.lb-progress__tick.active{background:var(--accent-ivory)}.lb-h1{font-weight:600;font-size:clamp(1.48rem,4.4vw,1.76rem);line-height:1.08;margin:12px 0 8px;font-family:Manrope,system-ui,sans-serif}.lb-lead{color:var(--text-secondary);font-size:.94rem;line-height:1.5}.lb-card{background:linear-gradient(162deg,#f5f1e80f,#ffffff05,#f5f1e809),#ffffff05;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.lb-card.pad{padding:14px 16px 16px}.lb-muted{color:var(--text-muted-crm);font-size:.82rem;line-height:1.4}.lb-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.lb-chip{display:inline-flex;align-items:center;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);padding:6px 11px;font-size:.74rem;color:var(--text-secondary)}.lb-chip--accent{background:var(--accent-ivory-soft);border-color:var(--accent-ivory-line);color:var(--text-primary)}.lb-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-md);cursor:pointer;font-weight:600;font-size:.94rem;padding:0 18px;min-height:48px;transition:opacity .14s ease,transform 80ms ease}.lb-btn:disabled{opacity:.35;cursor:not-allowed}.lb-btn:active:not(:disabled){transform:scale(.98)}.lb-btn--ghost{background:var(--surface-2);color:var(--text-primary);border:1px solid var(--border-subtle)}.lb-btn--primary{background:var(--accent-ivory);color:var(--accent-primary-text);box-shadow:0 10px 32px #00000052}.lb-input{width:100%;border-radius:var(--radius-md);padding:12px 14px;border:1px solid var(--border-strong);background:var(--surface-3);color:var(--text-primary);font-size:.94rem;outline:none}.lb-input:focus{border-color:var(--accent-ivory-hover)}.lb-label{display:block;font-size:.75rem;color:var(--text-muted-crm);margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.lb-bottom{position:fixed;left:0;right:0;bottom:0;padding:10px calc(14px + env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left));background:linear-gradient(180deg,rgba(5,6,8,0) 0%,var(--bg-app) 58%)}.lb-spinner{width:44px;height:44px;border-radius:50%;border:2px solid rgba(245,241,232,.12);border-top-color:var(--accent-ivory);animation:lbspin .76s linear infinite;margin:48px auto}@keyframes lbspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lb-error{padding:10px 12px;border-radius:var(--radius-sm);background:#ce68681f;color:var(--danger);font-size:.86rem;border:1px solid rgba(206,104,104,.28)}.lb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.lb-slotbtn{min-height:44px;border-radius:14px;border:1px solid var(--border-subtle);background:var(--surface-2);color:var(--text-primary);font-size:.85rem;cursor:pointer}.lb-slotbtn.selected{background:#f5f1e829;border-color:#f5f1e842}.lb-restaurant{text-align:left;cursor:pointer}.lb-restaurant.selected{outline:1px solid var(--accent-ivory-soft)}.lb-inlinebtn{display:inline-flex;gap:6px;align-items:center;border-radius:14px;border:1px solid var(--border-subtle);background:transparent;color:var(--text-secondary);padding:4px}.lb-counter{padding:0 12px;font-weight:600}.lb-sheet{position:absolute;left:0;right:0;bottom:calc(118px + env(safe-area-inset-bottom));margin:auto}.lb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:flex-end;justify-content:center;padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#0000009e}.lb-sheet-panel{width:min(520px,100%);max-height:min(72vh,520px);overflow:auto;border-radius:20px 20px var(--radius-lg) var(--radius-lg);background:var(--surface-2);border:1px solid var(--border-subtle);box-shadow:0 -12px 40px #00000059}.lb-sheet-panel__head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border-subtle);font-weight:600;font-size:.94rem}.lb-chip.lb-chip--pulse{cursor:pointer;-webkit-user-select:none;user-select:none;gap:6px;transition:border-color .12s ease,background .12s ease}.lb-chip.lb-chip--pulse.selected{background:#f5f1e81f;border-color:#f5f1e847;color:var(--text-primary)}.lb-dd-anchor{position:relative}.lb-dd-layer{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;max-height:220px;overflow:auto;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-3);box-shadow:var(--shadow-soft)}.lb-dd-item{width:100%;border:none;background:transparent;color:var(--text-primary);padding:10px 12px;text-align:left;font-size:.92rem;cursor:pointer}.lb-dd-item:hover{background:#f5f1e80f}.lb-shell{min-height:100%}.lb-hero{border:1px solid rgba(245,241,232,.12);background:radial-gradient(120% 120% at 12% 0%,rgba(245,241,232,.1),transparent 52%),linear-gradient(165deg,#ffffff0f,#ffffff05);box-shadow:var(--shadow-soft)}.lb-hero__eyebrow{margin:0;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted-crm);font-weight:600}.lb-guest-card{position:relative}.lb-guest-card__title{font-family:Manrope,var(--lb-font-stack, system-ui),sans-serif;font-weight:600;font-size:1.05rem;line-height:1.22;margin:0}.lb-guest-card__mood{margin-top:6px;font-size:.84rem;color:var(--text-secondary);line-height:1.35}.lb-guest-card.lb-restaurant.selected{outline:1px solid rgba(245,241,232,.38);box-shadow:0 12px 38px #00000047}.lb-guest-card--placeholder{opacity:.92}.lb-summary-label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted-crm);margin-bottom:4px}.lb-summary-value{font-weight:650}.lb-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.lb-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.86rem}.lb-mono-strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:600;font-size:.98rem;margin-bottom:8px}.lb-consent-list{margin:0;padding-left:18px;color:var(--text-secondary);font-size:.82rem;line-height:1.45}.lb-miniapp-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:650;letter-spacing:.03em;white-space:nowrap;border:1px solid transparent}.lb-miniapp-badge--neutral{background:var(--surface-3);color:var(--text-secondary);border-color:var(--border-subtle)}.lb-miniapp-badge--success{background:#57b0861f;color:var(--success);border-color:#57b08647}.lb-miniapp-badge--warning{background:#d4a65a1f;color:var(--warning);border-color:#d4a65a47}.lb-miniapp-badge--danger{background:#ce68681f;color:var(--danger);border-color:#ce686859}.lb-miniapp-badge--muted{background:#fff8f00d;color:var(--text-muted-crm);border-color:var(--border-subtle)}.lb-miniapp-my-card--active{outline:2px solid rgba(245,241,232,.26);box-shadow:var(--shadow-panel)}.lb-miniapp-skeleton{position:relative;overflow:hidden;opacity:.55;animation:lbPulse 1.2s ease-in-out infinite}@keyframes lbPulse{0%{opacity:.45}50%{opacity:.82}to{opacity:.45}}.lb-miniapp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px calc(14px + env(safe-area-inset-right)) calc(20px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left));background:#0607099e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lb-miniapp-dialog{width:min(420px,100%)}.lb-miniapp-shell--guest-light{min-height:100vh;min-height:100dvh;background:#fff}.lb-page--guest-light{background:#fff!important;color:#141414;padding-bottom:calc(22px + env(safe-area-inset-bottom))}.lb-miniapp-shell--clean-embed{width:100vw;max-width:none;min-height:100vh;min-height:100dvh;margin:0;padding:0;overflow-x:hidden;background:var(--lb-nene-form-bg)!important}.lb-page--clean-embed{width:100vw;max-width:none!important;min-height:100vh;min-height:100dvh;margin:0!important;padding:0!important;border-radius:0!important;background:var(--lb-nene-form-bg)!important;box-shadow:none!important;color:#111}.lb-booking-widget-miniapp-shell{position:relative;width:100vw;max-width:none;min-height:100vh;min-height:100dvh;margin:0;padding:0;overflow-x:hidden}.lb-booking-embed-step1-back{position:fixed;z-index:260;top:calc(8px + env(safe-area-inset-top,0px));right:calc(8px + env(safe-area-inset-right,0px));width:44px;height:44px;padding:0;margin:0;border:none;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 10px #00000014;transition:transform .12s ease,opacity .12s ease,background-color .12s ease}.lb-booking-embed-step1-back:active{transform:scale(.94)}.lb-booking-embed-step1-back:focus-visible{outline:2px solid currentColor;outline-offset:2px}.lb-booking-embed-step1-back--nene{color:#1f1f1f;background:#f8ede1eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(31,31,31,.16)}.lb-booking-embed-step1-back--kook{color:#422d45;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(66,45,69,.22)}.lb-booking-embed-step1-back--sentimenti{color:#792636;background:#fffaf1f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(121,38,54,.22)}.lb-nene-widget-mount--clean{width:100vw;max-width:none!important;min-height:100vh;min-height:100dvh;margin:0!important;padding:0!important;background:var(--lb-nene-form-bg)!important;overflow-x:hidden}.lb-nene-widget-mount--clean #lb-booking-widget{width:100%;max-width:none;min-height:100vh;min-height:100dvh;background:var(--lb-nene-form-bg)!important}html.lb-clean-nene-open-html,body.lb-clean-nene-open{background:var(--lb-nene-form-bg)!important;overflow-x:hidden}body.lb-clean-nene-open #root{background:var(--lb-nene-form-bg)!important;min-height:100%}.lb-miniapp-shell--clean-embed.lb-miniapp-shell--clean-embed-kook{background:#ebedf6!important}.lb-page--clean-embed.lb-page--clean-embed-kook{background:#ebedf6!important;color:#141414}.lb-kook-widget-mount--clean{width:100vw;max-width:none!important;min-height:100vh;min-height:100dvh;margin:0!important;padding:0!important;background:#ebedf6!important;overflow-x:hidden}.lb-kook-widget-mount--clean #lb-booking-widget{width:100%;max-width:none;min-height:100vh;min-height:100dvh;background:#ebedf6!important}html.lb-clean-kook-open-html,body.lb-clean-kook-open{background:#ebedf6!important;overflow-x:hidden}body.lb-clean-kook-open #root{background:#ebedf6!important;min-height:100%}body.lb-clean-kook-open .lb-shell{background:#ebedf6!important;min-height:100vh;min-height:100dvh}.lb-miniapp-shell--clean-embed.lb-miniapp-shell--clean-embed-sentimenti{background:#fffaf1!important}.lb-page--clean-embed.lb-page--clean-embed-sentimenti{background:#fffaf1!important;color:#141414}.lb-sentimenti-widget-mount--clean{width:100vw;max-width:none!important;min-height:100vh;min-height:100dvh;margin:0!important;padding:0!important;background:#fffaf1!important;overflow-x:hidden}.lb-sentimenti-widget-mount--clean #lb-booking-widget{width:100%;max-width:none;min-height:100vh;min-height:100dvh;background:#fffaf1!important}html.lb-clean-sentimenti-open-html,body.lb-clean-sentimenti-open{background:#fffaf1!important;overflow-x:hidden}body.lb-clean-sentimenti-open #root{background:#fffaf1!important;min-height:100%}body.lb-clean-sentimenti-open .lb-shell{background:#fffaf1!important;min-height:100vh;min-height:100dvh}.lb-booking-embed-step1-back--jpan{color:#3f3c43;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(62,178,143,.35)}.lb-miniapp-shell--clean-embed.lb-miniapp-shell--clean-embed-jpan{background:#fff!important}.lb-page--clean-embed.lb-page--clean-embed-jpan{background:#fff!important;color:#141414}.lb-jpan-widget-mount--clean{width:100vw;max-width:none!important;min-height:100vh;min-height:100dvh;margin:0!important;padding:0!important;background:#fff!important;overflow-x:hidden}.lb-jpan-widget-mount--clean #lb-booking-widget{width:100%;max-width:none;min-height:100vh;min-height:100dvh;background:#fff!important}html.lb-clean-jpan-open-html,body.lb-clean-jpan-open{background:#fff!important;overflow-x:hidden}body.lb-clean-jpan-open #root{background:#fff!important;min-height:100%}body.lb-clean-jpan-open .lb-shell{background:#fff!important;min-height:100vh;min-height:100dvh}.lb-booking-embed-step1-back--wushu{color:#353535;background:#fef2eaf0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(209,50,61,.28)}.lb-miniapp-shell--clean-embed.lb-miniapp-shell--clean-embed-wushu{background:#d8d0ca!important}.lb-page--clean-embed.lb-page--clean-embed-wushu{background:#fef2ea!important;color:#353535}.lb-wushu-widget-mount--clean{width:100vw;max-width:none!important;min-height:100vh;min-height:100dvh;margin:0!important;padding:0!important;background:#fef2ea!important;overflow-x:hidden}.lb-wushu-widget-mount--clean #lb-booking-widget{width:100%;max-width:none;min-height:100vh;min-height:100dvh;background:#fef2ea!important}html.lb-clean-wushu-open-html,body.lb-clean-wushu-open{background:#d8d0ca!important;overflow-x:hidden}body.lb-clean-wushu-open #root{background:#d8d0ca!important;min-height:100%}body.lb-clean-wushu-open .lb-shell{background:#d8d0ca!important;min-height:100vh;min-height:100dvh}.lb-home-stack{display:flex;flex-direction:column;gap:10px;flex:1}.lb-home-header{display:flex;justify-content:center;align-items:center;padding:4px 0 2px}.lb-home-header__logo-wrap{min-height:58px;display:flex;align-items:center;justify-content:center}.lb-home-header__mark-img{display:block;width:auto;height:auto;max-height:min(76px,12vmin);max-width:min(360px,94vw);margin:0 auto}.lb-home-wordmark-fallback{display:block;font-family:Manrope,system-ui,sans-serif;font-weight:750;font-size:1.12rem;letter-spacing:.14em;color:#111;text-align:center}.lb-home-card{position:relative;background:#f4f4f4;border-radius:30px;padding:14px 16px 15px;border:1px solid rgba(0,0,0,.06);box-shadow:none;text-align:left}.lb-home-card__title{font-family:Manrope,system-ui,sans-serif;font-weight:650;font-size:.98rem;color:#111;margin:0;line-height:1.22}.lb-home-card__desc{margin:0;font-size:.82rem;line-height:1.4;color:#14141485}.lb-home-card__hello{margin:0;font-size:.88rem;font-weight:600;color:#111}.lb-home-points__value{font-size:1.12rem;font-weight:700;font-feature-settings:"tnum" on}.lb-home-muted{margin:0;font-size:.8rem;line-height:1.45;color:#14141480}.lb-home-card--interactive{cursor:pointer;width:100%;border:1px solid rgba(0,0,0,.06)}.lb-home-card--interactive:active{transform:scale(.99)}.lb-home-action{display:flex;flex-direction:row;align-items:center;gap:12px}.lb-home-action__body{flex:1;min-width:0}.lb-home-action .lb-home-card__desc{margin-top:4px}.lb-home-card__chev{font-size:1.1rem;color:#14141459;line-height:1;flex-shrink:0}.lb-home-btn-primary{border:none;border-radius:18px;min-height:44px;font-weight:650;font-size:.9rem;cursor:pointer;background:#111;color:#fff}.lb-home-btn-primary:disabled{opacity:.45;cursor:wait}.lb-home-section-title{margin:6px 2px 4px;font-size:.95rem;font-weight:650;font-family:Manrope,system-ui,sans-serif;color:#111}.lb-home-brands{margin-bottom:6px}.lb-home-brand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:stretch}.lb-home-brand-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:clamp(7px,2.6vw,11px);border:1px solid rgba(0,0,0,.05);border-radius:26px;background:#f6f6f6;cursor:pointer;color:inherit;width:100%;aspect-ratio:5 / 4;min-height:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.lb-home-brand-tile:active{transform:scale(.99)}.lb-home-brand-tile__inner{flex:1;width:100%;min-height:0;display:flex;align-items:center;justify-content:center}.lb-home-brand-tile__img{max-width:88%;max-height:min(62px,54%);width:auto;height:auto;object-fit:contain}.lb-home-brand-tile__text{font-size:.72rem;font-weight:750;letter-spacing:.02em;text-align:center;color:#111}.lb-home-brand-tile__caption{font-size:.61rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#1414146b;text-align:center;line-height:1.25}.lb-page--guest-light .lb-topbar .lb-backbtn{background:#eee;border-color:#0000001f;color:#1a1a1ae0}.lb-page--guest-light .lb-topbar .lb-h1{color:#111}.lb-page--guest-light .lb-summary-label{color:#1a1a1a6b}.lb-page--guest-light .lb-miniapp-my-card.lb-card.lb-guest-card{background:#f4f4f4;background-image:none;border:1px solid rgba(0,0,0,.06);box-shadow:none}.lb-page--guest-light .lb-miniapp-my-card.lb-miniapp-my-card--active{outline-color:#00000024;box-shadow:0 10px 28px #00000012}.lb-page--guest-light .lb-guest-card.lb-card:not(.lb-miniapp-my-card){background:#f4f4f4;background-image:none;border:1px solid rgba(0,0,0,.06);box-shadow:none}.lb-page--guest-light .lb-guest-card .lb-h1{color:#111}.lb-miniapp-my-card__schedule{font-size:.88rem;color:var(--text-secondary)}.lb-page--guest-light .lb-miniapp-my-card__schedule{color:#1c1c1cbd}.lb-page--guest-light .lb-miniapp-my-card__schedule .lb-mono-strong{color:#111}.lb-page--guest-light .lb-miniapp-badge--neutral{background:#0000000f;color:#1e1e1ed1;border-color:#00000024}.lb-page--guest-light .lb-miniapp-badge--muted{background:#0000000b;color:#1e1e1e85;border-color:#00000017}.lb-page--guest-light .lb-miniapp-badge--success{background:#57b08629;color:#347b5a;border-color:#57b08659}.lb-page--guest-light .lb-miniapp-badge--warning{background:#d4a65a33;color:#8a6323;border-color:#d4a65a73}.lb-page--guest-light .lb-miniapp-badge--danger{background:#ce686829;color:#a03838;border-color:#ce686861}.lb-page--guest-light .lb-miniapp-skeleton{background:#00000017!important;border:1px solid rgba(0,0,0,.08)}.lb-page--guest-light .lb-muted{color:#14141485}.lb-page--guest-light .lb-guest-card__title{color:#111}.lb-page--guest-light .lb-booking-details .lb-summary-value{color:#141414}.lb-page--guest-light .lb-booking-details .lb-guest-card .lb-mono-strong{color:#111}.lb-page--guest-light .lb-miniapp-overlay{background:#12121673}.lb-page--guest-light .lb-miniapp-dialog.lb-card.pad{background:#fff!important;background-image:none!important;border:1px solid rgba(0,0,0,.1);color:#141414;box-shadow:0 16px 40px #0000001f}.lb-page--guest-light .lb-miniapp-dialog .lb-h1{color:#111}.lb-page--guest-light .lb-miniapp-dialog .lb-btn.lb-btn--ghost:not(:disabled){background:#ececec;color:#171717;border-color:#00000029}.lb-page--guest-light .lb-booking-details .lb-booking-details__cancel.lb-btn--ghost:not(:disabled){background:#fff5f5f2;color:#a03838;border-color:#ce686885!important}.lb-page--guest-light .lb-booking-details .lb-error{border-color:#ce686859;background:#ce68681a}.lb-booking-step-head{flex:1;min-width:0}.lb-booking-step-eyebrow{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.lb-booking-step-title{font-family:Manrope,system-ui,sans-serif;font-weight:650;font-size:1rem;line-height:1.22;margin-top:2px;color:var(--text-primary)}.lb-page--guest-light .lb-booking-step-title{color:#111}.lb-booking-success-title{font-family:Manrope,system-ui,sans-serif;font-weight:650;font-size:clamp(1.2rem,4.2vw,1.45rem);line-height:1.14;margin:10px 0 8px;color:#111}.lb-booking-card-divider{margin-top:14px;padding-top:12px;border-top:1px solid var(--border-subtle)}.lb-page--guest-light .lb-booking-card-divider{border-top-color:#00000014}.lb-booking-stack{display:flex;flex-direction:column;gap:10px;flex:1}.lb-page--guest-light-fab{padding-bottom:calc(118px + env(safe-area-inset-bottom))!important}.lb-page--guest-light .lb-progress__tick{background:#00000014}.lb-page--guest-light .lb-progress__tick.active{background:#111}.lb-page--guest-light .lb-lead{color:#1a1a1a9e}.lb-page--guest-light .lb-label{color:#1a1a1a73}.lb-page--guest-light .lb-summary-value{color:#141414}.lb-page--guest-light .lb-consent-list{color:#1c1c1ca6}.lb-page--guest-light .lb-chip{background:#0000000a;border-color:#00000017;color:#181818bf}.lb-page--guest-light .lb-chip--accent{background:#0001;border-color:#0000001f;color:#111}.lb-page--guest-light .lb-chip.lb-chip--pulse.selected{background:#0000001a;border-color:#0003;color:#111}.lb-page--guest-light .lb-input{background:#fff;border-color:#00000024;color:#141414}.lb-page--guest-light .lb-input:focus{border-color:#00000059}.lb-page--guest-light .lb-btn--ghost{background:#ececec;color:#141414;border-color:#0000001f}.lb-page--guest-light .lb-btn--primary{background:#111;color:#fff;box-shadow:0 10px 26px #0003}.lb-page--guest-light .lb-spinner{border-color:#0000001a;border-top-color:#111}.lb-page--guest-light .lb-error{border-color:#ce686859;background:#ce68681a;color:#a03838}.lb-page--guest-light .lb-guest-card.lb-restaurant.selected{outline:2px solid rgba(0,0,0,.16);box-shadow:0 10px 26px #00000014}.lb-page--guest-light .lb-dd-layer{background:#fff;border-color:#0000001f;box-shadow:0 14px 30px #0000001a}.lb-page--guest-light .lb-dd-item{color:#141414}.lb-page--guest-light .lb-dd-item:hover{background:#0000000d}.lb-page--guest-light .lb-slotbtn{background:#ececec;border-color:#0000001a;color:#141414}.lb-page--guest-light .lb-slotbtn.selected{background:#0000001f;border-color:#00000038}.lb-miniapp-shell--guest-light .lb-bottom{background:linear-gradient(180deg,#fff0,#fffffff7 45%,#fff)}.lb-miniapp-shell--guest-light .lb-overlay{background:#1212166b}.lb-miniapp-shell--guest-light .lb-sheet-panel{background:#f6f6f6;border:1px solid rgba(0,0,0,.09);box-shadow:0 -14px 40px #0000001f}.lb-miniapp-shell--guest-light .lb-sheet-panel__head{border-bottom-color:#00000014;color:#111}
