.styles-module___b9kda__billing_root{flex-direction:column;gap:1.5rem;width:100%;padding-bottom:3rem;display:flex}.styles-module___b9kda__summary_panel{border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:1.5rem;padding:1.5rem;display:flex}.styles-module___b9kda__summary_main{flex-direction:column;flex:320px;gap:.4rem;min-width:0;display:flex}.styles-module___b9kda__summary_head{align-items:center;gap:.75rem;display:flex}.styles-module___b9kda__summary_kicker{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary-color);font-size:.75rem;font-weight:700}.styles-module___b9kda__summary_plan_name{letter-spacing:-.02em;color:var(--text-primary-color);margin:0;font-size:1.75rem;font-weight:800}.styles-module___b9kda__summary_sub{color:var(--text-secondary-color);margin:0;font-size:.9rem}.styles-module___b9kda__summary_aside{flex-direction:column;flex:none;justify-content:center;align-items:flex-end;gap:.4rem;display:flex}.styles-module___b9kda__summary_aside_hint{color:var(--text-secondary-color);font-size:.72rem}.styles-module___b9kda__usage{flex-direction:column;gap:.4rem;max-width:460px;margin-top:.85rem;display:flex}.styles-module___b9kda__usage_top{justify-content:space-between;align-items:baseline;display:flex}.styles-module___b9kda__usage_value{color:var(--text-primary-color);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:700}.styles-module___b9kda__usage_total{color:var(--text-secondary-color);font-size:.9rem;font-weight:500}.styles-module___b9kda__usage_percent{color:var(--text-secondary-color);font-size:.8rem;font-weight:600}.styles-module___b9kda__usage_bar{background:#eef2f7;border-radius:999px;width:100%;height:8px;overflow:hidden}.styles-module___b9kda__usage_bar_fill{background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));border-radius:999px;height:100%;transition:width .5s ease-out}.styles-module___b9kda__usage_bar_over{background:linear-gradient(90deg,#f59e0b,#d97706)}.styles-module___b9kda__usage_overage{color:#b45309;margin:.15rem 0 0;font-size:.8rem;font-weight:500}.styles-module___b9kda__status_pill{border:1px solid #0000;border-radius:999px;align-items:center;padding:.22rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.styles-module___b9kda__status_success{color:#15803d;background:#ecfdf5;border-color:#86efac}.styles-module___b9kda__status_danger{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.styles-module___b9kda__status_info{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.styles-module___b9kda__status_neutral{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.styles-module___b9kda__managed_features{border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;padding:1.25rem 1.5rem}.styles-module___b9kda__managed_features_title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary-color);font-size:.75rem;font-weight:700}.styles-module___b9kda__managed_features_list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem 1.25rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.styles-module___b9kda__managed_features_list li{color:var(--text-primary-color);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.styles-module___b9kda__plans_section{border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;padding:1.75rem 1.5rem 2rem}.styles-module___b9kda__toggle_row{color:var(--text-secondary-color);justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.75rem;font-size:.9rem;font-weight:600;display:flex}.styles-module___b9kda__toggle_active{color:var(--text-primary-color)}.styles-module___b9kda__toggle_inactive{color:var(--text-secondary-color)}.styles-module___b9kda__toggle{cursor:pointer;width:46px;height:26px;box-shadow:none;background:#cbd5e1;border:none;border-radius:999px;padding:0;transition:background .18s;position:relative}.styles-module___b9kda__toggle:hover{background:#b8c2d0;transform:none}.styles-module___b9kda__toggle_on{background:var(--primary-color)}.styles-module___b9kda__toggle_on:hover{background:var(--primary-hover)}.styles-module___b9kda__toggle_knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0f172a33}.styles-module___b9kda__toggle_on .styles-module___b9kda__toggle_knob{transform:translate(20px)}.styles-module___b9kda__toggle_save{color:var(--primary-hover);background:#2563eb1f;border-radius:999px;padding:.18rem .5rem;font-size:.72rem;font-weight:700}.styles-module___b9kda__plans_grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.styles-module___b9kda__plan_card{border:1px solid var(--border-color);color:var(--text-primary-color);background:#fff;border-radius:16px;flex-direction:column;padding:1.4rem 1.25rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.styles-module___b9kda__plan_card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-2px)}.styles-module___b9kda__plan_popular{border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color)inset,var(--shadow-md)}.styles-module___b9kda__plan_popular:hover{border-color:var(--primary-color)}.styles-module___b9kda__plan_current{border-color:var(--primary-light);box-shadow:0 0 0 1px var(--primary-light)inset;background:#f5f9ff}.styles-module___b9kda__popular_badge{background:var(--primary-color);color:#fff;white-space:nowrap;box-shadow:var(--shadow-sm);border-radius:999px;padding:.28rem .85rem;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.styles-module___b9kda__plan_name{color:var(--text-secondary-color);margin-bottom:.6rem;font-size:.95rem;font-weight:600}.styles-module___b9kda__price_block{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.styles-module___b9kda__price_amount{letter-spacing:-.03em;color:var(--text-primary-color);font-size:2.1rem;font-weight:800;line-height:1}.styles-module___b9kda__price_suffix{color:var(--text-secondary-color);font-size:.85rem;font-weight:500}.styles-module___b9kda__save_badge{color:var(--primary-hover);background:#2563eb1f;border-radius:999px;padding:.16rem .45rem;font-size:.66rem;font-weight:700}.styles-module___b9kda__price_subline{color:var(--text-secondary-color);align-items:center;gap:.5rem;margin-top:.35rem;font-size:.78rem;display:flex}.styles-module___b9kda__price_strike{opacity:.7;text-decoration:line-through}.styles-module___b9kda__plan_description{color:var(--text-secondary-color);min-height:2.4em;margin:.9rem 0 0;font-size:.82rem;line-height:1.45}.styles-module___b9kda__plan_bookings{color:var(--text-primary-color);margin-top:.9rem;font-size:.86rem;font-weight:600}.styles-module___b9kda__feature_list{flex-direction:column;flex:auto;gap:.6rem;margin:1.1rem 0 1.4rem;padding:0;list-style:none;display:flex}.styles-module___b9kda__feature_list li{color:#334155;align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.3;display:flex}.styles-module___b9kda__check_icon{width:16px;height:16px;color:var(--primary-color);flex-shrink:0;margin-top:1px}.styles-module___b9kda__managed_features_list .styles-module___b9kda__check_icon{color:var(--primary-color)}.styles-module___b9kda__plan_cta{margin-top:auto}.styles-module___b9kda__cta_primary,.styles-module___b9kda__cta_secondary,.styles-module___b9kda__cta_disabled{cursor:pointer;width:100%;box-shadow:none;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.88rem;font-weight:700;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.styles-module___b9kda__cta_primary{background:var(--primary-color);color:#fff}.styles-module___b9kda__cta_primary:hover:not(:disabled){background:var(--primary-hover);transform:none}.styles-module___b9kda__cta_secondary{color:var(--text-primary-color);border-color:var(--border-color);background:#fff}.styles-module___b9kda__cta_secondary:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;transform:none}.styles-module___b9kda__cta_disabled{color:#94a3b8;border-color:var(--border-color);cursor:default;background:#f1f5f9}.styles-module___b9kda__cta_primary:disabled,.styles-module___b9kda__cta_secondary:disabled{opacity:.6;cursor:progress}.styles-module___b9kda__footnote{text-align:center;color:var(--text-secondary-color);margin:1.5rem 0 0;font-size:.82rem}.styles-module___b9kda__footnote_icon{opacity:.8;margin-right:.3rem}@media (max-width:1080px){.styles-module___b9kda__plans_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.styles-module___b9kda__popular_badge{top:-10px}}@media (max-width:560px){.styles-module___b9kda__summary_panel{flex-direction:column}.styles-module___b9kda__summary_aside{align-items:stretch}.styles-module___b9kda__plans_grid{grid-template-columns:1fr}.styles-module___b9kda__plans_section{padding:2rem 1rem 1.5rem}}
.styles-module__WmupQW__page{flex-direction:column;gap:1rem;width:100%;display:flex}
.styles-module__-K0MWG__venue_page_container{flex-direction:column;gap:1.1rem;width:100%;display:flex}.styles-module__-K0MWG__nav_row{border:1px solid var(--border-color);background-color:var(--surface-color);box-shadow:var(--shadow-sm);border-radius:999px;align-self:flex-start;gap:.2rem;padding:.25rem;display:inline-flex}.styles-module__-K0MWG__nav_item{cursor:pointer;color:var(--text-secondary-color);-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:700;transition:color .2s,background-color .2s,border-color .2s}.styles-module__-K0MWG__nav_item:hover{color:var(--text-primary-color);background-color:#f8fafc}.styles-module__-K0MWG__nav_item_active{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.styles-module__-K0MWG__breadcrumbs{border:1px solid var(--border-color);background:var(--surface-color);box-shadow:var(--shadow-sm);border-radius:999px;align-self:flex-start;align-items:center;gap:.5rem;padding:.35rem .6rem;display:flex}.styles-module__-K0MWG__breadcrumb_item{appearance:none;color:var(--text-primary-color);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;max-width:260px;padding:0;font-size:.8rem;font-weight:700;overflow:hidden}.styles-module__-K0MWG__breadcrumb_item:hover{text-decoration:underline}.styles-module__-K0MWG__breadcrumb_separator{color:var(--text-secondary-color);font-size:.8rem;font-weight:800}.styles-module__-K0MWG__list_panel{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:16px;padding:1rem}.styles-module__-K0MWG__list_header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.styles-module__-K0MWG__list_title{color:var(--text-primary-color);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:800}.styles-module__-K0MWG__list_subtitle{color:var(--text-secondary-color);margin:.15rem 0 0;font-size:.84rem;font-weight:500}.styles-module__-K0MWG__branch_row{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:stretch;gap:.75rem;width:100%;margin-top:.9rem;animation:.3s ease-in-out styles-module__-K0MWG__fadeIn;display:grid}.styles-module__-K0MWG__item_chip{border:1px solid var(--border-color);border-left:3px solid var(--border-color);cursor:pointer;background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:.8rem;min-height:92px;padding:.85rem .95rem;transition:box-shadow .2s,border-color .2s,transform .2s,background-color .2s;display:flex}.styles-module__-K0MWG__item_chip_with_image{flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.styles-module__-K0MWG__item_chip_with_image .styles-module__-K0MWG__item_main{padding:.75rem .95rem .85rem}.styles-module__-K0MWG__venue_image_banner{background:#f1f5f9;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:120px;display:flex;position:relative;overflow:hidden}.styles-module__-K0MWG__venue_image_edit{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0f172a9e;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:.32rem .6rem;font-size:.75rem;font-weight:700;transition:opacity .15s,transform .15s,background .15s;display:inline-flex;position:absolute;top:.5rem;right:.5rem;transform:translateY(-2px)}.styles-module__-K0MWG__venue_image_edit svg{width:14px;height:14px}.styles-module__-K0MWG__item_chip:hover .styles-module__-K0MWG__venue_image_edit,.styles-module__-K0MWG__item_chip:focus-within .styles-module__-K0MWG__venue_image_edit{opacity:1;transform:translateY(0)}.styles-module__-K0MWG__venue_image_edit:hover{background:#0f172ad1}.styles-module__-K0MWG__venue_image_edit:focus-visible{opacity:1;outline-offset:1px;outline:2px solid #fff;transform:translateY(0)}@media (hover:none){.styles-module__-K0MWG__venue_image_edit{opacity:1;transform:none}}.styles-module__-K0MWG__venue_image_banner img{object-fit:cover;width:100%;height:100%;display:block}.styles-module__-K0MWG__venue_image_placeholder{color:var(--text-secondary-color);font-size:.78rem;font-weight:600}.styles-module__-K0MWG__item_chip:hover{border-color:var(--primary-color);background-color:#f8fbff;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.styles-module__-K0MWG__item_chip:focus-visible{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #2563eb26}.styles-module__-K0MWG__item_chip_selected{border-left-color:var(--primary-color);border-color:var(--primary-color);background:linear-gradient(#f8fbff 0%,#eef5ff 100%)}.styles-module__-K0MWG__item_main{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.styles-module__-K0MWG__item_header{justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;display:flex}.styles-module__-K0MWG__chip_title{color:var(--text-primary-color);word-break:break-word;font-size:.96rem;font-weight:750;line-height:1.2}.styles-module__-K0MWG__chip_meta{color:var(--text-secondary-color);font-size:.76rem;font-weight:600}.styles-module__-K0MWG__chip_badges{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.4rem;margin-top:.15rem;display:flex}.styles-module__-K0MWG__chip_badge{color:#334155;background:#f1f5f9;border:1px solid #dbe4ee;border-radius:999px;justify-content:center;align-items:center;padding:.22rem .55rem;font-size:.72rem;font-weight:750;display:inline-flex}.styles-module__-K0MWG__chip_actions{opacity:.72;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.2rem;transition:opacity .2s;display:flex}.styles-module__-K0MWG__item_chip:hover .styles-module__-K0MWG__chip_actions,.styles-module__-K0MWG__item_chip_selected .styles-module__-K0MWG__chip_actions{opacity:1}.styles-module__-K0MWG__item_chip_selected .styles-module__-K0MWG__chip_badge{color:#1d4ed8;background:#2563eb1a;border-color:#2563eb40}.styles-module__-K0MWG__chip_actions button{padding:4px;font-size:.8rem}.styles-module__-K0MWG__add_button_wrapper{align-items:center;display:flex}.styles-module__-K0MWG__empty_state{border:1px dashed var(--border-color);color:var(--text-secondary-color);background:#f8fafc;border-radius:12px;margin-top:.9rem;padding:1rem;font-size:.9rem;font-weight:600}@media (max-width:860px){.styles-module__-K0MWG__branch_row{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:620px){.styles-module__-K0MWG__list_panel{padding:.85rem}.styles-module__-K0MWG__branch_row{grid-template-columns:1fr;gap:.65rem;margin-top:.75rem}.styles-module__-K0MWG__item_chip{min-height:0}.styles-module__-K0MWG__chip_badges,.styles-module__-K0MWG__chip_actions{justify-content:flex-start}}@keyframes styles-module__-K0MWG__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.styles-module__5xgaBq__grid_wrapper{border:2px solid var(--border-color);border-radius:var(--radius-xl);width:100%;height:83dvh;min-height:420px;max-height:820px;box-shadow:var(--shadow-lg);background:#fff;margin-bottom:1.5rem;position:relative;overflow:hidden}.styles-module__5xgaBq__grid_wrapper .react-flow{background:0 0}.styles-module__5xgaBq__grid_wrapper .react-flow__renderer{background:0 0}.styles-module__5xgaBq__grid_wrapper .react-flow__pane{background:0 0}.styles-module__5xgaBq__grid_wrapper .react-flow__viewport{background:0 0}.styles-module__5xgaBq__controls_panel{background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:8px;padding:8px;display:flex;box-shadow:0 4px 12px #0000001a}.styles-module__5xgaBq__tool_button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex}.styles-module__5xgaBq__tool_button:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.styles-module__5xgaBq__tool_button_active{color:#1d4ed8;background:#2563eb1f;border-color:#2563eb59}.styles-module__5xgaBq__tool_button_active:hover{color:#1d4ed8;background:#2563eb2e;border-color:#2563eb80}.styles-module__5xgaBq__tool_button svg{width:20px;height:20px}.styles-module__5xgaBq__save_button{color:#059669;background:#ecfdf5;border-color:#a7f3d0;}.styles-module__5xgaBq__save_button:hover{color:#047857;background:#d1fae5;border-color:#6ee7b7}.styles-module__5xgaBq__full_screen{z-index:99999;background:#fff;width:100vw;height:100vh;position:fixed;top:0;left:0}.styles-module__5xgaBq__full_screen_portal{z-index:99999;background:#fff;padding:16px;position:fixed;inset:0}.styles-module__5xgaBq__hint_text{color:#64748b;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;background:#ffffffeb;border:1px solid #0000000d;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #00000029}
.styles-module__xcNJdG__page_title{color:var(--primary-color);margin-bottom:0;font-size:1.875rem;font-weight:700}
.styles-module__ZuYupq__button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-direction:row;justify-content:center;align-items:center;gap:.6em;width:100%;padding:.75em 1.5em;font-size:15px;font-weight:500;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 8px #00000014}.styles-module__ZuYupq__button:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb2e,0 2px 8px #00000014}.styles-module__ZuYupq__button:hover{background-color:var(--secondary-color);transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.styles-module__ZuYupq__secondary{color:var(--primary-color);border:1px solid var(--primary-color);background-color:#fff}.styles-module__ZuYupq__secondary:hover{color:var(--primary-color);background-color:#f5f5f5;transform:translateY(-1px);box-shadow:0 4px 10px #00000014}.styles-module__ZuYupq__button:disabled{color:#aaa;cursor:not-allowed;box-shadow:none;background-color:#e0e0e0;transform:none}@media (max-width:770px){.styles-module__ZuYupq__button{border-radius:10px;padding:.65em 1.2em;font-size:14px}}.styles-module__ZuYupq__ghost{color:#64748b;box-shadow:none;background-color:#0000;border:1px solid #0000;padding:.5rem}.styles-module__ZuYupq__ghost:hover{color:var(--primary-color);box-shadow:none;background-color:#f1f5f9;transform:translateY(-1px)}.styles-module__ZuYupq__icon_only{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.styles-module__ZuYupq__delete_variant.styles-module__ZuYupq__ghost:hover{color:#ef4444;background-color:#fef2f2}
.styles-module__Fzg17a__spinner{border:6px solid #0000001a;border-top:6px solid var(--primary-color);border-radius:50%;width:30px;height:30px;animation:1.2s linear infinite styles-module__Fzg17a__spin}@keyframes styles-module__Fzg17a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.styles-module__Kn5IJq__dropdown_label_container{flex-direction:column;gap:8px;width:100%;margin-bottom:1.5em;display:flex;position:relative}.styles-module__Kn5IJq__dropdown_label_container.styles-module__Kn5IJq__outlined{gap:0;margin-top:.5rem}.styles-module__Kn5IJq__dropdown_label_container.styles-module__Kn5IJq__outlined .styles-module__Kn5IJq__label_row{z-index:10;background-color:#fff;padding:0 4px;position:absolute;top:-10px;left:10px}.styles-module__Kn5IJq__dropdown_label_container.styles-module__Kn5IJq__outlined .styles-module__Kn5IJq__label{color:#6b7280;font-size:12px}.styles-module__Kn5IJq__label{color:var(--text-primary-color,#333);font-size:.95rem;font-weight:500}.styles-module__Kn5IJq__label_row{align-items:center;gap:6px;display:flex}.styles-module__Kn5IJq__required{color:#ef4444;font-size:1rem}.styles-module__Kn5IJq__info_button{color:#334155;cursor:help;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.styles-module__Kn5IJq__info_button:hover{background:#f1f5f9;border-color:#94a3b8}.styles-module__Kn5IJq__select_wrapper{width:100%;position:relative}.styles-module__Kn5IJq__dropdown_container{width:100%;color:var(--text-primary-color,#333);cursor:pointer;appearance:none;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;padding:12px 40px 12px 14px;font-size:.95rem;transition:all .2s}.styles-module__Kn5IJq__dropdown_container:hover:not(.styles-module__Kn5IJq__disabled){background-color:#f9fafb;border-color:#d1d5db}.styles-module__Kn5IJq__dropdown_container:focus:not(.styles-module__Kn5IJq__disabled){border-color:var(--primary-color,#3b82f6);box-shadow:0 0 0 3px #3b82f61a}.styles-module__Kn5IJq__dropdown_container.styles-module__Kn5IJq__disabled{color:#9ca3af;cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.styles-module__Kn5IJq__dropdown_arrow{pointer-events:none;color:#6b7280;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.styles-module__Kn5IJq__dropdown_container:focus:not(.styles-module__Kn5IJq__disabled)~.styles-module__Kn5IJq__dropdown_arrow{color:var(--primary-color,#3b82f6)}.styles-module__Kn5IJq__dropdown_container.styles-module__Kn5IJq__disabled~.styles-module__Kn5IJq__dropdown_arrow{color:#9ca3af}.styles-module__Kn5IJq__dropdown_container option{color:var(--text-primary-color,#333);background-color:#fff;padding:10px}.styles-module__Kn5IJq__dropdown_container option:disabled{color:#9ca3af}
.styles-module__BW6hoG__input_label_container{flex-direction:column;gap:8px;width:100%;margin-bottom:1rem;display:flex;position:relative}.styles-module__BW6hoG__input_label_container.styles-module__BW6hoG__outlined{gap:0;margin-top:.5rem}.styles-module__BW6hoG__input_label_container.styles-module__BW6hoG__outlined .styles-module__BW6hoG__label_row{z-index:1;background-color:#fff;padding:0 4px;position:absolute;top:-10px;left:10px}.styles-module__BW6hoG__input_label_container.styles-module__BW6hoG__outlined .styles-module__BW6hoG__label{color:#6b7280;margin-bottom:0;font-size:12px}.styles-module__BW6hoG__input_label_container.styles-module__BW6hoG__outlined .styles-module__BW6hoG__input_container{background:0 0}.styles-module__BW6hoG__input_label_container.styles-module__BW6hoG__outlined .styles-module__BW6hoG__input{padding:12px 14px}.styles-module__BW6hoG__label{color:#374151;margin-bottom:4px;font-size:14px;font-weight:500}.styles-module__BW6hoG__label_row{align-items:center;gap:6px;display:inline-flex}.styles-module__BW6hoG__required{color:#ef4444;margin-left:2px}.styles-module__BW6hoG__info_button{color:#334155;cursor:help;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.styles-module__BW6hoG__info_button:hover{background:#f1f5f9;border-color:#94a3b8}.styles-module__BW6hoG__input_container{background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.styles-module__BW6hoG__input_container:hover{border-color:#2563eb59;transform:translateY(-1px);box-shadow:0 10px 20px #0206170f}.styles-module__BW6hoG__input_container:focus-within{border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 0 0 3px #3b82f624,0 14px 26px #0206171a}.styles-module__BW6hoG__icon_wrapper{color:#6b7280;justify-content:center;align-items:center;padding-left:12px;display:flex}.styles-module__BW6hoG__input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;width:100%;padding:10px 14px;font-size:14px}.styles-module__BW6hoG__input.styles-module__BW6hoG__with_icon{padding-left:8px}.styles-module__BW6hoG__input::placeholder{color:#9ca3af}.styles-module__BW6hoG__input.styles-module__BW6hoG__disabled,.styles-module__BW6hoG__input:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f9fafb}
.styles-module__UEVeFa__add_table_widget{border-radius:var(--radius-xl);border:2px solid var(--border-color);width:100%;height:100%;box-shadow:var(--shadow-lg);background:linear-gradient(#fff,#f9fafb);flex-direction:column;margin-top:1em;padding:1.5rem;display:flex;overflow-y:auto}.styles-module__UEVeFa__add_table_widget_input_row{flex-direction:row;align-items:center;gap:1rem;display:flex}.styles-module__UEVeFa__square_seat_arrangement_container{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);justify-content:center;align-items:center;width:100%;padding:4rem 0;display:flex}.styles-module__UEVeFa__joinable_square_seat_arrangement_container{padding:9rem 0}.styles-module__UEVeFa__circle_table,.styles-module__UEVeFa__square_table{border-radius:var(--radius-md);background:linear-gradient(135deg,#92400e,#78350f);border:2px solid #451a03;width:120px;height:120px;position:relative;box-shadow:0 4px 12px #78350f4d,inset 0 2px 4px #ffffff1a}.styles-module__UEVeFa__circle_table{border-radius:50%;margin-top:2rem;margin-bottom:2rem}.styles-module__UEVeFa__seat{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #e2e8f0;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;box-shadow:0 2px 4px #0003}.styles-module__UEVeFa__seat:hover{border-color:var(--primary-color);transform:scale(1.2)}.styles-module__UEVeFa__circle_seat_entries{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.styles-module__UEVeFa__circle_seat_entry{background:var(--background-color);border-radius:var(--radius-md);flex-direction:row;align-items:center;gap:.75rem;padding:.5rem;transition:all .2s;display:flex}.styles-module__UEVeFa__circle_seat_entry:hover{background:#e0f2fe;transform:translate(4px)}.styles-module__UEVeFa__circle_seat_entry input{border:1px solid var(--border-color);border-radius:var(--radius-md);width:80px;padding:.5rem;font-size:.875rem}.styles-module__UEVeFa__circle_seat_entry button{background:var(--error-color);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.375rem .75rem;font-weight:600;transition:all .2s}.styles-module__UEVeFa__circle_seat_entry button:hover{background:#dc2626;transform:scale(1.05)}.styles-module__UEVeFa__main_heading{color:var(--primary-color);letter-spacing:-.02em;margin:0 0 10px;font-size:1.5rem;font-weight:700}.styles-module__UEVeFa__section_heading{color:var(--primary-color);letter-spacing:-.01em;margin:10px 0 15px;font-size:1.125rem;font-weight:700}.styles-module__UEVeFa__content_grid{grid-template-columns:minmax(320px,1fr) minmax(280px,420px);align-items:start;gap:1.5rem;display:grid}.styles-module__UEVeFa__form_column{min-width:0}.styles-module__UEVeFa__preview_column{align-self:start;min-width:0;position:sticky;top:0}.styles-module__UEVeFa__preview_container{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);justify-content:center;align-items:center;width:100%;padding:2.5rem 0;display:flex}.styles-module__UEVeFa__preview_flow{border-radius:var(--radius-lg);width:100%;max-width:420px;height:420px;overflow:hidden}.styles-module__UEVeFa__preview_flow .react-flow{background:0 0}.styles-module__UEVeFa__preview_flow .react-flow__renderer{background:0 0}.styles-module__UEVeFa__preview_flow .react-flow__pane{background:0 0}.styles-module__UEVeFa__preview_flow .react-flow__viewport{background:0 0}.styles-module__UEVeFa__preview_stage{width:360px;height:360px;position:relative}.styles-module__UEVeFa__ghost_table{opacity:.35;filter:saturate(.9);border-style:dashed}.styles-module__UEVeFa__seat_stepper_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.5rem;display:grid}.styles-module__UEVeFa__seat_stepper{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);box-shadow:var(--shadow-sm);grid-template-columns:1fr auto auto auto;align-items:center;gap:.5rem;padding:.75rem;display:grid}.styles-module__UEVeFa__seat_stepper_label{color:var(--text-primary-color);font-size:.875rem;font-weight:700}.styles-module__UEVeFa__seat_stepper_value{text-align:center;min-width:2ch;color:var(--text-primary-color);font-size:.9375rem;font-weight:700}.styles-module__UEVeFa__seat_stepper_button{border:1px solid var(--border-color);cursor:pointer;width:34px;height:34px;color:var(--primary-color);background:#fff;border-radius:10px;font-weight:900;transition:transform .15s,box-shadow .15s,border-color .15s}.styles-module__UEVeFa__seat_stepper_button:hover{border-color:#2563eb59;transform:translateY(-1px);box-shadow:0 10px 20px #0206170f}.styles-module__UEVeFa__seat_stepper_button:active{transform:translateY(0)}.styles-module__UEVeFa__joinable_limits_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}@media (max-width:960px){.styles-module__UEVeFa__content_grid{grid-template-columns:1fr}.styles-module__UEVeFa__preview_column{position:static}}@media (max-width:520px){.styles-module__UEVeFa__seat_stepper_grid,.styles-module__UEVeFa__joinable_limits_grid{grid-template-columns:1fr}}
.styles-module__VrYgQW__delete_container{text-align:center;flex-direction:column;align-items:center;gap:.65rem;width:100%;display:flex}.styles-module__VrYgQW__warningBadge{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:999px;place-items:center;width:42px;height:42px;font-size:1.15rem;font-weight:900;display:grid}.styles-module__VrYgQW__title{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800}.styles-module__VrYgQW__description{color:#475569;margin:0;font-size:.92rem;line-height:1.5}.styles-module__VrYgQW__buttons_container{justify-content:center;gap:.6rem;width:100%;padding-top:.55rem;display:flex}@media (max-width:520px){.styles-module__VrYgQW__buttons_container{flex-direction:column-reverse}}
.styles-module__35bNFa__add_table_button{background:var(--primary-color);color:#fff;border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.styles-module__35bNFa__add_table_button:hover{background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}
.styles-module__BePSZW__add_decor_widget{border-radius:var(--radius-xl);border:2px solid var(--border-color);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);flex-direction:column;min-width:280px;max-width:320px;padding:1.25rem;display:flex;overflow-y:auto}.styles-module__BePSZW__add_decor_widget_header{flex-direction:row;align-items:center;margin-bottom:1rem;display:flex}.styles-module__BePSZW__main_heading{color:var(--text-primary-color);margin:0;font-size:1.125rem;font-weight:700}.styles-module__BePSZW__delete_button{color:#fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#ef4444,#dc2626);border:none;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.styles-module__BePSZW__delete_button:hover{box-shadow:var(--shadow-md);background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.styles-module__BePSZW__add_decor_widget_input_row{flex-direction:row;gap:.75rem;display:flex}.styles-module__BePSZW__add_decor_widget_input_row>*{flex:1}.styles-module__BePSZW__color_input_container{flex-direction:column;gap:4px;margin-bottom:15px;display:flex}.styles-module__BePSZW__color_label{color:var(--text-primary-color);font-size:small;font-weight:600}.styles-module__BePSZW__color_input{border:2px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;background:#fff;width:100%;height:36px;padding:2px}.styles-module__BePSZW__color_input:hover{border-color:var(--primary-color)}.styles-module__BePSZW__preview_container{background:var(--background-color);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;gap:8px;margin-bottom:1rem;padding:1rem;display:flex}.styles-module__BePSZW__preview_label{color:var(--text-secondary-color);font-size:small;font-weight:600}.styles-module__BePSZW__preview_decor{border-radius:var(--radius-md);border:2px solid #ffffff4d;justify-content:center;align-items:center;width:80px;height:50px;margin:0 auto;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.styles-module__BePSZW__preview_icon{font-size:1.5rem}
.styles-module__UEW_lG__add_decor_button{color:#fff;border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.styles-module__UEW_lG__add_decor_button:hover{box-shadow:var(--shadow-md);background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px)}
.styles-module__qifEpW__row{background:#fff}.styles-module__qifEpW__reference_cell,.styles-module__qifEpW__approval_cell{white-space:nowrap;width:1%}.styles-module__qifEpW__reference{border:1px solid var(--border-color);letter-spacing:.01em;color:var(--text-primary-color);background:#f8fafc;border-radius:999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.styles-module__qifEpW__datetime_cell,.styles-module__qifEpW__created_cell{white-space:nowrap}.styles-module__qifEpW__datetime_primary{color:var(--text-primary-color);font-size:.8125rem;font-weight:600}.styles-module__qifEpW__datetime_secondary{color:var(--text-secondary-color);font-size:.75rem;font-weight:500}.styles-module__qifEpW__actions_cell{white-space:nowrap;width:1%}.styles-module__qifEpW__approval_actions{flex-direction:column;align-items:flex-start;gap:.4rem;min-width:104px;display:flex}.styles-module__qifEpW__approval_placeholder{color:#94a3b8;justify-content:center;align-items:center;min-width:24px;font-size:.8rem;display:inline-flex}.styles-module__qifEpW__details_container{flex-direction:column;gap:.125rem;padding:.25rem 0;display:flex;position:relative}.styles-module__qifEpW__badges_row{flex-flow:wrap;align-items:center;gap:.375rem;display:flex}.styles-module__qifEpW__name{text-align:start;color:var(--text-primary-color);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.styles-module__qifEpW__contact_details_container{flex-direction:row;align-items:center;gap:.5rem;margin-bottom:0;display:flex}.styles-module__qifEpW__contact_detail_text{color:var(--text-secondary-color);font-size:.78125rem;font-weight:500;line-height:1.3}.styles-module__qifEpW__info_badge{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:#f1f5f9;align-items:center;gap:.25rem;padding:.1875rem .5rem;font-size:.6875rem;font-weight:500;display:inline-flex}.styles-module__qifEpW__actions_container{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.styles-module__qifEpW__action_button{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:100%;min-width:104px;padding:.45rem .8rem;font-size:.75rem;font-weight:700;transition:transform .15s,border-color .15s,background-color .15s;display:inline-flex}.styles-module__qifEpW__action_button:hover:not(:disabled){transform:translateY(-1px)}.styles-module__qifEpW__action_button:disabled{cursor:not-allowed;opacity:.65}.styles-module__qifEpW__approve_button{color:#166534;background:#ecfdf5;border-color:#16a34a3d}.styles-module__qifEpW__decline_button{color:#b91c1c;background:#fef2f2;border-color:#dc262633}.styles-module__qifEpW__icon_button{cursor:pointer;border:1px solid var(--border-color);background:#fff;border-radius:10px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.styles-module__qifEpW__icon_button img{filter:brightness(0)saturate();width:14px;height:14px}.styles-module__qifEpW__icon_button:hover{background:#f1f5f9;transform:translateY(-1px)}.styles-module__qifEpW__edit_button:hover{border-color:var(--primary-color);background:#eff6ff}.styles-module__qifEpW__delete_button:hover{background:#fef2f2;border-color:#dc2626}.styles-module__qifEpW__tables_container{flex-flow:wrap;gap:.25rem;display:flex}.styles-module__qifEpW__table_number{color:var(--primary-color);text-align:center;border:1px solid var(--primary-light);background:#eff6ff;border-radius:999px;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600}.styles-module__qifEpW__status_badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-flex}.styles-module__qifEpW__status_confirmed{color:#166534;background:#ecfdf5;border-color:#16a34a3d}.styles-module__qifEpW__status_pending{color:#b45309;background:#fffbeb;border-color:#f59e0b3d}.styles-module__qifEpW__status_cancelled{color:#b91c1c;background:#fef2f2;border-color:#dc262633}@media (max-width:768px){.styles-module__qifEpW__reference_cell,.styles-module__qifEpW__approval_cell,.styles-module__qifEpW__datetime_cell,.styles-module__qifEpW__created_cell,.styles-module__qifEpW__actions_cell{white-space:normal}}
.styles-module__23qr9a__overlay{z-index:1000;will-change:opacity;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.styles-module__23qr9a__modal{will-change:transform,opacity;scrollbar-width:none;-ms-overflow-style:none;background-color:#fff;border-radius:12px;flex-direction:column;width:90vw;height:90vh;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 30px #0003}.styles-module__23qr9a__modal::-webkit-scrollbar{display:none}.styles-module__23qr9a__content{scrollbar-width:none;-ms-overflow-style:none;flex:1;width:100%;height:100%;min-height:0;padding:0;overflow:auto}.styles-module__23qr9a__content::-webkit-scrollbar{display:none}.styles-module__23qr9a__inner{box-sizing:border-box;flex-direction:column;width:100%;height:100%;min-height:100%;display:flex}.styles-module__23qr9a__inner>*{flex:auto;min-height:0}
.styles-module__CdyruW__close_button_container{cursor:pointer;position:absolute;top:16px;right:16px}
.styles-module__tk7x6a__container{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:10px;align-items:flex-start;gap:1rem;padding:.85rem;display:flex}.styles-module__tk7x6a__preview{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:100px;display:flex;overflow:hidden}.styles-module__tk7x6a__image{object-fit:cover;width:100%;height:100%}.styles-module__tk7x6a__empty{color:#6b7280;font-size:12px}.styles-module__tk7x6a__file_input{display:none}.styles-module__tk7x6a__actions{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.styles-module__tk7x6a__browse_button,.styles-module__tk7x6a__remove_button{cursor:pointer;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:13px;transition:background-color .2s}.styles-module__tk7x6a__browse_button{background-color:var(--primary-color)}.styles-module__tk7x6a__browse_button:hover:not(:disabled){background-color:#2563eb}.styles-module__tk7x6a__remove_button{background-color:#ef4444}.styles-module__tk7x6a__remove_button:hover:not(:disabled){background-color:#dc2626}.styles-module__tk7x6a__browse_button:disabled,.styles-module__tk7x6a__remove_button:disabled{opacity:.55;cursor:not-allowed}
.styles-module__6jASXW__customer_feedback_button{color:#fff;cursor:pointer;background-color:green;border-radius:5px;width:120px;font-size:12px;right:0%}
.styles-module__9dWXta__venue_container{width:100%;height:100%;padding:1.25rem;padding-bottom:calc(1.75rem + env(safe-area-inset-bottom,0px));flex-direction:column;gap:1rem;display:flex}.styles-module__9dWXta__input_row{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.styles-module__9dWXta__replicate_panel{background:linear-gradient(135deg,#eff6ff,#f1f5ff);border:1px dashed #93c5fd;border-radius:10px;flex-wrap:wrap;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.styles-module__9dWXta__replicate_text{flex-direction:column;flex:280px;gap:.15rem;min-width:0;display:flex}.styles-module__9dWXta__replicate_title{color:#1d4ed8;font-size:.92rem;font-weight:700}.styles-module__9dWXta__replicate_subtitle{color:#334155;font-size:.78rem;line-height:1.35}.styles-module__9dWXta__venue_container h1{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700}.styles-module__9dWXta__venue_container h2{color:#334155;margin:.5rem 0 0;font-size:1rem;font-weight:600}.styles-module__9dWXta__checkbox_row{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.625rem;padding:.75rem 1rem;transition:background .15s,border-color .15s;display:flex}.styles-module__9dWXta__checkbox_row:hover{background:#f1f5f9;border-color:#cbd5e1}.styles-module__9dWXta__checkbox_row input[type=checkbox]{accent-color:#2563eb;cursor:pointer;width:18px;height:18px}.styles-module__9dWXta__checkbox_row span{color:#334155;font-size:.925rem;font-weight:500}
.styles-module__8QTqwa__title_row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}@media (max-width:1300px){.styles-module__8QTqwa__title_row{padding-right:calc(52px + env(safe-area-inset-right,0px))}}@media (hover:none),(pointer:coarse){.styles-module__8QTqwa__title_row{padding-right:calc(52px + env(safe-area-inset-right,0px))}}.styles-module__8QTqwa__title_container{flex-direction:row;align-items:center;gap:1rem;min-width:0;display:flex}.styles-module__8QTqwa__title{color:var(--primary-color);margin:0;font-size:1.875rem;font-weight:700}.styles-module__8QTqwa__date_navigation{align-items:center;gap:.5rem;display:flex}.styles-module__8QTqwa__date_arrow_button{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-color);width:32px;height:32px;color:var(--text-primary-color);cursor:pointer;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:600;transition:all .15s;display:flex}.styles-module__8QTqwa__date_arrow_button:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.styles-module__8QTqwa__date_arrow_button:active{transform:scale(.95)}.styles-module__8QTqwa__date_input_wrapper{justify-content:center;align-items:center;min-width:180px;display:flex;position:relative}.styles-module__8QTqwa__date_display{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-color);width:100%;height:100%;color:var(--text-primary-color);pointer-events:none;justify-content:center;align-items:center;padding:.375rem .625rem;font-size:.875rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.styles-module__8QTqwa__date_input_wrapper:focus-within .styles-module__8QTqwa__date_display{border-color:var(--primary-color)}.styles-module__8QTqwa__date_input{opacity:0;cursor:pointer;width:100%;padding:.375rem .625rem;font-size:.875rem;font-weight:600}.styles-module__8QTqwa__date_input:focus{border-color:var(--primary-color);outline:none}.styles-module__8QTqwa__loading_indicator{color:var(--text-secondary-color);font-size:.75rem;font-weight:500}.styles-module__8QTqwa__diary{--diary-row-height:38px;--diary-time-col-width:28px;--diary-table-col-width:clamp(100px,11vw,150px);--diary-max-height:calc(100dvh - 160px);width:100%;height:auto;max-height:var(--diary-max-height);border:2px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:linear-gradient(#fff,#f8fafc);display:block;overflow:hidden}.styles-module__8QTqwa__grid_scroll_container{height:auto;max-height:var(--diary-max-height);scrollbar-width:thin;background:var(--surface-color);position:relative;overflow:auto}.styles-module__8QTqwa__grid{grid-auto-rows:var(--diary-row-height);min-width:max-content;display:grid;position:relative}.styles-module__8QTqwa__grid_header_cell{height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);color:var(--text-secondary-color);border-bottom:1px solid var(--border-color);z-index:30;box-sizing:border-box;background:#fff;justify-content:center;align-items:center;padding:0 .25rem;font-size:.65rem;font-weight:750;display:flex;position:sticky;top:0}.styles-module__8QTqwa__grid_left{z-index:40;position:sticky;left:0}.styles-module__8QTqwa__grid_corner{z-index:60;border-right:1px solid var(--border-color)}.styles-module__8QTqwa__table_column{width:var(--diary-table-col-width);height:auto;max-height:var(--diary-max-height);border-right:2px solid var(--border-color);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.styles-module__8QTqwa__bookings_column{width:100%;max-width:100%;height:auto;max-height:var(--diary-max-height);background:var(--surface-color);overflow:hidden}.styles-module__8QTqwa__venue_cell,.styles-module__8QTqwa__table_number_cell,.styles-module__8QTqwa__table_cell,.styles-module__8QTqwa__table_row,.styles-module__8QTqwa__table_row_header,.styles-module__8QTqwa__table_bookings_row{width:100%;height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);border:1px solid var(--border-color);border-collapse:collapse;box-sizing:border-box;font-size:.75rem;font-weight:600;transition:all .2s}.styles-module__8QTqwa__table_cell,.styles-module__8QTqwa__table_row,.styles-module__8QTqwa__table_row_header,.styles-module__8QTqwa__table_bookings_row{background:var(--surface-color);text-align:center;color:var(--text-primary-color)}.styles-module__8QTqwa__table_row_header,.styles-module__8QTqwa__table_bookings_row{white-space:nowrap;width:100%;max-width:100%;display:flex;overflow:auto hidden}.styles-module__8QTqwa__table_row_header{scrollbar-width:none}.styles-module__8QTqwa__table_row_header::-webkit-scrollbar{height:0}.styles-module__8QTqwa__table_bookings_row{height:var(--diary-row-height)}.styles-module__8QTqwa__table_cell{height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);justify-content:center;align-items:center;display:flex}.styles-module__8QTqwa__venue_cell{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);color:#fff;letter-spacing:.01em;border-bottom-width:0;flex-direction:row;justify-content:center;align-items:center;font-weight:700;display:flex}.styles-module__8QTqwa__table_number_cell{background:var(--surface-color);height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);color:var(--text-primary-color);box-sizing:border-box;border-bottom-width:0;flex-direction:row;justify-content:center;align-items:center;gap:2px;font-weight:700;transition:all .2s;display:flex}.styles-module__8QTqwa__table_number_cell:hover{background:#f0f9ff}.styles-module__8QTqwa__table_number{font-weight:700;line-height:1}.styles-module__8QTqwa__table_seats{color:var(--text-secondary-color);margin-left:4px;font-size:.625rem;line-height:1}.styles-module__8QTqwa__table{padding-top:0}.styles-module__8QTqwa__tables_scroll_container{height:auto;max-height:calc(var(--diary-max-height) - var(--diary-row-height));overflow:hidden auto}.styles-module__8QTqwa__tables_scroll_container::-webkit-scrollbar{width:0;height:10px}.styles-module__8QTqwa__tables_scroll_container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-color),var(--primary-hover));border-radius:var(--radius-md);border:2px solid var(--background-color)}.styles-module__8QTqwa__tables_scroll_container::-webkit-scrollbar-track{background:var(--background-color);border-radius:var(--radius-md)}.styles-module__8QTqwa__tables_scroll_container_blocks{height:auto;max-height:calc(var(--diary-max-height) - var(--diary-row-height));scrollbar-width:thin;overflow:auto}.styles-module__8QTqwa__grid_content{min-width:max-content;display:grid;position:relative}.styles-module__8QTqwa__tables_scroll_container_blocks::-webkit-scrollbar{width:10px;height:10px}.styles-module__8QTqwa__tables_scroll_container_blocks::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));border-radius:var(--radius-md);border:2px solid var(--background-color)}.styles-module__8QTqwa__tables_scroll_container_blocks::-webkit-scrollbar-track{background:var(--background-color);border-radius:var(--radius-md)}.styles-module__8QTqwa__block,.styles-module__8QTqwa__venue_block{width:var(--diary-time-col-width);height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);border:1px solid var(--border-color);background:var(--surface-color);border-collapse:collapse;color:var(--text-secondary-color);box-sizing:border-box;border-bottom:0;border-left:0;border-right:0;flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;transition:all .2s;display:flex;position:relative}.styles-module__8QTqwa__block:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.styles-module__8QTqwa__venue_block{height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);color:var(--primary-color);background:linear-gradient(135deg,#2563eb14,#1d4ed81f);font-weight:600}.styles-module__8QTqwa__area_tabs{flex-wrap:nowrap;gap:.5rem;max-width:520px;padding-bottom:2px;display:flex;overflow-x:auto}.styles-module__8QTqwa__area_tab{border:1px solid var(--border-color);color:var(--text-primary-color);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:#fff;padding:.375rem .625rem;font-size:.8rem;font-weight:700;transition:all .15s}.styles-module__8QTqwa__area_tab:hover{border-color:#2563eb80}.styles-module__8QTqwa__area_tab_active{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;border-color:#0000}.styles-module__8QTqwa__jump_to_next_button{color:var(--text-primary-color);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:.4rem;padding:.32rem .65rem;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.styles-module__8QTqwa__jump_to_next_button:hover,.styles-module__8QTqwa__jump_to_next_button:focus-visible{border-color:var(--primary-color);color:var(--primary-hover);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#2563eb14,#1d4ed81f);outline:none;transform:translateY(-1px)}.styles-module__8QTqwa__jump_to_next_label{color:var(--text-secondary-color);font-weight:600}.styles-module__8QTqwa__jump_to_next_button:hover .styles-module__8QTqwa__jump_to_next_label,.styles-module__8QTqwa__jump_to_next_button:focus-visible .styles-module__8QTqwa__jump_to_next_label{color:var(--primary-hover)}.styles-module__8QTqwa__jump_to_next_time{font-variant-numeric:tabular-nums;color:var(--primary-color);font-weight:700}.styles-module__8QTqwa__jump_to_next_arrow{color:var(--primary-color);font-size:.9rem;line-height:1;transition:transform .15s}.styles-module__8QTqwa__jump_to_next_button:hover .styles-module__8QTqwa__jump_to_next_arrow{transform:translate(2px)}.styles-module__8QTqwa__section_cell{height:var(--diary-row-height);border:1px solid var(--border-color);color:#fffffff2;background:linear-gradient(135deg,#0f172a,#111827);border-bottom-width:0;justify-content:center;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.75rem;font-weight:750;display:flex}.styles-module__8QTqwa__section_title{text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.styles-module__8QTqwa__section_badge{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;flex-shrink:0;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.styles-module__8QTqwa__section_block{width:var(--diary-time-col-width);height:var(--diary-row-height);min-height:var(--diary-row-height);max-height:var(--diary-row-height);border:1px solid var(--border-color);border-collapse:collapse;box-sizing:border-box;background:linear-gradient(135deg,#0f172a0f,#0f172a1a);border-bottom:0;border-left:0;border-right:0;flex-shrink:0}.styles-module__8QTqwa__empty_state{color:var(--text-secondary-color);padding:1rem;font-weight:600}@media (max-width:900px){.styles-module__8QTqwa__title_container{flex-wrap:wrap;row-gap:.5rem}.styles-module__8QTqwa__area_tabs{max-width:100%}.styles-module__8QTqwa__diary{--diary-row-height:42px;--diary-table-col-width:clamp(90px,20vw,140px);--diary-max-height:calc(100dvh - 200px)}}
.styles-module__nK-SkG__checkbox_container{flex-direction:row;align-items:center;gap:10px;display:flex}.styles-module__nK-SkG__label_row{align-items:center;gap:6px;display:inline-flex}.styles-module__nK-SkG__checkbox{cursor:pointer}.styles-module__nK-SkG__label{color:var(--text-primary-color,#333);font-size:.95rem;font-weight:500}.styles-module__nK-SkG__info_button{color:#334155;cursor:help;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.styles-module__nK-SkG__info_button:hover{background:#f1f5f9;border-color:#94a3b8}
.styles-module__-K0lMq__block{width:var(--diary-time-col-width,50px);height:var(--diary-row-height,44px);min-height:var(--diary-row-height,44px);max-height:var(--diary-row-height,44px);border:1px solid var(--border-color);border-collapse:collapse;z-index:0;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-bottom:0;border-left:0;border-right:0;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.styles-module__-K0lMq__has_booking{z-index:20}.styles-module__-K0lMq__block:hover{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)}.styles-module__-K0lMq__empty_block:after{content:"";opacity:0;background-color:var(--primary-color);z-index:10;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;transform:scale(.8);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.styles-module__-K0lMq__empty_block:hover:after{opacity:1;transform:scale(1)}.styles-module__-K0lMq__outside_hours{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%)}.styles-module__-K0lMq__outside_hours:hover{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);box-shadow:inset 0 0 0 1px #ef444433}
.styles-module__AFDMAG__underline{background-color:#e2e8f0;height:1px}.styles-module__AFDMAG__container{padding-left:3vw;overflow-x:auto}.styles-module__AFDMAG__button{background-color:var(--primary-color);color:#fff;border:none;border-radius:15px;padding:10px 20px;font-size:15px}.styles-module__AFDMAG__rowContainer{color:#334155;flex-direction:column;gap:0;display:flex}.styles-module__AFDMAG__buttonContainer{flex-direction:column;align-items:flex-start;gap:15px;padding-top:4vh;padding-bottom:5vh;display:flex}.styles-module__AFDMAG__buttonContainer button{cursor:pointer;width:220px}.styles-module__AFDMAG__checkbox_container{flex-direction:row;align-items:center;gap:10px;display:flex}.styles-module__AFDMAG__checkbox{width:16px;height:16px}.styles-module__AFDMAG__timeRow{flex-direction:column;flex:2.5;justify-content:flex-start;align-items:flex-start;display:flex}.styles-module__AFDMAG__row{color:#334155;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.styles-module__AFDMAG__timeInnerRow{color:#64748b;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.styles-module__AFDMAG__dayText{color:#1e293b;width:90px;font-size:.925rem;font-weight:600}.styles-module__AFDMAG__switchWidget{flex-direction:column;justify-content:center;width:60px;display:flex}.styles-module__AFDMAG__timeInput{color:#334155;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;width:130px;height:36px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:border-color .15s,box-shadow .15s}.styles-module__AFDMAG__timeInput:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.styles-module__AFDMAG__weekDayWidget{flex-direction:row;flex:1;justify-content:flex-start;align-items:center;display:flex}.styles-module__AFDMAG__timeButton{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;margin-left:.25rem;transition:background-color .15s;display:flex}.styles-module__AFDMAG__timeButton:hover{background-color:#1d4ed8}.styles-module__AFDMAG__timeButtonRemove{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .15s;display:flex}.styles-module__AFDMAG__timeButtonRemove:hover{background-color:#dc2626}.styles-module__AFDMAG__locationSelect{color:#647991;background-color:#fff;border:1px solid #ccc;border-radius:10px;width:160px;height:35px;padding:6px 20px;font-size:13px;transition:border-color .3s,box-shadow .3s;box-shadow:0 2px 4px #0000001a}.styles-module__AFDMAG__locationSelect:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff40}.styles-module__AFDMAG__locationSelect:hover{border-color:#007bff}.styles-module__AFDMAG__locationSelect option{padding:10px}.styles-module__AFDMAG__select_opening_hours_button_row{flex-flow:wrap;align-items:center;gap:15px;display:flex}.styles-module__AFDMAG__select_opening_hours_button{cursor:pointer;border:1px solid var(--primary-color);border-radius:10px;padding:10px 20px}.styles-module__AFDMAG__select_opening_hours_button_active{background-color:var(--primary-color);color:#fff}.styles-module__AFDMAG__deleteButton{color:#fff;cursor:pointer;background-color:red;border:none;border-radius:15px;padding:10px 20px;font-size:15px}.styles-module__AFDMAG__white_image{filter:brightness(1000%)invert()}.styles-module__AFDMAG__checkbox_container{cursor:pointer;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:row;align-items:center;gap:.625rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.925rem;font-weight:500;display:flex}.styles-module__AFDMAG__checkbox_container:hover{background:#f1f5f9;border-color:#cbd5e1}.styles-module__AFDMAG__checkbox{accent-color:#2563eb;cursor:pointer;width:18px;height:18px}.styles-module__AFDMAG__dateInput{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.styles-module__AFDMAG__dateInput:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}@media (max-width:640px){.styles-module__AFDMAG__row{flex-direction:column;align-items:flex-start;gap:.5rem}.styles-module__AFDMAG__weekDayWidget{padding-bottom:.5rem}.styles-module__AFDMAG__dayText{width:auto}}.styles-module__AFDMAG__lastBookingWrapper{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.styles-module__AFDMAG__lastBookingLabel{color:#92400e;font-size:.75rem;font-weight:500}.styles-module__AFDMAG__lastBookingInput{background:#fffbeb;border-color:#fbbf24}.styles-module__AFDMAG__lastBookingInput:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}@media (max-width:480px){.styles-module__AFDMAG__timeInput{width:90px;padding:.375rem .5rem;font-size:.8rem}.styles-module__AFDMAG__timeInnerRow{gap:.375rem}}
.styles-module__jgCjsW__review_container{background:linear-gradient(#fafbfc,#fff);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%;height:100%;padding:1.5rem;display:flex}.styles-module__jgCjsW__title{color:var(--text-primary-color);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.styles-module__jgCjsW__submitted_on_text{color:var(--text-secondary-color);border-radius:var(--radius-md);border:1px solid var(--border-color);background:linear-gradient(135deg,#f8fafc,#fff);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.styles-module__jgCjsW__rating_container{border-radius:var(--radius-lg);border:2px solid var(--primary-light);background:linear-gradient(135deg,#eff6ff,#dbeafe);justify-content:center;align-items:center;width:100%;padding:2rem;display:flex;box-shadow:0 4px 12px #2563eb1a}.styles-module__jgCjsW__subtitle{color:var(--text-primary-color);letter-spacing:-.01em;border-bottom:2px solid var(--border-color);width:100%;margin:0;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.styles-module__jgCjsW__feedback_container{border-radius:var(--radius-lg);border:2px solid var(--border-color);width:100%;color:var(--text-primary-color);background:linear-gradient(135deg,#fff,#f8fafc);min-height:100px;padding:1.25rem;font-size:.9375rem;font-weight:500;line-height:1.6;box-shadow:0 2px 8px #0000000a}
.styles-module__qxjFDW__dropdown_label_container{flex-direction:column;gap:.625rem;width:100%;min-width:150px;margin-bottom:1rem;display:flex;position:relative}.styles-module__qxjFDW__dropdown_label_container.styles-module__qxjFDW__outlined{gap:0;margin-top:.5rem}.styles-module__qxjFDW__dropdown_label_container.styles-module__qxjFDW__outlined .styles-module__qxjFDW__label{color:#6b7280;z-index:10;pointer-events:none;background-color:#fff;padding:0 4px;font-size:12px;position:absolute;top:-10px;left:10px}.styles-module__qxjFDW__dropdown_label_container.styles-module__qxjFDW__outlined .styles-module__qxjFDW__dropdown_container{box-shadow:none;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.625rem .875rem}.styles-module__qxjFDW__dropdown_label_container.styles-module__qxjFDW__outlined .styles-module__qxjFDW__dropdown_container:hover{background:#fff;border-color:#2563eb59;box-shadow:0 10px 20px #0206170f}.styles-module__qxjFDW__label{color:var(--text-primary-color);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.styles-module__qxjFDW__dropdown_container{border:2px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;color:var(--text-primary-color);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);flex-direction:row;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 1px 3px #0000000d}.styles-module__qxjFDW__dropdown_container:hover{border-color:var(--primary-color);background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);box-shadow:0 2px 8px #2563eb1f}.styles-module__qxjFDW__dropdown_container:active{transform:scale(.99)}.styles-module__qxjFDW__dropdown_arrow{filter:brightness(0)saturate()invert(45%)sepia(8%)saturate(1000%)hue-rotate(180deg);transition:transform .2s;position:absolute;right:1rem}.styles-module__qxjFDW__dropdown_label_container:hover .styles-module__qxjFDW__dropdown_arrow{filter:brightness(0)saturate()invert(36%)sepia(98%)saturate(2845%)hue-rotate(215deg)}.styles-module__qxjFDW__menu{z-index:1000;border-radius:var(--radius-xl);border:2px solid var(--border-color);background:linear-gradient(#fff,#fafbfc);width:100%;min-width:320px;height:320px;position:absolute;top:60px;left:0;overflow:hidden;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000f,0 0 0 1px #0000000a}.styles-module__qxjFDW__searchInputContainer{border-bottom:2px solid var(--border-color);background:linear-gradient(135deg,#f8fafc,#fff);align-items:center;gap:.75rem;width:100%;min-height:60px;padding:.75rem;display:flex}.styles-module__qxjFDW__searchInput{border:2px solid var(--border-color);border-radius:var(--radius-md);height:38px;color:var(--text-primary-color);background:#fff;flex:1;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:all .2s}.styles-module__qxjFDW__searchInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #2563eb1a}.styles-module__qxjFDW__searchInput::placeholder{color:var(--text-secondary-color);font-weight:400}.styles-module__qxjFDW__menu_items_container{scrollbar-width:thin;scrollbar-color:var(--primary-light)var(--background-color);max-height:100%;display:block;overflow-y:auto}.styles-module__qxjFDW__menu_items_container::-webkit-scrollbar{width:8px}.styles-module__qxjFDW__menu_items_container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-color),var(--primary-hover));border-radius:var(--radius-md)}.styles-module__qxjFDW__menu_items_container::-webkit-scrollbar-track{background:var(--background-color)}.styles-module__qxjFDW__item{cursor:pointer;border-left:3px solid #0000;align-items:center;width:100%;min-height:42px;padding:.625rem 1rem;transition:all .15s;display:flex}.styles-module__qxjFDW__item:hover{border-left-color:var(--primary-color);background:linear-gradient(90deg,#eff6ff 0%,#f8fafc 100%)}.styles-module__qxjFDW__item:active{background:linear-gradient(90deg,#dbeafe 0%,#eff6ff 100%)}.styles-module__qxjFDW__item_text{color:var(--text-primary-color);font-size:.875rem;font-weight:500}.styles-module__qxjFDW__no_items_found_text{width:100%;min-height:80px;color:var(--text-secondary-color);justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;display:flex}.styles-module__qxjFDW__loading_container{justify-content:center;align-items:center;width:100%;min-height:50px;padding:.75rem;display:flex}.styles-module__qxjFDW__new_item_text{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;border-radius:var(--radius-md);cursor:pointer;text-shadow:0 1px 2px #0000001a;border:none;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;min-width:120px;padding:.625rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 6px #2563eb40,inset 0 1px 2px #fff3}.styles-module__qxjFDW__new_item_text:hover{transform:translateY(-1px);box-shadow:0 4px 10px #2563eb59,inset 0 1px 2px #ffffff4d}.styles-module__qxjFDW__new_item_text:active{transform:translateY(0);box-shadow:0 2px 4px #2563eb40}
.styles-module__wWGtTa__layout_container{width:100%;height:100%;padding:1.25rem;padding-bottom:calc(1.75rem + env(safe-area-inset-bottom,0px));flex-direction:column;gap:1rem;display:flex}.styles-module__wWGtTa__is_active_row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:row;align-items:center;gap:.625rem;padding:.75rem 1rem;display:flex}.styles-module__wWGtTa__availability_container{flex-flow:wrap;align-items:flex-start;gap:1rem;display:flex}.styles-module__wWGtTa__layout_container h1{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700}
.styles-module__9t7Gha__booking_event{background:linear-gradient(135deg,var(--booking-color,var(--primary-color)),var(--booking-color-dark,var(--primary-hover)));z-index:50;border-radius:var(--radius-sm);cursor:pointer;width:150px;height:28px;min-height:28px;max-height:28px;box-shadow:0 1px 4px var(--booking-shadow,#2563eb4d),inset 0 1px 2px #fff3;pointer-events:auto;border:1px solid #fff3;flex-direction:row;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;left:0;overflow:visible}.styles-module__9t7Gha__booking_event:hover{box-shadow:0 2px 8px var(--booking-shadow,#2563eb66),inset 0 1px 2px #ffffff4d;border-color:#ffffff4d}.styles-module__9t7Gha__new_booking{border-color:#dcfce7f2}.styles-module__9t7Gha__new_booking:before{content:"";background:#dcfce7;border-radius:9999px;width:6px;height:6px;position:absolute;top:4px;left:4px;box-shadow:0 0 0 2px #16a34a3d}.styles-module__9t7Gha__grouped_booking{box-shadow:0 2px 8px var(--booking-shadow,#2563eb4d),inset 0 0 0 1px #ffffff47,inset 0 1px 2px #fff3;border-style:dashed}.styles-module__9t7Gha__pending_booking{border-style:dashed}.styles-module__9t7Gha__booking_event_title{color:#fff;letter-spacing:.01em;text-shadow:0 1px 2px #0000001a;white-space:nowrap;text-overflow:ellipsis;padding:0 .5rem;font-size:.625rem;font-weight:600;line-height:1.2;overflow:hidden}.styles-module__9t7Gha__booking_event_info{flex-direction:row;align-items:center;gap:.25rem;padding:0 .375rem;display:flex}.styles-module__9t7Gha__booking_event_people{color:#fffffff2;flex-direction:row;align-items:center;gap:.25rem;font-size:.625rem;font-weight:600;display:flex}.styles-module__9t7Gha__whiteIcon{filter:brightness(0)invert();opacity:.9}.styles-module__9t7Gha__top_icons{z-index:3;align-items:center;gap:2px;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.styles-module__9t7Gha__comment_wrapper,.styles-module__9t7Gha__first_time_wrapper{cursor:pointer;align-items:center;display:flex;position:relative}.styles-module__9t7Gha__tooltip_open{z-index:101}.styles-module__9t7Gha__comment_tooltip{color:#fff;white-space:nowrap;white-space:normal;word-wrap:break-word;opacity:0;visibility:hidden;z-index:100;pointer-events:none;background:#1e293bf2;border-radius:6px;width:200px;max-width:300px;margin-bottom:6px;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:opacity .2s,visibility .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.styles-module__9t7Gha__comment_tooltip:after{content:"";border:5px solid #0000;border-top-color:#1e293bf2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.styles-module__9t7Gha__comment_wrapper:hover .styles-module__9t7Gha__comment_tooltip,.styles-module__9t7Gha__tooltip_open .styles-module__9t7Gha__comment_tooltip{opacity:1;visibility:visible}.styles-module__9t7Gha__first_time_tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:100;pointer-events:none;background:#1e293bf2;border-radius:6px;margin-bottom:6px;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:opacity .2s,visibility .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.styles-module__9t7Gha__first_time_tooltip:after{content:"";border:5px solid #0000;border-top-color:#1e293bf2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.styles-module__9t7Gha__first_time_wrapper:hover .styles-module__9t7Gha__first_time_tooltip,.styles-module__9t7Gha__tooltip_open .styles-module__9t7Gha__first_time_tooltip{opacity:1;visibility:visible}.styles-module__9t7Gha__dietary_icons{align-items:center;gap:4px;margin-left:4px;display:flex}.styles-module__9t7Gha__dietary_icon_wrapper{cursor:pointer;align-items:center;display:flex;position:relative}.styles-module__9t7Gha__dietary_tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:100;pointer-events:none;background:#1e293bf2;border-radius:4px;margin-bottom:4px;padding:.375rem .5rem;font-size:.6875rem;font-weight:500;transition:opacity .2s,visibility .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.styles-module__9t7Gha__dietary_tooltip:after{content:"";border:4px solid #0000;border-top-color:#1e293bf2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.styles-module__9t7Gha__dietary_icon_wrapper:hover .styles-module__9t7Gha__dietary_tooltip,.styles-module__9t7Gha__tooltip_open .styles-module__9t7Gha__dietary_tooltip{opacity:1;visibility:visible}
.styles-module__dJCNmG__drop_area{text-align:center;background-color:#fafafa;border:2px dashed #ccc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;min-height:300px;margin-top:5px;margin-bottom:20px;padding:20px;transition:border-color .3s,background-color .3s;display:flex;position:relative}.styles-module__dJCNmG__dragging{border-color:var(--primary-color);background-color:#0ea5e91a}.styles-module__dJCNmG__drop_area p{color:#444;margin:5px 0}.styles-module__dJCNmG__upload_icon{margin-bottom:10px;font-size:48px}.styles-module__dJCNmG__upload_text{font-size:18px;font-weight:500}.styles-module__dJCNmG__upload_subtext{color:#777;font-size:14px}.styles-module__dJCNmG__drag_text{color:var(--primary-color);font-size:18px;font-weight:700}.styles-module__dJCNmG__file_input{display:none}.styles-module__dJCNmG__image_container{flex-direction:column;justify-content:center;align-items:center;display:flex}.styles-module__dJCNmG__preview_circle{border:2px solid var(--primary-color);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;margin-bottom:12px;display:flex;overflow:hidden}.styles-module__dJCNmG__preview_image{object-fit:cover;width:100%;height:100%}.styles-module__dJCNmG__circle_message{color:#666;text-align:center;max-width:250px;margin-top:8px;font-size:12px}.styles-module__dJCNmG__browse_button,.styles-module__dJCNmG__remove_button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;transition:background-color .3s;display:inline-flex}.styles-module__dJCNmG__browse_button:hover{background-color:#2563eb}.styles-module__dJCNmG__remove_button{background-color:#ef4444}.styles-module__dJCNmG__remove_button:hover{background-color:#dc2626}.styles-module__dJCNmG__button_row{gap:12px;margin-top:15px;display:flex}@media (max-width:500px){.styles-module__dJCNmG__drop_area{padding:15px}.styles-module__dJCNmG__preview_circle{width:200px;height:200px}.styles-module__dJCNmG__browse_button,.styles-module__dJCNmG__remove_button{padding:8px 12px;font-size:12px}}
.styles-module__9AABzG__skeleton{background:linear-gradient(90deg,#e2e8f0d9 0%,#f1f5f9f2 35%,#e2e8f0d9 70%) 0 0/220% 100%;animation:1.25s ease-in-out infinite styles-module__9AABzG__shimmer;display:block}@keyframes styles-module__9AABzG__shimmer{0%{background-position:0 0}to{background-position:100% 0}}
.styles-module__7n7wja__container{background:#f7f8fb;grid-template-rows:auto 1fr auto;height:100%;min-height:100%;max-height:90vh;display:grid;overflow:hidden}.styles-module__7n7wja__header{background:#fff;border-bottom:1px solid #94a3b82e;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.1rem;display:flex}.styles-module__7n7wja__title{letter-spacing:-.01em;color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.styles-module__7n7wja__headerMeta{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.styles-module__7n7wja__metaChip,.styles-module__7n7wja__statusChip,.styles-module__7n7wja__capacityChip{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.32rem .7rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.styles-module__7n7wja__metaChip{color:#475569;background:#fff;border:1px solid #dbe3ef}.styles-module__7n7wja__customerChip{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.styles-module__7n7wja__statusChip{text-transform:capitalize}.styles-module__7n7wja__pending{color:#c2410c;background:#fff7ed;border:1px solid #fdba74}.styles-module__7n7wja__confirmed{color:#15803d;background:#ecfdf5;border:1px solid #86efac}.styles-module__7n7wja__cancelled{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5}.styles-module__7n7wja__content{flex-direction:column;flex:1;gap:.6rem;min-height:0;padding:.85rem 1.1rem;display:flex;overflow-y:auto}.styles-module__7n7wja__topCardsRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;display:grid}.styles-module__7n7wja__card{background:#fff;border:1px solid #e6ebf2;border-radius:12px;flex-direction:column;gap:.6rem;min-width:0;padding:.8rem .95rem;display:flex;box-shadow:0 1px 2px #0f172a0a}:is(.styles-module__7n7wja__card .input_label_container.outlined,.styles-module__7n7wja__card .dropdown_label_container.outlined){margin-top:0}:is(.styles-module__7n7wja__card .input_label_container.outlined .input_container,.styles-module__7n7wja__card .dropdown_container){border-radius:10px;min-height:42px}.styles-module__7n7wja__card .input_label_container.outlined .input{min-height:42px;padding:0 12px;font-size:.9rem}.styles-module__7n7wja__card .dropdown_container{padding-top:0;padding-bottom:0;font-size:.9rem}.styles-module__7n7wja__sectionTitle{letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin:0;font-size:.78rem;font-weight:700}.styles-module__7n7wja__bookingFields,.styles-module__7n7wja__customerFields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.styles-module__7n7wja__phoneInputWrap{width:100%}.styles-module__7n7wja__phoneInputWrap .react-international-phone-input-container{background:0 0;width:100%;min-height:42px;border:none!important}.styles-module__7n7wja__phoneInputWrap .react-international-phone-country-selector-button{background:0 0;border:none;padding-left:.6rem;padding-right:.4rem;font-family:inherit!important;font-size:14px!important;font-weight:400!important}.styles-module__7n7wja__phoneInputWrap .react-international-phone-input{background:0 0;min-height:42px;padding-right:.7rem;color:#1f2937!important;border:none!important;width:100%!important;font-family:inherit!important;font-size:14px!important;font-weight:400!important}.styles-module__7n7wja__phoneInputWrap .react-international-phone-input:focus{outline:none}.styles-module__7n7wja__guestsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.styles-module__7n7wja__guestCounters{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.styles-module__7n7wja__guestControl{align-items:center;gap:.65rem;display:flex}.styles-module__7n7wja__guestLabel{color:#475569;font-size:.82rem;font-weight:600}.styles-module__7n7wja__counter{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.25rem;padding:2px;display:inline-flex}.styles-module__7n7wja__counterButton{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;padding:0;font-size:1rem;font-weight:600;line-height:1;transition:background .12s;display:inline-flex}.styles-module__7n7wja__counterButton:hover{background:#eef2ff}.styles-module__7n7wja__counterButton:disabled{opacity:.4;cursor:not-allowed}.styles-module__7n7wja__counterInput{text-align:center;color:#0f172a;background:0 0;border:none;width:2.4rem;height:1.85rem;padding:0;font-size:.9rem;font-weight:600}.styles-module__7n7wja__counterInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module__7n7wja__counterInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.styles-module__7n7wja__counterInput:focus{outline:none}.styles-module__7n7wja__guestTotal{background:#eef4ff;border:1px solid #d8e3fb;border-radius:10px;align-items:baseline;gap:.4rem;padding:.35rem .7rem;display:inline-flex}.styles-module__7n7wja__guestTotalLabel{color:#1e3a8a;font-size:.75rem;font-weight:600}.styles-module__7n7wja__guestTotalValue{color:#1d4ed8;font-size:1rem;font-weight:700}.styles-module__7n7wja__tablesCard{gap:.75rem}.styles-module__7n7wja__tablesHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.styles-module__7n7wja__tablesTitleGroup{flex-wrap:wrap;align-items:baseline;gap:.7rem;display:flex}.styles-module__7n7wja__tablesHint{color:#94a3b8;font-size:.75rem;font-weight:500}.styles-module__7n7wja__capacityChip{border:1px solid #0000}.styles-module__7n7wja__capacityChipNeutral{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.styles-module__7n7wja__capacityChipWarning{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.styles-module__7n7wja__capacityChipExtra{color:#854d0e;background:#fefce8;border-color:#fde68a}.styles-module__7n7wja__capacityChipSuccess{color:#15803d;background:#ecfdf5;border-color:#bbf7d0}.styles-module__7n7wja__tablesBody{min-height:100px}.styles-module__7n7wja__tableGrid{grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:.55rem;display:grid}.styles-module__7n7wja__tableButton{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;min-height:60px;padding:.5rem;transition:transform .12s,border-color .12s,box-shadow .12s,background .12s;display:flex;position:relative}.styles-module__7n7wja__tableButton:hover{border-color:#cbd5e1;box-shadow:0 4px 10px #0f172a0f}.styles-module__7n7wja__tableButton:active{transition-duration:60ms;transform:scale(.97)}.styles-module__7n7wja__selectedTable{background:#eff6ff;border-color:#93c5fd;box-shadow:inset 0 0 0 1px #93c5fd}.styles-module__7n7wja__selectedTable:hover{border-color:#60a5fa;box-shadow:inset 0 0 0 1px #60a5fa,0 4px 10px #2563eb1f}.styles-module__7n7wja__circleTable{border-radius:999px}.styles-module__7n7wja__selectedBadge{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#2563eb24;border-radius:999px;justify-content:center;align-items:center;padding:.1rem .35rem;font-size:.55rem;font-weight:700;display:inline-flex}.styles-module__7n7wja__tableNumber{font-size:.95rem;font-weight:700;line-height:1}.styles-module__7n7wja__tableSeats{color:#64748b;font-size:.62rem;line-height:1}.styles-module__7n7wja__tableSeatsVisual{opacity:.85;justify-content:flex-start;align-items:center;width:100%;margin-top:auto;display:flex}.styles-module__7n7wja__tableCardSkeleton{background:#fff;border:1px solid #e6ebf2;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.3rem;width:100%;min-height:60px;padding:.5rem;display:flex;position:relative}.styles-module__7n7wja__phoneInputSkeleton{align-items:center;gap:.55rem;width:100%;min-height:42px;padding:0 .7rem;display:flex}.styles-module__7n7wja__fieldSkeleton{flex-direction:column;gap:6px;width:100%;display:flex}.styles-module__7n7wja__helperState,.styles-module__7n7wja__emptyState{text-align:center;color:#94a3b8;justify-content:center;align-items:center;min-height:110px;font-size:.85rem;display:flex}.styles-module__7n7wja__emptyState{color:#b45309}.styles-module__7n7wja__footer{background:#fff;border-top:1px solid #94a3b82e;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.1rem;display:flex}.styles-module__7n7wja__footerActionsLeft,.styles-module__7n7wja__footerActionsRight{flex-wrap:wrap;gap:.55rem;display:flex}.styles-module__7n7wja__footerActionsLeft{justify-content:flex-start}.styles-module__7n7wja__footerActionsRight{justify-content:flex-end}.styles-module__7n7wja__primaryAction{min-width:160px}.styles-module__7n7wja__btnSuccess{color:#fff!important;background-color:#15803d!important}.styles-module__7n7wja__btnSuccess:hover{background-color:#166534!important}.styles-module__7n7wja__btnWarning{color:#fff!important;background-color:#d97706!important}.styles-module__7n7wja__btnWarning:hover{background-color:#b45309!important}.styles-module__7n7wja__btnDanger{color:#fff!important;background-color:#dc2626!important}.styles-module__7n7wja__btnDanger:hover{background-color:#b91c1c!important}.styles-module__7n7wja__btnGhost{color:#475569!important;background-color:#0000!important;border:1px solid #cbd5e1!important}.styles-module__7n7wja__btnGhost:hover{color:#0f172a!important;background-color:#f1f5f9!important}@media (max-width:1100px){.styles-module__7n7wja__topCardsRow{grid-template-columns:1fr}}@media (max-width:820px){.styles-module__7n7wja__header,.styles-module__7n7wja__content,.styles-module__7n7wja__footer{padding-left:.95rem;padding-right:.95rem}.styles-module__7n7wja__content{gap:.55rem}.styles-module__7n7wja__footer{flex-direction:column;align-items:stretch}.styles-module__7n7wja__footerActionsLeft,.styles-module__7n7wja__footerActionsRight{justify-content:stretch;width:100%}.styles-module__7n7wja__footerActionsLeft>*,.styles-module__7n7wja__footerActionsRight>*{flex:1}.styles-module__7n7wja__tableGrid{grid-template-columns:repeat(auto-fill,minmax(78px,1fr))}}@media (max-width:640px){.styles-module__7n7wja__header{flex-direction:column;align-items:flex-start}.styles-module__7n7wja__headerMeta{justify-content:flex-start}.styles-module__7n7wja__bookingFields,.styles-module__7n7wja__customerFields{grid-template-columns:1fr}.styles-module__7n7wja__guestsRow{flex-direction:column;align-items:flex-start}.styles-module__7n7wja__guestCounters{justify-content:space-between;width:100%}.styles-module__7n7wja__tableGrid{grid-template-columns:repeat(auto-fill,minmax(64px,1fr))}.styles-module__7n7wja__tableButton{min-height:54px}.styles-module__7n7wja__primaryAction{min-width:0}}
.styles-module__-7IVyq__container{flex-direction:column;gap:1rem;width:100%;display:flex}.styles-module__-7IVyq__drop_area{text-align:center;background-color:#fafafa;border:2px dashed #ccc;border-radius:12px;width:100%;padding:1.25rem;transition:border-color .3s,background-color .3s}.styles-module__-7IVyq__dragging{border-color:var(--primary-color);background-color:#0ea5e91a}.styles-module__-7IVyq__upload_text{color:#444;margin:0 0 .35rem;font-size:15px;font-weight:500}.styles-module__-7IVyq__upload_subtext{color:#777;margin:0 0 .85rem;font-size:12px}.styles-module__-7IVyq__upload_subtext code{background:#eef2ff;border-radius:4px;padding:1px 5px;font-size:11px}.styles-module__-7IVyq__file_input{display:none}.styles-module__-7IVyq__browse_button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;transition:background-color .3s;display:inline-flex}.styles-module__-7IVyq__browse_button:hover{background-color:#2563eb}.styles-module__-7IVyq__empty_text{color:#777;text-align:center;margin:0;padding:.5rem 0;font-size:13px}.styles-module__-7IVyq__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.styles-module__-7IVyq__card{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.styles-module__-7IVyq__thumb_wrap{aspect-ratio:1;background:#f3f4f6;width:100%;position:relative}.styles-module__-7IVyq__thumb{object-fit:cover;width:100%;height:100%;display:block}.styles-module__-7IVyq__busy_overlay{color:#334155;background:#ffffffb3;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;position:absolute;inset:0}.styles-module__-7IVyq__card_name{color:#444;text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:6px 8px 0;font-size:11px;overflow:hidden}.styles-module__-7IVyq__card_actions{gap:4px;padding:6px;display:flex}.styles-module__-7IVyq__replace_button,.styles-module__-7IVyq__delete_button{cursor:pointer;color:#fff;border:none;border-radius:5px;flex:1;padding:5px 6px;font-size:11px;transition:background-color .2s}.styles-module__-7IVyq__replace_button{background-color:var(--primary-color)}.styles-module__-7IVyq__replace_button:hover:not(:disabled){background-color:#2563eb}.styles-module__-7IVyq__delete_button{background-color:#ef4444}.styles-module__-7IVyq__delete_button:hover:not(:disabled){background-color:#dc2626}.styles-module__-7IVyq__replace_button:disabled,.styles-module__-7IVyq__delete_button:disabled{opacity:.55;cursor:not-allowed}
.react-flow__node-table{box-shadow:none;background:0 0;border:none;padding:0}.react-flow__node-table.selected{box-shadow:none}.styles-module__c6MRCW__table_container{color:#111827;border-radius:var(--radius-lg);letter-spacing:.02em;cursor:move;background:#fff;border:1px solid #0000001f;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 14px 26px #00000047,0 6px 10px #0000002e,inset 0 1px #ffffff8c}.styles-module__c6MRCW__table_container:hover{border-color:#0000002e;transform:scale(1.02);box-shadow:0 18px 34px #00000052,0 8px 14px #0003,inset 0 1px #ffffff8c,inset 0 2px 6px #ffffff29,inset 0 -6px 12px #0000002e}.styles-module__c6MRCW__circle{border-radius:50%}.styles-module__c6MRCW__joinable{box-shadow:0 14px 26px #00000047,0 6px 10px #0000002e,inset 0 2px 6px #ffffff1f,inset 0 -6px 12px #0000002e,0 0 0 2px #ef4444e6}.styles-module__c6MRCW__joinable:hover{box-shadow:0 18px 34px #00000052,0 8px 14px #0003,inset 0 2px 6px #ffffff29,inset 0 -6px 12px #0000002e,0 0 0 2px #ef4444}.styles-module__c6MRCW__rotation_widget{border:1px solid var(--primary-color);width:24px;height:24px;color:var(--primary-color);cursor:grab;touch-action:none;z-index:100;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:-32px;left:50%;transform:translate(-50%);box-shadow:0 2px 6px #0000001a}.styles-module__c6MRCW__rotation_widget:hover{background:var(--primary-color);color:#fff;transform:translate(-50%)scale(1.1);box-shadow:0 4px 12px #2563eb40}.styles-module__c6MRCW__rotation_widget:active{cursor:grabbing;transform:translate(-50%)scale(.95)}
.styles-module__1T8I9q__booking_page_title_container{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px;margin-right:0;padding-right:2em;display:flex}@media (max-width:770px){.styles-module__1T8I9q__booking_page_title_container{flex-direction:column;gap:0;padding-bottom:30px}}
.styles-module__SlCPhG__title_row_widgets{align-items:center;gap:.75rem;display:flex}.styles-module__SlCPhG__date_input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-color);color:var(--text-primary-color);cursor:pointer;padding:.375rem .625rem;font-size:.875rem;font-weight:600}.styles-module__SlCPhG__date_input:focus{border-color:var(--primary-color);outline:none}.styles-module__SlCPhG__loading_indicator{color:var(--text-secondary-color);font-size:.75rem;font-weight:500}.styles-module__SlCPhG__mini_stat{border-radius:var(--radius-md);border:1px solid var(--border-color);color:var(--text-secondary-color);background:#fff;align-items:center;gap:.375rem;padding:.375rem .625rem;display:flex}.styles-module__SlCPhG__mini_stat svg{color:var(--primary-color);flex-shrink:0}.styles-module__SlCPhG__mini_stat_value{color:var(--text-primary-color);font-size:.875rem;font-weight:700}.styles-module__SlCPhG__mini_stat_label{color:var(--text-secondary-color);font-size:.7rem;font-weight:500}.styles-module__SlCPhG__mini_stat_green{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-color:#86efac}.styles-module__SlCPhG__mini_stat_green svg{color:#16a34a}.styles-module__SlCPhG__mini_stat_green .styles-module__SlCPhG__mini_stat_value{color:#15803d}.styles-module__SlCPhG__mini_stat_orange{background:linear-gradient(135deg,#ffedd5,#fed7aa);border-color:#fdba74}.styles-module__SlCPhG__mini_stat_orange svg{color:#ea580c}.styles-module__SlCPhG__mini_stat_orange .styles-module__SlCPhG__mini_stat_value{color:#c2410c}@media (max-width:1100px){.styles-module__SlCPhG__title_row_widgets{gap:.5rem}.styles-module__SlCPhG__mini_stat{padding:.25rem .5rem}.styles-module__SlCPhG__mini_stat_label{display:none}}@media (max-width:700px){.styles-module__SlCPhG__title_row_widgets{display:none}}
.styles-module__8-gZjG__widget{border:1px solid var(--border-color);border-radius:var(--radius-xl);background:var(--surface-color);box-shadow:var(--shadow-sm);margin-top:1rem;padding:1.25rem}.styles-module__8-gZjG__header{margin-bottom:1rem}.styles-module__8-gZjG__title{font-size:.95rem;font-weight:800}.styles-module__8-gZjG__subtitle{color:var(--text-secondary-color);margin-top:.5rem;font-size:.85rem;line-height:1.4}.styles-module__8-gZjG__form{flex-direction:column;gap:1rem;display:flex}.styles-module__8-gZjG__pin_field{flex-direction:column;gap:.5rem;display:flex}.styles-module__8-gZjG__label{color:var(--text-color);font-size:.85rem;font-weight:600}.styles-module__8-gZjG__pin_container{gap:.5rem;display:flex}.styles-module__8-gZjG__pin_input{border:2px solid var(--border-color);text-align:center;width:44px;height:48px;color:var(--text-color);background:var(--surface-color);border-radius:8px;font-size:1.25rem;font-weight:600;transition:all .15s}.styles-module__8-gZjG__pin_input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #2563eb1a}.styles-module__8-gZjG__pin_input.styles-module__8-gZjG__filled{border-color:var(--primary-color)}.styles-module__8-gZjG__pin_input:disabled{opacity:.6;cursor:not-allowed}.styles-module__8-gZjG__error_message{color:#ef4444;margin:0;font-size:.8rem;font-weight:500}.styles-module__8-gZjG__actions{gap:.75rem;margin-top:.5rem;display:flex}.styles-module__8-gZjG__clear_button,.styles-module__8-gZjG__submit_button{cursor:pointer;border-radius:8px;max-width:200px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .15s}.styles-module__8-gZjG__clear_button{background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-secondary-color)}.styles-module__8-gZjG__clear_button:hover:not(:disabled){background:var(--background-color);border-color:var(--border-color)}.styles-module__8-gZjG__clear_button:disabled{opacity:.5;cursor:not-allowed}.styles-module__8-gZjG__submit_button{background:var(--primary-color);color:#fff;border:none;flex:1}.styles-module__8-gZjG__submit_button:hover:not(:disabled){opacity:.9}.styles-module__8-gZjG__submit_button:disabled{cursor:not-allowed;background:#94a3b8}@media (max-width:480px){.styles-module__8-gZjG__pin_input{width:40px;height:44px;font-size:1.1rem}.styles-module__8-gZjG__pin_container{gap:.4rem}}
.styles-module__oNjrSa__container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.styles-module__oNjrSa__card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 24px #00000014}.styles-module__oNjrSa__title{color:#1e293b;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.styles-module__oNjrSa__subtitle{color:#64748b;margin:0 0 2rem;font-size:.925rem}.styles-module__oNjrSa__pin_field{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;display:flex}.styles-module__oNjrSa__label{color:#334155;text-align:left;font-size:.825rem;font-weight:700}.styles-module__oNjrSa__pin_container{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.styles-module__oNjrSa__pin_input{text-align:center;color:#1e293b;caret-color:#2563eb;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;width:56px;height:64px;font-size:1.75rem;font-weight:600;transition:all .15s}.styles-module__oNjrSa__pin_input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1a}.styles-module__oNjrSa__pin_input.styles-module__oNjrSa__filled{background:#fff;border-color:#2563eb}.styles-module__oNjrSa__pin_input.styles-module__oNjrSa__error{background:#fef2f2;border-color:#ef4444}.styles-module__oNjrSa__pin_input.styles-module__oNjrSa__error:focus{box-shadow:0 0 0 4px #ef44441a}.styles-module__oNjrSa__pin_input:disabled{opacity:.6;cursor:not-allowed}.styles-module__oNjrSa__error_message{color:#ef4444;margin:0 0 1rem;font-size:.875rem;font-weight:500}.styles-module__oNjrSa__actions{justify-content:center;gap:.75rem;display:flex}.styles-module__oNjrSa__clear_button,.styles-module__oNjrSa__cancel_button{cursor:pointer;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .15s}.styles-module__oNjrSa__clear_button{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.styles-module__oNjrSa__clear_button:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1}.styles-module__oNjrSa__cancel_button{color:#64748b;background:0 0;border:1px solid #e2e8f0}.styles-module__oNjrSa__cancel_button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.styles-module__oNjrSa__clear_button:disabled,.styles-module__oNjrSa__cancel_button:disabled{opacity:.5;cursor:not-allowed}.styles-module__oNjrSa__submit_button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;margin-bottom:1rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .15s}.styles-module__oNjrSa__submit_button:hover:not(:disabled){background:#1d4ed8}.styles-module__oNjrSa__submit_button:disabled{cursor:not-allowed;background:#94a3b8}@media (max-width:480px){.styles-module__oNjrSa__card{padding:1.5rem}.styles-module__oNjrSa__pin_input{width:48px;height:56px;font-size:1.5rem}.styles-module__oNjrSa__pin_container{gap:.5rem}}
.styles-module__J1nLla__current_time_indicator{z-index:10;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:0;bottom:0}.styles-module__J1nLla__current_time_dot{background:var(--primary-color,#3b82f6);border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 4px #3b82f680}.styles-module__J1nLla__current_time_line{background:var(--primary-color,#3b82f6);opacity:.7;flex:1;width:2px}
.styles-module__T7O1fq__wizard{flex-direction:column;gap:1.1rem;width:min(640px,100%);display:flex}.styles-module__T7O1fq__headlineBlock{flex-direction:column;gap:.45rem;display:flex}.styles-module__T7O1fq__headlineTop{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.styles-module__T7O1fq__badge{color:#1d4ed8;letter-spacing:.03em;text-transform:uppercase;background:#2563eb14;border:1px solid #2563eb59;border-radius:999px;align-self:flex-start;padding:.24rem .64rem;font-size:.74rem;font-weight:800}.styles-module__T7O1fq__backLink{cursor:pointer;color:var(--primary-color);background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.styles-module__T7O1fq__backLink:hover:not(:disabled){color:#1d4ed8;background:#2563eb14}.styles-module__T7O1fq__backLink:disabled{opacity:.6;cursor:not-allowed}.styles-module__T7O1fq__title{color:var(--text-primary-color);letter-spacing:-.02em;margin:0;font-size:clamp(1.45rem,2.4vw,1.85rem);font-weight:850}.styles-module__T7O1fq__subtitle{color:var(--text-secondary-color);margin:0;font-size:.92rem;line-height:1.45}.styles-module__T7O1fq__signedInAs{color:var(--text-secondary-color);margin:.25rem 0 0;font-size:.82rem}.styles-module__T7O1fq__signedInAs strong{color:var(--text-primary-color)}.styles-module__T7O1fq__stepper{counter-reset:step;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.styles-module__T7O1fq__step{flex:1;align-items:center;gap:.55rem;min-width:0;display:flex;position:relative}.styles-module__T7O1fq__stepDot{border:1.5px solid var(--border-color);background:var(--surface-color);width:1.7rem;height:1.7rem;color:var(--text-secondary-color);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:800;transition:all .2s;display:inline-flex}.styles-module__T7O1fq__stepText{flex-direction:column;min-width:0;line-height:1.15;display:flex}.styles-module__T7O1fq__stepTitle{color:var(--text-secondary-color);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.styles-module__T7O1fq__stepHint{color:var(--text-secondary-color);opacity:.7;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.styles-module__T7O1fq__active .styles-module__T7O1fq__stepDot{border-color:var(--primary-color);background:var(--primary-color);color:#fff;box-shadow:0 0 0 4px #2563eb1f}.styles-module__T7O1fq__active .styles-module__T7O1fq__stepTitle{color:var(--text-primary-color)}.styles-module__T7O1fq__done .styles-module__T7O1fq__stepDot{color:#fff;background:#16a34a;border-color:#16a34a}.styles-module__T7O1fq__done .styles-module__T7O1fq__stepTitle{color:var(--text-primary-color)}@media (max-width:640px){.styles-module__T7O1fq__stepText{display:none}.styles-module__T7O1fq__step{flex:none;justify-content:center}.styles-module__T7O1fq__stepper{justify-content:space-between}}.styles-module__T7O1fq__card{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:16px;padding:1.25rem}.styles-module__T7O1fq__stepBody{flex-direction:column;gap:1.1rem;display:flex}.styles-module__T7O1fq__stepHeader{flex-direction:column;gap:.25rem;display:flex}.styles-module__T7O1fq__stepHeading{color:var(--text-primary-color);margin:0;font-size:1.1rem;font-weight:800}.styles-module__T7O1fq__stepSub{color:var(--text-secondary-color);margin:0;font-size:.85rem;line-height:1.45}.styles-module__T7O1fq__stepSub code{background:#0f172a0f;border-radius:5px;padding:.05rem .3rem;font-size:.8rem}.styles-module__T7O1fq__stepNote{color:var(--text-secondary-color);border:1px solid var(--border-color);background:#f1f5f9;border-radius:10px;margin:0;padding:.55rem .7rem;font-size:.8rem;line-height:1.4}.styles-module__T7O1fq__fieldStack{flex-direction:column;gap:.85rem;display:flex}.styles-module__T7O1fq__fieldRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.styles-module__T7O1fq__field{flex-direction:column;gap:.35rem;display:flex}.styles-module__T7O1fq__fieldLabel{color:var(--text-primary-color);font-size:.85rem;font-weight:700}.styles-module__T7O1fq__textarea{resize:vertical;border:1px solid var(--border-color);width:100%;min-height:92px;color:var(--text-primary-color);background:#fff;border-radius:12px;padding:.7rem .8rem;font-family:inherit;font-size:.92rem;line-height:1.5}.styles-module__T7O1fq__textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #2563eb1f}.styles-module__T7O1fq__charCount{color:var(--text-secondary-color);align-self:flex-end;font-size:.72rem}@media (max-width:540px){.styles-module__T7O1fq__fieldRow{grid-template-columns:1fr}}.styles-module__T7O1fq__prefGroup{border:1px solid var(--border-color);background:var(--surface-color);border-radius:12px;flex-direction:column;gap:.6rem;padding:.9rem;display:flex}.styles-module__T7O1fq__prefGroupTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary-color);font-size:.82rem;font-weight:800}.styles-module__T7O1fq__checkboxGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem;display:grid}.styles-module__T7O1fq__summary{border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:0;margin:0;display:flex;overflow:hidden}.styles-module__T7O1fq__summaryRow{border-bottom:1px solid var(--border-color);grid-template-columns:140px 1fr;gap:1rem;padding:.7rem .9rem;display:grid}.styles-module__T7O1fq__summaryRow:last-child{border-bottom:none}.styles-module__T7O1fq__summaryRow dt{color:var(--text-secondary-color);margin:0;font-size:.8rem;font-weight:700}.styles-module__T7O1fq__summaryRow dd{color:var(--text-primary-color);word-break:break-word;margin:0;font-size:.88rem}.styles-module__T7O1fq__publishNote{color:var(--text-secondary-color);background:#f8fafc;border:1px dashed #94a3b88c;border-radius:10px;padding:.7rem .8rem;font-size:.82rem}@media (max-width:540px){.styles-module__T7O1fq__summaryRow{grid-template-columns:1fr;gap:.2rem}}.styles-module__T7O1fq__footer{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.styles-module__T7O1fq__footerLeft{display:flex}.styles-module__T7O1fq__footerRight{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}@media (max-width:540px){.styles-module__T7O1fq__footer{flex-direction:column-reverse;align-items:stretch}.styles-module__T7O1fq__footerRight{flex-direction:column}.styles-module__T7O1fq__footerRight>*{width:100%}}
.styles-module__pr-H7a__total_reviews_text{margin-bottom:1em;font-size:1.2rem;font-weight:500}.styles-module__pr-H7a__searchContainer{background-color:#f1f5f9;border:1px solid #d1d5db;border-radius:8px;align-items:center;width:280px;height:42px;padding:0 12px;transition:box-shadow .2s;display:flex}.styles-module__pr-H7a__searchContainer:focus-within{box-shadow:0 0 0 2px #3b82f680}.styles-module__pr-H7a__searchInput{color:#334155;background:0 0;border:none;flex:1;padding:8px;font-size:.95rem}.styles-module__pr-H7a__searchInput:focus{outline:none}.styles-module__pr-H7a__searchIcon{opacity:.6;width:18px;height:18px}.styles-module__pr-H7a__pagination_container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:1em;display:flex}.styles-module__pr-H7a__pagination_buttons_container{align-items:center;gap:10px;display:flex}.styles-module__pr-H7a__change_page_button{cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.styles-module__pr-H7a__change_page_button:hover{background-color:#e2e8f0}.styles-module__pr-H7a__page_number{color:#fff;background-color:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.styles-module__pr-H7a__reviews{border:2px solid var(--border-color);border-radius:var(--radius-xl);scrollbar-width:thin;scrollbar-color:var(--primary-light)var(--background-color);background:linear-gradient(#fafbfc,#fff);width:100%;height:75vh;padding:1.25rem;overflow-y:auto}.styles-module__pr-H7a__reviews::-webkit-scrollbar{width:8px}.styles-module__pr-H7a__reviews::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-color),var(--primary-hover));border-radius:var(--radius-md)}.styles-module__pr-H7a__reviews::-webkit-scrollbar-track{background:var(--background-color);border-radius:var(--radius-md)}.styles-module__pr-H7a__loading_state,.styles-module__pr-H7a__empty_state{height:200px;color:var(--text-secondary-color);border-radius:var(--radius-lg);border:2px dashed var(--border-color);background:linear-gradient(135deg,#f8fafc,#fff);justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.styles-module__pr-H7a__review_container{border-radius:var(--radius-xl);border:2px solid var(--border-color);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);flex-wrap:wrap;justify-content:space-between;gap:1.5rem;margin-bottom:1.25rem;padding:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000000f}.styles-module__pr-H7a__review_container:hover{border-color:var(--primary-light);transform:translateY(-4px);box-shadow:0 8px 20px #2563eb1f}.styles-module__pr-H7a__rating_container{flex-direction:column;flex:1;gap:1rem;min-width:300px;display:flex}.styles-module__pr-H7a__rating{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #fbbf24;width:fit-content;padding:.75rem;display:inline-flex}.styles-module__pr-H7a__review_text{color:var(--text-primary-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);background:linear-gradient(135deg,#f8fafc,#fff);padding:1rem;font-size:1rem;font-style:italic;font-weight:500;line-height:1.6;position:relative}.styles-module__pr-H7a__review_text:before{content:"\"";color:var(--primary-light);font-family:Georgia,serif;font-size:2rem;position:absolute;top:.25rem;left:.5rem}.styles-module__pr-H7a__name{color:var(--text-primary-color);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.styles-module__pr-H7a__name:before{content:"👤";font-size:1.125rem}.styles-module__pr-H7a__date_submitted{color:var(--text-secondary-color);border-radius:var(--radius-md);border:1px solid var(--border-color);background:linear-gradient(135deg,#f8fafc,#fff);align-items:center;gap:.375rem;width:fit-content;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:flex}.styles-module__pr-H7a__date_submitted:before{content:"📅"}.styles-module__pr-H7a__booking_container{border-radius:var(--radius-lg);border:2px solid var(--primary-light);background:linear-gradient(135deg,#eff6ff,#dbeafe);flex-direction:column;gap:.75rem;min-width:240px;padding:1.25rem;display:flex;box-shadow:0 2px 8px #2563eb14}.styles-module__pr-H7a__booking_container_title{color:var(--primary-color);border-bottom:2px solid var(--primary-light);margin-bottom:.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.styles-module__pr-H7a__booking_text{color:var(--text-primary-color);border-radius:var(--radius-sm);border:1px solid var(--border-color);background:#fff;align-items:center;gap:.5rem;padding:.375rem .625rem;font-size:.875rem;font-weight:600;display:flex}.styles-module__pr-H7a__booking_label{color:var(--text-secondary-color);min-width:100px;font-weight:500}.styles-module__pr-H7a__booking_value{color:var(--text-primary-color);font-weight:700}@media (max-width:768px){.styles-module__pr-H7a__review_container{flex-direction:column;gap:16px}.styles-module__pr-H7a__pagination_container{flex-direction:column;align-items:flex-start}.styles-module__pr-H7a__pagination_buttons_container{align-self:flex-end}.styles-module__pr-H7a__searchContainer{width:100%}}
.styles-module__ot_dDG__root{flex-direction:column;gap:1.25rem;width:100%;max-width:none;margin:0;padding-bottom:3rem;display:flex}.styles-module__ot_dDG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.styles-module__ot_dDG__headerText{flex-direction:column;gap:.35rem;display:flex}.styles-module__ot_dDG__kicker{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary-color);font-size:.8rem;font-weight:700}.styles-module__ot_dDG__title{letter-spacing:-.03em;color:var(--text-primary-color);font-size:2rem;font-weight:800;line-height:1.1}.styles-module__ot_dDG__subtitle{color:var(--text-secondary-color);font-size:.95rem;line-height:1.35}.styles-module__ot_dDG__cardsGrid{grid-template-columns:repeat(12,1fr);gap:.9rem;display:grid}.styles-module__ot_dDG__card{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;grid-column:span 4;min-width:0;padding:1rem;transition:box-shadow .16s,border-color .16s}.styles-module__ot_dDG__card:hover{box-shadow:var(--shadow-md);border-color:#02061729}.styles-module__ot_dDG__cardLabel{color:var(--text-secondary-color);letter-spacing:.01em;font-size:.85rem;font-weight:700}.styles-module__ot_dDG__cardValue{letter-spacing:-.02em;color:var(--text-primary-color);margin-top:.35rem;font-size:1.75rem;font-weight:800}.styles-module__ot_dDG__cardMeta{color:var(--text-secondary-color);margin-top:.35rem;font-size:.85rem}.styles-module__ot_dDG__twoCol{grid-template-columns:1.2fr 1fr;align-items:start;gap:1rem;display:grid}.styles-module__ot_dDG__panel{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex-direction:column;gap:.9rem;min-width:0;padding:1.1rem;display:flex}.styles-module__ot_dDG__panelHeader{flex-direction:column;gap:.2rem;display:flex}.styles-module__ot_dDG__panelTitle{color:var(--text-primary-color);letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.styles-module__ot_dDG__panelSubtitle{color:var(--text-secondary-color);font-size:.85rem}.styles-module__ot_dDG__chart{flex-direction:column;gap:.55rem;display:flex}.styles-module__ot_dDG__chartRow{grid-template-columns:96px minmax(0,1fr) 44px;align-items:center;gap:.65rem;display:grid}.styles-module__ot_dDG__chartDate{color:#475569;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:700}.styles-module__ot_dDG__chartBarTrack{background:#eef2f7;border:1px solid #94a3b859;border-radius:999px;height:10px;overflow:hidden}.styles-module__ot_dDG__stackBarTrack{background:#eef2f7;border:1px solid #94a3b859;border-radius:999px;height:10px;display:flex;overflow:hidden}.styles-module__ot_dDG__stackConfirmedFill{background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));height:100%}.styles-module__ot_dDG__stackCancelledFill{background:linear-gradient(90deg,#f97316,#ef4444);height:100%}.styles-module__ot_dDG__chartBarFill{background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));border-radius:999px;height:100%}.styles-module__ot_dDG__chartValue{color:#0f172a;text-align:right;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:800}.styles-module__ot_dDG__highlightsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.styles-module__ot_dDG__highlight{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #94a3b859;border-radius:12px;padding:.85rem .9rem}.styles-module__ot_dDG__highlightLabel{color:#64748b;font-size:.8rem;font-weight:800}.styles-module__ot_dDG__highlightValue{color:#0f172a;letter-spacing:-.02em;margin-top:.2rem;font-size:1.25rem;font-weight:900}.styles-module__ot_dDG__divider{background:#e2e8f0;width:100%;height:1px}.styles-module__ot_dDG__emptyState{color:var(--text-secondary-color);padding:.25rem 0;font-size:.9rem}.styles-module__ot_dDG__venueList{flex-direction:column;gap:.5rem;display:flex}.styles-module__ot_dDG__venueRow{background:#fff;border:1px solid #94a3b859;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .8rem;display:flex}.styles-module__ot_dDG__venueName{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:700;overflow:hidden}.styles-module__ot_dDG__venueCount{color:#0f172a;font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:900}.styles-module__ot_dDG__threeCol{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.styles-module__ot_dDG__miniChart{flex-direction:column;gap:.55rem;display:flex}.styles-module__ot_dDG__miniRow{grid-template-columns:68px minmax(0,1fr) 44px;align-items:center;gap:.65rem;display:grid}.styles-module__ot_dDG__miniLabel{color:#475569;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:800}.styles-module__ot_dDG__miniTrack{background:#eef2f7;border:1px solid #94a3b859;border-radius:999px;height:10px;overflow:hidden}.styles-module__ot_dDG__miniFill{background:linear-gradient(90deg,#2563ebf2,#3b82f6b3);border-radius:999px;height:100%}.styles-module__ot_dDG__miniValue{color:#0f172a;text-align:right;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:900}@media (max-width:980px){.styles-module__ot_dDG__twoCol,.styles-module__ot_dDG__threeCol{grid-template-columns:1fr}}@media (max-width:900px){.styles-module__ot_dDG__card{grid-column:span 6}}@media (max-width:540px){.styles-module__ot_dDG__card{grid-column:span 12}.styles-module__ot_dDG__chartRow{grid-template-columns:86px minmax(0,1fr) 40px}}
