.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}:root{--background:oklch(97.2% .012 75);--foreground:oklch(24% .04 30);--card:oklch(99% .008 80);--card-foreground:oklch(24% .04 30);--border:oklch(88% .025 55);--muted:oklch(94% .018 65);--muted-foreground:oklch(48% .04 35);--primary:oklch(52% .105 30);--primary-foreground:oklch(98.5% .01 80);--secondary:oklch(93% .022 60);--destructive:oklch(55% .2 25);--ring:oklch(52% .105 30);--radius:12px;--shadow-soft:0 1px 2px oklch(0% 0 0/.04), 0 4px 16px oklch(20% .02 250/.06);--shadow-elevated:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--background);min-width:320px;margin:0;overflow-x:clip}html,#root{max-width:100%;overflow-x:clip}h1,h2,h3,h4{font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit}.page{background:var(--background);min-height:100svh;overflow-x:clip}.topbar{border-bottom:1px solid color-mix(in srgb, var(--border) 70%, transparent);background:color-mix(in srgb, var(--background) 82%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar.sticky{z-index:10;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:12px;width:min(100%,768px);margin:0 auto;padding:16px;display:flex}.topbar-inner.wide{width:min(100%,896px)}.topbar-inner.form-width{width:min(100%,672px)}.logo-link img{width:auto;height:36px;display:block}.reservation-meta{text-align:right;display:none}.reservation-meta p,.route-label{color:var(--muted-foreground);margin:0;font-size:12px}.reservation-meta p,.reservation-meta strong,.reservation-meta code{line-height:16px}.route-label{letter-spacing:.05em;text-transform:uppercase;font-weight:500;line-height:20px}.reservation-meta strong{color:var(--primary);letter-spacing:.06em;text-transform:uppercase;font-size:12px;display:block}.reservation-meta code{color:var(--foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;display:block}.back-link{color:var(--muted-foreground);align-items:center;gap:8px;font-size:14px;line-height:20px;text-decoration:none;transition:color .16s;display:inline-flex}.back-link:hover{color:var(--foreground)}.back-link.standalone{margin-bottom:24px;display:inline-flex}.back-link svg{width:16px;height:16px}.host-badge{background:color-mix(in srgb, var(--primary) 10%, transparent);color:var(--primary);border-radius:999px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.host-badge svg{width:14px;height:14px}.shell{width:min(100%,768px);margin:0 auto;padding:24px 16px 32px}.shell-form{width:100%;max-width:672px}.shell-verify{width:min(100%,464px);padding-top:32px}.shell-host{gap:24px;width:min(100%,896px);display:grid}.shell-host .form-intro{margin-bottom:0}.shell-host .form-intro h1{margin-top:0}.state-block{grid-template-columns:minmax(0,440px);place-content:center;min-height:100svh;padding:32px 16px;display:grid}.topbar+.state-block{min-height:calc(100svh - 69px)}.state-card{border:1px solid color-mix(in srgb, var(--border) 72%, transparent);background:var(--card);text-align:center;width:100%;box-shadow:var(--shadow-soft);border-radius:20px;padding:40px 32px}.state-icon{background:var(--secondary);width:72px;height:72px;color:var(--primary);border-radius:999px;place-items:center;margin:0 auto 24px;display:grid}.state-icon svg{stroke-width:1.75px;width:30px;height:30px}.state-eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700;line-height:16px}.state-card h1{color:var(--foreground);margin:10px 0 0;font-size:24px;font-weight:600;line-height:1.35}.state-description{max-width:340px;color:var(--muted-foreground);margin:14px auto 0;font-size:14px;line-height:20px}.intro{margin-bottom:28px}.intro p,.form-intro p,.label{color:var(--muted-foreground);margin:0;font-size:14px}.intro h1,.form-intro h1,.verify-card h1{color:var(--foreground);letter-spacing:0;margin:8px 0 0;font-size:24px;font-weight:600;line-height:1.333}.intro h1{font-size:30px;line-height:1.25}.intro p,.intro span,.form-intro p{line-height:20px}.intro span{color:var(--muted-foreground);margin-top:8px;font-size:14px;display:block}.card{border:1px solid color-mix(in srgb, var(--border) 76%, transparent);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft)}.booking-card{padding:20px}.booking-card.compact{box-shadow:var(--shadow-soft)}.booking-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.min-w-0{min-width:0}.venue-name{color:var(--primary);letter-spacing:.06em;text-transform:uppercase;margin:2px 0 0;font-size:14px;font-weight:700;line-height:20px}.booking-card h2{text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:20px;font-weight:650;line-height:24px;overflow:hidden}.label{letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:16px}.pill,.chip{background:var(--secondary);color:var(--foreground);border:1px solid #0000;border-radius:999px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.detail-grid,.extra-grid{grid-template-columns:1fr;gap:12px;display:grid}.extra-grid{border-top:1px solid color-mix(in srgb, var(--border) 70%, transparent);margin-top:20px;padding-top:16px}.detail-item{align-items:flex-start;gap:10px;min-width:0;display:flex}.detail-icon{border-radius:var(--radius);background:var(--secondary);width:28px;height:28px;color:var(--muted-foreground);flex:0 0 28px;place-items:center;display:grid}.detail-icon svg,.lovable-action svg,.heading-with-icon svg,.pill-button svg,.save-button svg,.icon-action svg,.verify-icon svg,.upload-tile svg,.date-shell svg,.select-shell svg{width:16px;height:16px}.detail-item strong{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:14px;font-weight:600;line-height:18px;display:block;overflow:hidden}.chips{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.chip{background:var(--card);border-color:var(--border);padding:2px 10px;font-weight:400;line-height:16px}.completion{background:color-mix(in srgb, var(--secondary) 70%, transparent);border-radius:10px;margin-top:20px;padding:12px}.completion div:first-child{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:14px;line-height:20px;display:flex}.completion span{font-weight:600}.completion strong{color:var(--muted-foreground);font-variant-numeric:tabular-nums}.progress-track{background:var(--background);border-radius:999px;height:6px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--primary);height:100%;transition:width .5s;display:block}.action-stack{grid-template-columns:1fr;gap:12px;margin-top:24px;display:grid}.lovable-action{border-radius:12px;justify-content:space-between;align-items:center;gap:12px;height:56px;padding:0 20px;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .16s,color .16s;display:inline-flex}.lovable-action span{align-items:center;gap:12px;display:inline-flex}.lovable-action.primary{background:var(--primary);color:var(--primary-foreground)}.lovable-action.secondary{border:1px solid color-mix(in srgb, var(--border) 80%, transparent);background:var(--background);color:var(--foreground);box-shadow:0 1px 2px #372a1f14}.lovable-action:disabled{opacity:.45;box-shadow:none;cursor:not-allowed}.concierge{color:var(--muted-foreground);text-align:center;margin-top:24px;font-size:12px}.concierge a{text-underline-offset:2px;text-decoration:underline}.form-intro{margin-bottom:24px}.form-intro p{margin-top:6px}.form-intro h1{margin-top:0;line-height:1.333}.form-intro .required-marker,.required-marker,.error{color:var(--destructive)}.form-card{padding:20px}.form-card form{gap:20px;display:grid}.name-grid,.field-grid{grid-template-columns:1fr;gap:16px;display:grid}.form-field{gap:6px;display:grid}.form-field>label:not(.upload-tile){color:var(--foreground);font-size:14px;font-weight:500;line-height:1;display:block}.required-marker{margin-left:2px}.form-field .error{margin:0;font-size:12px;font-weight:500}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);background:0 0;min-height:40px;padding:8px 12px;box-shadow:0 1px 2px #372a1f0a}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 35%, transparent);outline:0}.form-card input,.form-card select,.form-card textarea{border:1px solid var(--border);width:100%;color:var(--foreground);background:0 0;border-radius:10px;min-height:36px;padding:4px 12px;box-shadow:0 1px 2px #372a1f0a}.select-control{position:relative}.form-card .select-control select{appearance:none;padding-right:36px}.select-control svg{pointer-events:none;width:16px;height:16px;color:var(--muted-foreground);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 35%, transparent);outline:0}.form-card textarea{resize:vertical;min-height:60px;padding-block:8px}.phone-row{gap:8px;display:flex}.phone-row input{flex:1}.phone-code-select{flex:0 0 110px;width:110px}.mini-select-trigger{border:1px solid var(--border);background:var(--card);width:100%;min-height:36px;color:var(--foreground);text-align:left;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:4px 12px;display:inline-flex;box-shadow:0 1px 2px #372a1f0a}.mini-select-trigger>span.placeholder{color:var(--muted-foreground)}.mini-select-trigger:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 35%, transparent);outline:0}.mini-select-trigger svg{width:16px;height:16px;color:var(--muted-foreground);flex:0 0 16px;transition:transform .16s}.mini-select-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.phone-code-select{white-space:nowrap;font-size:12px}.mini-select-content{z-index:30;min-width:var(--radix-popover-trigger-width);max-height:min(288px, var(--radix-popover-content-available-height));border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--foreground);box-shadow:var(--shadow-elevated);opacity:1;transform-origin:var(--radix-popover-content-transform-origin);animation:.16s ease-out select-content-in;overflow:hidden}.mini-select-list{padding:4px}.mini-select-item{width:100%;min-height:36px;color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:8px;outline:0;justify-content:space-between;align-items:center;padding:6px 32px 6px 10px;font-size:14px;line-height:1.25;display:flex;position:relative}.mini-select-item:hover,.mini-select-item:focus-visible{background:var(--secondary);outline:0}.mini-select-item.selected{color:var(--primary);font-weight:600}.mini-select-check{width:16px;height:16px;color:var(--primary);flex:0 0 16px}@keyframes select-content-in{0%{transform:scale(.98)translateY(-4px)}to{transform:scale(1)translateY(0)}}.select-shell,.date-shell{border:1px solid var(--border);color:var(--muted-foreground);background:0 0;border-radius:10px;align-items:center;min-height:36px;padding:4px 12px;display:flex}.select-shell{white-space:nowrap;flex:0 0 110px;justify-content:space-between;width:110px;font-size:12px}.date-shell{gap:8px;padding:0 12px}.date-shell input{cursor:pointer;box-shadow:none;border:0;padding-inline:0}.date-picker-trigger{border:1px solid var(--border);background:var(--card);width:100%;min-height:36px;color:var(--foreground);text-align:left;cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:4px 12px;display:inline-flex;box-shadow:0 1px 2px #372a1f0a}.date-picker-trigger.placeholder{color:var(--muted-foreground)}.date-picker-trigger:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 35%, transparent);outline:0}.date-picker-trigger svg{flex:0 0 16px;width:16px;height:16px}.date-picker-popover{z-index:30;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--foreground);box-shadow:var(--shadow-elevated);padding:12px}.date-picker-popover .rdp-root{--rdp-accent-background-color:color-mix(in srgb, var(--primary) 12%, transparent);--rdp-accent-color:var(--primary);--rdp-day_button-border-radius:8px;--rdp-day_button-height:34px;--rdp-day_button-width:34px;--rdp-day-height:36px;--rdp-day-width:36px;--rdp-selected-border:0;--rdp-today-color:var(--primary);font-size:13px}.date-picker-popover .rdp-month_caption{font-size:14px}.date-picker-popover .rdp-caption_label,.date-picker-popover .rdp-weekday{color:var(--muted-foreground)}.date-picker-popover .rdp-day_button:hover:not([disabled]){background:var(--secondary)}.date-picker-popover .rdp-selected .rdp-day_button{background:var(--primary);color:var(--primary-foreground)}.hint{color:var(--muted-foreground);font-size:12px;font-weight:400}.hint.center{text-align:center}.upload-tile{border:1px dashed var(--border);background:color-mix(in srgb, var(--secondary) 35%, transparent);cursor:pointer;border-radius:10px;justify-content:flex-start;align-items:center;gap:12px;padding:16px;display:flex}.upload-icon{background:var(--card);width:40px;height:40px;color:var(--muted-foreground);box-shadow:var(--shadow-soft);border-radius:6px;flex:0 0 40px;place-items:center;display:grid}.upload-copy{gap:2px;min-width:0;display:grid}.upload-tile strong,.upload-tile p{margin:0;font-size:14px}.upload-tile p{color:var(--muted-foreground);font-size:12px}.upload-tile .upload-status.success{color:var(--primary)}.upload-tile .upload-status.error{color:var(--destructive)}.form-card input.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;min-height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-weight:600;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.5}.button.primary{background:var(--primary);color:var(--primary-foreground)}.button.primary:not(:disabled):hover{background:color-mix(in srgb, var(--primary) 92%, black)}.button.secondary{border-color:var(--border);background:var(--background);color:var(--foreground)}.button.secondary:not(:disabled):hover{background:var(--secondary)}.button:focus-visible,.lovable-action:focus-visible,.back-link:focus-visible,.icon-action:focus-visible{outline:2px solid color-mix(in srgb, var(--ring) 55%, transparent);outline-offset:2px}.sticky-submit{width:100%;min-height:52px;box-shadow:var(--shadow-elevated);margin-top:4px}.form-submit{z-index:50;margin-top:24px;position:sticky;bottom:16px}.save-button,.sticky-submit{border-radius:16px}.text-link{color:var(--muted-foreground);margin-top:16px;font-size:14px;display:inline-flex}.success{color:var(--primary);font-size:13px;font-weight:700}.error{margin:0;font-size:13px;font-weight:700}.verify-card{text-align:center;box-shadow:var(--shadow-elevated);padding:24px}.verify-icon{background:var(--secondary);width:48px;height:48px;color:var(--primary);border-radius:999px;place-items:center;margin:0 auto 8px;display:grid}.verify-description{color:var(--muted-foreground);margin:6px 0 0;font-size:14px;line-height:1.5}.verify-card strong{color:var(--foreground);font-weight:600}.otp-grid{justify-content:space-between;gap:8px;margin:24px 0 0;display:flex}.otp-grid input{background:var(--card);text-align:center;font-variant-numeric:tabular-nums;border-radius:12px;width:44px;height:52px;font-size:20px;font-weight:700}.otp-grid input:focus{border-color:color-mix(in srgb, var(--primary) 60%, var(--border));box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 24%, transparent)}.otp-grid.has-error input,input.invalid,.credit-grid.has-error .summary-card,.credit-grid.has-error input{border-color:var(--destructive);color:var(--destructive)}.verify-button{width:100%;margin-top:24px}.otp-message{margin:12px 0 0;line-height:1.4}.resend-button{width:100%;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;margin-top:24px;padding:0;font-size:14px;line-height:20px}.resend-button:disabled{cursor:default;opacity:1}.resend-button:not(:disabled) strong{color:var(--primary)}.resend-button strong{color:var(--foreground);font-weight:700}.host-section{gap:12px;display:grid}.section-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.heading-with-icon{min-width:0;color:var(--muted-foreground);align-items:center;gap:8px;display:flex}.heading-with-icon h2{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:650;overflow:hidden}.pill-button{border-radius:999px;min-height:32px;padding:0 12px;font-size:12px}.credit-grid{grid-template-columns:1fr;gap:12px;display:grid}.summary-card{border:1px solid color-mix(in srgb, var(--border) 76%, transparent);background:var(--card);box-shadow:var(--shadow-soft);border-radius:12px;padding:16px}.summary-card.muted{background:color-mix(in srgb, var(--secondary) 40%, transparent)}.summary-card.danger{border-color:color-mix(in srgb, var(--destructive) 60%, var(--border));background:color-mix(in srgb, var(--destructive) 6%, var(--card))}.summary-card.danger strong{color:var(--destructive)}.summary-card span{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:16px;display:block}.summary-card strong{font-variant-numeric:tabular-nums;margin-top:4px;font-size:24px;font-weight:650;line-height:32px;display:block}.slot-table{overflow:hidden}.slot-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 20px;display:grid}.slot-actions{align-items:center;gap:8px;display:flex}.slot-row+.slot-row{border-top:1px solid color-mix(in srgb, var(--border) 70%, transparent)}.guest-cell{align-items:center;gap:12px;min-width:0;display:flex}.guest-cell>div{min-width:0}.avatar{background:var(--secondary);width:40px;height:40px;color:var(--foreground);border-radius:999px;flex:0 0 40px;place-items:center;font-size:14px;font-weight:700;display:grid}.slot-row:first-child .avatar{background:var(--primary);color:var(--primary-foreground)}.avatar.empty{border:1px dashed var(--border);background:var(--background);color:var(--muted-foreground)}.guest-title{align-items:center;gap:8px;min-width:0;display:flex}.guest-title strong{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:14px;overflow:hidden}.guest-cell p{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;overflow:hidden}.main-pill{border:1px solid color-mix(in srgb, var(--primary) 30%, transparent);color:var(--primary);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.credit-input{width:112px;position:relative}.credit-input span{color:var(--muted-foreground);z-index:1;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.credit-input input{border-radius:var(--radius);text-align:right;font-variant-numeric:tabular-nums;height:40px;padding-left:28px;padding-right:12px;font-size:14px;font-weight:700}.slot-action-spacer{width:36px;height:36px}.dialog-backdrop{z-index:20;background:#241a1673;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog-card{border:1px solid var(--border);background:var(--card);width:min(100%,440px);box-shadow:var(--shadow-elevated);border-radius:12px;padding:24px}.dialog-card h2,.dialog-card p{margin:0}.dialog-card h2{font-size:20px}.dialog-card p{color:var(--muted-foreground);margin-top:10px;line-height:1.5}.dialog-card p.error{color:var(--destructive)}.dialog-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.danger-button{background:var(--destructive);color:#fff}.readonly-credit{background:var(--secondary);font-variant-numeric:tabular-nums;border-radius:6px;padding:6px 12px;font-size:14px}.icon-action{width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.icon-action span{display:none}.icon-action.danger:hover{background:color-mix(in srgb, var(--destructive) 10%, transparent);color:var(--destructive)}.icon-action:disabled{opacity:.35;cursor:not-allowed}.save-button{width:100%;margin-top:0}@media (width<=480px){.state-card{border-radius:16px;padding:32px 20px}.state-icon{width:64px;height:64px;margin-bottom:20px}.state-icon svg{width:28px;height:28px}.state-card h1{font-size:22px}}@media (width>=640px){.topbar-inner{padding-inline:24px}.reservation-meta{display:block}.shell{padding:40px 24px}.shell-preview{padding-top:40px}.shell-form{padding-top:32px}.shell-verify{padding-top:56px}.shell-host{padding-top:32px}.intro h1,.form-intro h1{font-size:30px}.intro h1{font-size:36px}.intro span{font-size:16px;line-height:24px}.form-intro h1{line-height:1.2}.booking-card h2{font-size:22px;line-height:28px}.booking-card,.form-card{padding:24px}.verify-card{padding:32px}.otp-grid{gap:12px}.otp-grid input{width:48px;height:56px}.detail-grid,.extra-grid,.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.name-grid{grid-template-columns:120px 1fr 1fr}.action-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.credit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.slot-row{grid-template-columns:minmax(0,1fr) auto;gap:16px}.credit-input{width:128px}.save-button{justify-self:start;width:200px}.icon-action span{font-size:12px;display:inline}.icon-action:not(.danger){gap:6px;width:auto;padding-inline:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
