.switch_root__wN_0i{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;cursor:pointer;align-items:center;border-radius:999px;border:2px solid transparent;background:hsl(var(--input));transition:background-color var(--transition-base)}.switch_root__wN_0i:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}.switch_root__wN_0i[data-state=checked]{background:hsl(var(--primary))}.switch_root__wN_0i:disabled{cursor:not-allowed;opacity:.5}.switch_thumb__4fS30{pointer-events:none;display:block;height:1.25rem;width:1.25rem;border-radius:999px;background:hsl(var(--background));box-shadow:var(--shadow-sm);transition:transform var(--transition-base)}.switch_root__wN_0i[data-state=checked] .switch_thumb__4fS30{transform:translateX(1.25rem)}.switch_root__wN_0i[data-state=unchecked] .switch_thumb__4fS30{transform:translateX(2px)}.sheet_root__Q40O4{position:fixed;inset:0;z-index:1200;pointer-events:none}.sheet_overlay__6iMmh{position:absolute;inset:0;background-color:hsl(var(--overlay)/.56);pointer-events:auto;animation:sheet_sheetOverlayIn__aNa7j .24s ease-out}.sheet_root__Q40O4[data-state=closed] .sheet_overlay__6iMmh{animation:sheet_sheetOverlayOut__8CcRr .2s ease-in forwards}.sheet_content___EfrC{position:fixed;background:hsl(var(--card));color:hsl(var(--card-foreground,var(--foreground)));box-shadow:var(--shadow-xl);border:1px solid hsl(var(--border));pointer-events:auto;display:flex;flex-direction:column;min-height:0;max-width:100vw;max-height:100vh;max-height:100dvh;outline:none;animation-duration:.28s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.sheet_contentRight__ebPao{top:0;right:0;width:min(560px,92vw);height:100vh;height:100dvh;border-left:1px solid hsl(var(--border));border-top-left-radius:calc(var(--radius) + 4px);border-bottom-left-radius:calc(var(--radius) + 4px);animation-name:sheet_sheetSlideInRight__nc5xY}.sheet_contentRight__ebPao[data-state=closed]{animation-name:sheet_sheetSlideOutRight__lArF2}.sheet_contentLeft__bgYGL{top:0;left:0;width:min(560px,92vw);height:100vh;height:100dvh;border-right:1px solid hsl(var(--border));border-top-right-radius:calc(var(--radius) + 4px);border-bottom-right-radius:calc(var(--radius) + 4px);animation-name:sheet_sheetSlideInLeft__zRD1L}.sheet_contentLeft__bgYGL[data-state=closed]{animation-name:sheet_sheetSlideOutLeft__v2mIo}.sheet_contentTop__mDkTx{top:0;left:0;width:100vw;max-height:min(88vh,760px);border-bottom:1px solid hsl(var(--border));border-bottom-left-radius:calc(var(--radius) + 4px);border-bottom-right-radius:calc(var(--radius) + 4px);animation-name:sheet_sheetSlideInTop__h0iXA}.sheet_contentTop__mDkTx[data-state=closed]{animation-name:sheet_sheetSlideOutTop__i_DEJ}.sheet_contentBottom__pQxxN{bottom:0;left:0;width:100vw;max-height:min(88vh,760px);border-top:1px solid hsl(var(--border));border-top-left-radius:calc(var(--radius) + 4px);border-top-right-radius:calc(var(--radius) + 4px);animation-name:sheet_sheetSlideInBottom__hthqv}.sheet_contentBottom__pQxxN[data-state=closed]{animation-name:sheet_sheetSlideOutBottom__6fy4S}.sheet_header__hjn98{position:relative;display:flex;flex-direction:column;gap:var(--spacing-xs);padding:var(--spacing-lg);padding-right:3.25rem;border-bottom:1px solid hsl(var(--border))}.sheet_title__Dgjii{margin:0;font-size:1.125rem;font-weight:600;line-height:1.25;color:hsl(var(--foreground))}.sheet_description__S4kg0{margin:0;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.45}.sheet_footer__ql8fi{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-lg);border-top:1px solid hsl(var(--border));background:hsl(var(--card))}.sheet_close__Vrl03{position:absolute;top:var(--spacing-md);right:var(--spacing-md)}@media (max-width:639px){.sheet_contentLeft__bgYGL,.sheet_contentRight__ebPao{width:100vw;border-radius:0}.sheet_contentBottom__pQxxN,.sheet_contentTop__mDkTx{max-height:100vh;max-height:100dvh;height:100vh;height:100dvh;border-radius:0}.sheet_header__hjn98{padding-top:var(--spacing-md);padding-right:calc(3rem + env(safe-area-inset-right, 0px))}.sheet_footer__ql8fi,.sheet_header__hjn98{padding-left:calc(var(--spacing-md) + env(safe-area-inset-left, 0px))}.sheet_footer__ql8fi{padding-right:calc(var(--spacing-md) + env(safe-area-inset-right, 0px));padding-bottom:calc(var(--spacing-md) + max(env(safe-area-inset-bottom, 0px), 12px))}.sheet_close__Vrl03{top:var(--spacing-md);right:calc(var(--spacing-md) + env(safe-area-inset-right, 0px))}}@media (prefers-reduced-motion:reduce){.sheet_content___EfrC,.sheet_overlay__6iMmh{animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes sheet_sheetOverlayIn__aNa7j{0%{opacity:0}to{opacity:1}}@keyframes sheet_sheetOverlayOut__8CcRr{0%{opacity:1}to{opacity:0}}@keyframes sheet_sheetSlideInRight__nc5xY{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes sheet_sheetSlideOutRight__lArF2{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes sheet_sheetSlideInLeft__zRD1L{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes sheet_sheetSlideOutLeft__v2mIo{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes sheet_sheetSlideInTop__h0iXA{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes sheet_sheetSlideOutTop__i_DEJ{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes sheet_sheetSlideInBottom__hthqv{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheet_sheetSlideOutBottom__6fy4S{0%{transform:translateY(0)}to{transform:translateY(100%)}}.filter-menu_root__kwzDx{position:relative;display:inline-flex;min-width:0}.filter-menu_trigger__kbT3G{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.5rem .875rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--input));color:hsl(var(--foreground));font-size:.875rem;font-weight:500;cursor:pointer;overflow:visible;transition:border-color var(--transition-base),background-color var(--transition-base),box-shadow var(--transition-base);white-space:nowrap}.filter-menu_trigger__kbT3G:hover:not(:disabled){border-color:hsl(var(--ring));background:hsl(var(--muted)/.5)}.filter-menu_trigger__kbT3G:focus-visible{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.2)}.filter-menu_trigger__kbT3G:disabled{opacity:.5;cursor:not-allowed}.filter-menu_triggerActive__w0ZUc{border-color:hsl(var(--primary)/.45);background:hsl(var(--primary)/.08);color:hsl(var(--foreground))}.filter-menu_triggerIconWrap__LGF8Z{position:relative;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center}.filter-menu_triggerIcon__iDZls{width:1rem;height:1rem;flex-shrink:0;opacity:.85}.filter-menu_triggerLabel__IPCcr{line-height:1.2}.filter-menu_triggerBadge__AlxSM{position:absolute;top:-.35rem;right:-.4rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;height:1rem;padding:0 .2rem;border-radius:999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.625rem;font-weight:700;line-height:1;pointer-events:none;box-shadow:0 0 0 1.5px hsl(var(--input))}.filter-menu_triggerActive__w0ZUc .filter-menu_triggerBadge__AlxSM{box-shadow:0 0 0 1.5px hsl(var(--primary)/.08)}.filter-menu_panel__TTAJl{display:flex;flex-direction:column;width:min(24rem,calc(100vw - 1.5rem));max-height:min(32rem,calc(100vh - 5rem));max-height:min(32rem,calc(100dvh - 5rem));padding:0;overflow:hidden}.filter-menu_visuallyHidden__K9lGs{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.filter-menu_panelBody__BvrzM{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:.75rem 1rem;display:flex;flex-direction:column;gap:1rem;-webkit-overflow-scrolling:touch}.filter-menu_panelBody__BvrzM>*{flex-shrink:0;min-width:0}.filter-menu_panelFooter__53oXP{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.375rem;padding:.5rem .75rem;border-top:1px solid hsl(var(--border));background:hsl(var(--popover))}.filter-menu_panelFooterActions__npk4r{display:flex;align-items:center;gap:.375rem;margin-left:auto}.filter-menu_footerButton__xLYHv{min-height:2rem;padding-inline:.625rem;font-size:.8125rem;white-space:nowrap}.filter-menu_section__amDEG{display:flex;flex-direction:column;gap:.625rem;min-width:0}.filter-menu_section__amDEG+.filter-menu_section__amDEG{padding-top:.25rem}.filter-menu_sectionHeader__dUQL1{display:flex;flex-direction:column;gap:.125rem}.filter-menu_sectionTitle__RFW_q{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.filter-menu_sectionDescription__ZzXkb{margin:0;font-size:.75rem;line-height:1.35;color:hsl(var(--muted-foreground))}.filter-menu_sectionBody__CbQF4{display:flex;flex-direction:column;gap:.75rem;min-width:0}.filter-menu_field__lZlPU{display:flex;flex-direction:column;gap:.375rem;min-width:0}.filter-menu_fieldLabel__dCJdd{font-size:.8125rem;font-weight:500;line-height:1.3;color:hsl(var(--foreground))}.filter-menu_fieldHint__U5uDO{margin:0;font-size:.75rem;line-height:1.35;color:hsl(var(--muted-foreground))}.filter-menu_fieldControl__lu6xK{min-width:0}.filter-menu_fieldControl__lu6xK>*{width:100%;max-width:100%}.filter-menu_sheetCloseBar__gbPDj{flex-shrink:0;display:flex;justify-content:flex-end;padding:var(--spacing-sm) var(--spacing-md) 0}.filter-menu_sheetCloseButton__z0W2r{position:static;top:auto;right:auto}.filter-menu_sheetBody__iSvhr{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:var(--spacing-md) var(--spacing-lg);display:flex;flex-direction:column;gap:1rem;-webkit-overflow-scrolling:touch}.filter-menu_sheetBody__iSvhr>*{flex-shrink:0;min-width:0}.filter-menu_sheetFooter__kRggE{display:flex;align-items:center;justify-content:space-between;gap:.375rem;width:100%;padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom, 0px));border-top:1px solid hsl(var(--border));background:hsl(var(--popover))}.filter-menu_sheetFooterActions__YANcf{display:flex;align-items:center;gap:.375rem;margin-left:auto}@media (max-width:639px){.filter-menu_trigger__kbT3G{min-height:2.75rem;min-width:2.75rem;padding:.5rem .75rem}.filter-menu_triggerIcon__iDZls{width:1.125rem;height:1.125rem}.filter-menu_panel__TTAJl{width:100%;max-height:none}.filter-menu_sheetFooter__kRggE{padding-inline:calc(.75rem + env(safe-area-inset-left, 0px)) calc(.75rem + env(safe-area-inset-right, 0px));padding-top:.5rem;padding-bottom:calc(.5rem + max(env(safe-area-inset-bottom, 0px), 8px))}.filter-menu_footerButton__xLYHv{min-height:2.75rem;padding-inline:.875rem;font-size:.875rem}.filter-menu_sheetFooterActions__YANcf .filter-menu_footerButton__xLYHv:last-child{min-width:6.5rem}}@media (prefers-reduced-motion:reduce){.filter-menu_trigger__kbT3G{transition:none}}.filters-bar_root__d3Yb8{width:100%;display:flex;flex-direction:column;gap:.75rem;min-width:0}.filters-bar_slot__9bkmH{min-width:0;flex:1 1 auto}.filters-bar_slotAction__T0bUy{flex:0 0 auto;min-width:0}.filters-bar_slotDateRange__Nq8uK,.filters-bar_slotSearch___5nvZ{width:100%;flex:1 1 100%;min-width:0}@media (min-width:640px){.filters-bar_root__d3Yb8{flex-direction:row;flex-wrap:wrap;align-items:center}.filters-bar_slot__9bkmH{flex:1 1 160px;max-width:220px}.filters-bar_slotAction__T0bUy{flex:0 0 auto}.filters-bar_slotSearch___5nvZ{flex:2 1 280px;min-width:200px;max-width:100%}.filters-bar_slotDateRange__Nq8uK{flex:1 1 240px;max-width:320px}}@media (min-width:1024px){.filters-bar_slot__9bkmH{flex:1 1 180px;max-width:260px}.filters-bar_slotAction__T0bUy{flex:0 0 auto}.filters-bar_slotSearch___5nvZ{flex:3 1 360px;min-width:280px}.filters-bar_slotDateRange__Nq8uK{flex:1 1 280px;max-width:360px}}.form_form__lUvlY{display:flex;flex-direction:column;gap:var(--spacing-lg);width:100%}.form_formSection__Z6kR1{display:flex;flex-direction:column;gap:var(--spacing-md)}.form_formSectionTitle__JBYyv{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin:0;padding-bottom:var(--spacing-xs);border-bottom:1px solid hsl(var(--border))}.form_formRow__4bitP{display:grid;grid-gap:var(--spacing-md);gap:var(--spacing-md);width:100%;grid-template-columns:1fr}@media (min-width:640px){.form_formRow__4bitP{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.form_formRowCols3__HDIKq{grid-template-columns:repeat(3,1fr)}}.form_formRowFull__OIqrF{grid-column:1/-1}.form_formField__077SV{display:flex;flex-direction:column;gap:var(--spacing-xs);min-width:0}.form_formFieldLabel__BeU9D{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:0}.form_formFieldHint__LdylE{font-size:.75rem;color:hsl(var(--muted-foreground))}.form_formFieldError__X1Kcb{font-size:.75rem;color:hsl(var(--destructive));display:flex;align-items:center;gap:var(--spacing-xs)}.form_formFooter__yogHN{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm);padding-top:var(--spacing-md);border-top:1px solid hsl(var(--border));flex-wrap:wrap}.form_formSm___WgBV{max-width:420px}.form_formMd__6Ngn5{max-width:600px}.form_formLg__Q_8Ld{max-width:900px}.form_formXl__PLz99{max-width:1100px}.form_formFull__I0zb_{max-width:none}@media (max-width:639px){.form_form__lUvlY{gap:var(--spacing-md)}.form_formFooter__yogHN,.form_formRow__4bitP{grid-template-columns:1fr}.form_formFooter__yogHN{display:grid;padding:var(--spacing-md);position:-webkit-sticky;position:sticky;bottom:0;background:hsl(var(--card));box-shadow:0 -1px 0 hsl(var(--border))}.form_formFooter__yogHN>*{width:100%;min-width:0}}.guest-footer_root__jCNJt{margin-top:2.5rem;padding:2.5rem 1.5rem;border-top:1px solid hsl(var(--border));border-radius:var(--radius);text-align:left;background:hsl(var(--card));font-family:inherit}.guest-footer_thanks__wuCGz{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin:0 0 .5rem;letter-spacing:-.02em;line-height:1.25}.guest-footer_company__e_OMV{font-size:1.125rem;font-weight:600;color:hsl(var(--primary));margin:0 0 1.5rem}.guest-footer_description__y7f4y{font-size:.875rem;line-height:1.6;color:hsl(var(--muted-foreground));margin:0 0 1.5rem;white-space:pre-wrap}.guest-footer_socialSection__7t3lP{margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:hsl(var(--muted)/.12);border-radius:.75rem;border:none}.guest-footer_socialTitle__Z5E9w{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));margin:0 0 1rem}.guest-footer_socialList__Ro5hp{display:flex;flex-direction:column;gap:.75rem}.guest-footer_socialRow__JkpFq{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem}.guest-footer_socialLabel__iiEsO{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500;flex-shrink:0;min-width:5rem}.guest-footer_link__fbwz1{font-size:.875rem;color:hsl(var(--foreground));text-decoration:none;font-weight:500;word-break:break-all;transition:color .2s ease}.guest-footer_link__fbwz1:hover{color:hsl(var(--primary))}.guest-footer_note__MFC4x{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;padding-top:1.25rem;border-top:1px solid hsl(var(--border));line-height:1.6;text-align:center}.avatar_root__5Y_Is{position:relative;display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;overflow:hidden;border-radius:9999px}.avatar_root__5Y_Is .avatar_image___XMVt{position:relative;z-index:1}.avatar_image___XMVt{aspect-ratio:1;height:100%;width:100%;object-fit:cover}.avatar_fallback__I0wmG{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.tabs_list__TBEOX{width:100%;height:auto;justify-content:flex-start;gap:1.55rem;overflow-x:auto;border:0;border-bottom:1px solid hsl(var(--border))}.tabs_list__TBEOX,.tabs_trigger__Bi9O3{display:inline-flex;align-items:center;padding:0;border-radius:0;background:transparent;color:hsl(var(--muted-foreground))}.tabs_trigger__Bi9O3{position:relative;justify-content:center;flex:0 0 auto;min-height:2.75rem;white-space:nowrap;border:1px solid transparent;font-size:.875rem;font-weight:700;box-shadow:none;transition:all var(--transition-base);cursor:pointer}.tabs_trigger__Bi9O3:hover{color:hsl(var(--foreground))}.tabs_trigger__Bi9O3:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}.tabs_trigger__Bi9O3[data-state=active]{background:transparent;color:hsl(var(--foreground));box-shadow:none}.tabs_trigger__Bi9O3[data-state=active]:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:1px;background:hsl(var(--foreground))}.tabs_trigger__Bi9O3:disabled{pointer-events:none;opacity:.5}.tabs_content__tP92D{margin-top:.5rem}.tabs_content__tP92D:focus-visible{outline:none}.tabs_content__tP92D[data-state=inactive]{display:none}.tabs_listPill__5kHH_{width:auto;height:2.5rem;justify-content:center;gap:.125rem;overflow:visible;padding:.25rem;border:0;border-bottom:0;border-radius:var(--radius);background:hsl(var(--muted)/.5)}.tabs_triggerPill___5tEs{position:static;min-height:auto;flex:initial;border-radius:.25rem;padding:.375rem .75rem;font-weight:500}.tabs_triggerPill___5tEs[data-state=active]{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:var(--shadow-sm)}.tabs_triggerPill___5tEs[data-state=active]:after{content:none}@media (max-width:720px){.tabs_list__TBEOX{gap:1.1rem}}.guest-profile-dialog{max-width:min(720px,96vw)!important;width:96vw!important;border-radius:16px!important;border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:0 20px 50px rgba(0,0,0,.15)}.guest-profile-header{padding:1rem 1.25rem!important;display:flex;align-items:center;flex-wrap:nowrap;gap:1rem;border-bottom:1px solid hsl(var(--border))}.guest-profile-title{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;flex:1 1 auto;min-width:0}.guest-profile-title-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:hsl(var(--muted-foreground))}.guest-profile-title-text{color:hsl(var(--foreground));font-size:1.25rem;line-height:1.3;font-weight:700;letter-spacing:-.02em}.guest-profile-edit-btn{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.guest-profile-edit-icon{width:.9375rem;height:.9375rem}.guest-profile-close{position:static!important;margin-left:auto;flex-shrink:0}.guest-profile-body{width:100%;padding:1.25rem;overflow-y:auto;max-height:min(75vh,640px);min-height:0;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.guest-profile-hero{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid hsl(var(--border)/.6);background:hsl(var(--card));margin-bottom:1.25rem;animation:guestProfileFadeInUp .25s ease-out .05s both}.guest-profile-hero-avatar-wrap{flex-shrink:0}.guest-profile-hero-avatar{width:3.5rem!important;height:3.5rem!important;border-radius:9999px;font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.guest-profile-hero-avatar [class*=fallback]{font-size:inherit;font-weight:inherit}.guest-profile-hero-main{flex:1 1 auto;min-width:0}.guest-profile-hero-name{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:hsl(var(--foreground));line-height:1.25}.guest-profile-hero-metrics{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.guest-profile-hero-metric{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground));padding:.25rem .5rem;border-radius:999px;background:hsl(var(--background)/.75);border:1px solid hsl(var(--border)/.7)}.guest-profile-hero-metric svg{width:.875rem;height:.875rem;color:hsl(var(--muted-foreground));flex-shrink:0}.guest-profile-tabs-root{margin-bottom:1rem}.guest-profile-tabs-row{display:flex;justify-content:flex-start;margin-bottom:.35rem}.guest-profile-tabs-list{display:inline-flex;width:auto;max-width:-moz-fit-content;max-width:fit-content;align-items:center;justify-content:flex-start;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--muted)/.45);padding:.2rem;gap:.125rem}.guest-profile-tabs-trigger{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:8px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s ease;border:1px solid transparent;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer}.guest-profile-tabs-trigger:hover{color:hsl(var(--foreground))}.guest-profile-tabs-trigger[data-state=active]{background:hsl(var(--primary)/.12);color:hsl(var(--primary));border-color:hsl(var(--primary)/.35);font-weight:600}.guest-profile-tabs-content{margin-top:0}.guest-profile-card{border-radius:12px;border:1px solid hsl(var(--border)/.6);background:hsl(var(--muted)/.25);padding:1rem 1.1rem;margin-bottom:.75rem;transition:border-color .2s ease,box-shadow .2s ease;animation:guestProfileFadeInUp .25s ease-out .1s both}.guest-profile-card:hover{border-color:hsl(var(--border));box-shadow:0 2px 8px hsl(var(--foreground)/.04)}.guest-profile-card-header-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.guest-profile-card-header-row .guest-profile-card-title{margin:0}.guest-profile-empty-hint{margin:0;padding:.5rem 0;line-height:1.5}.guest-profile-card-title{margin:0;font-size:1rem;font-weight:600;color:hsl(var(--foreground));display:flex;align-items:center;gap:.5rem}.guest-profile-card-icon{width:1rem;height:1rem;color:hsl(var(--muted-foreground));flex-shrink:0}.guest-profile-card-divider{height:0;border-bottom:1px solid hsl(var(--border));margin:.5rem 0 .75rem}.guest-profile-kv-list{display:flex;flex-direction:column;gap:.5rem}.guest-profile-kv-row{display:grid;grid-template-columns:minmax(100px,1fr) minmax(0,1.5fr);align-items:start;grid-gap:.75rem;gap:.75rem;min-height:1.75rem}.guest-profile-kv-label{color:hsl(var(--muted-foreground));font-size:.8125rem;font-weight:500}.guest-profile-kv-value{display:inline-flex;align-items:flex-start;gap:.35rem;min-width:0;color:hsl(var(--foreground));font-size:.9375rem;font-weight:500;word-break:break-word}.guest-profile-phone-lines{display:flex;flex-direction:column;gap:.35rem;min-width:0;width:100%}.guest-profile-phone-row{display:flex;align-items:center;gap:.25rem;min-width:0;width:100%}.guest-profile-phone-row .guest-profile-phone-line{flex:1 1;min-width:0;word-break:break-word}.guest-profile-copy-btn--phone-line{flex-shrink:0}.guest-profile-phone-line{width:-moz-fit-content;width:fit-content;max-width:100%}.guest-profile-link{color:hsl(var(--primary));text-decoration:none;transition:opacity .2s ease;display:inline-flex;align-items:center;gap:.25rem}.guest-profile-link:hover{opacity:.85;text-decoration:underline}.guest-profile-copy-btn{width:1.75rem;height:1.75rem;min-width:1.75rem;padding:0;border-radius:var(--radius);color:hsl(var(--muted-foreground));flex-shrink:0;transition:color .2s ease,background .2s ease}.guest-profile-copy-btn:hover{color:hsl(var(--foreground));background:hsl(var(--muted)/.6)}.guest-profile-copy-btn svg{width:.9rem;height:.9rem}.guest-profile-files-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.guest-profile-files-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}@media (min-width:640px){.guest-profile-files-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.guest-profile-files-grid{grid-template-columns:repeat(3,1fr)}}.guest-profile-file-card{border-radius:10px;border:1px solid hsl(var(--border)/.6);background:hsl(var(--muted)/.2);padding:.875rem 1rem;transition:border-color .2s ease,background-color .2s ease}.guest-profile-file-card:hover{border-color:hsl(var(--border));background:hsl(var(--muted)/.35)}.guest-profile-file-content{display:flex;align-items:flex-start;gap:.75rem}.guest-profile-file-icon{width:1.75rem;height:1.75rem;color:hsl(var(--muted-foreground));flex-shrink:0}.guest-profile-file-info{flex:1 1;min-width:0}.guest-profile-file-name{font-weight:500;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--foreground))}.guest-profile-file-meta{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.2rem}.guest-profile-file-type-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;font-size:.7rem;margin-top:.35rem;font-weight:500}.guest-profile-file-type-badge--passport{background-color:rgba(60,131,246,.15);color:#0b64f4}.guest-profile-file-type-badge--contract{background-color:rgba(22,162,73,.15);color:#117e39}.guest-profile-file-type-badge--photo{background-color:rgba(236,70,153,.15);color:#e7187f}.guest-profile-file-type-badge--document{background-color:rgba(124,59,237,.15);color:#5f15e0}.guest-profile-file-type-badge--other{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}.guest-profile-btn-icon{width:1rem;height:1rem;margin-right:.35rem;flex-shrink:0}.guest-profile-bookings-list{display:flex;flex-direction:column;gap:.75rem}.guest-profile-booking-card{border-radius:12px;border:1px solid hsl(var(--border)/.6);background:hsl(var(--muted)/.25);padding:1rem 1.1rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;animation:guestProfileFadeInUp .25s ease-out both}.guest-profile-booking-card:hover{border-color:hsl(var(--border));background:hsl(var(--muted)/.35);box-shadow:0 2px 8px hsl(var(--foreground)/.04)}.guest-profile-booking-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.guest-profile-booking-info{flex:1 1 auto;min-width:0}.guest-profile-booking-property{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:hsl(var(--foreground))}.guest-profile-booking-property-icon{width:1rem;height:1rem;color:hsl(var(--muted-foreground));flex-shrink:0}.guest-profile-booking-address{font-size:.8125rem;color:hsl(var(--muted-foreground));margin-top:.2rem}.guest-profile-booking-details{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;margin-top:.5rem;font-size:.8125rem;color:hsl(var(--muted-foreground))}.guest-profile-booking-detail{display:flex;align-items:center;gap:.25rem}.guest-profile-booking-detail-icon{width:.875rem;height:.875rem;color:hsl(var(--muted-foreground));flex-shrink:0}.guest-profile-booking-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.guest-profile-booking-status-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500}.guest-profile-booking-open-btn{width:2rem;height:2rem;padding:0;border-radius:var(--radius);flex-shrink:0}.guest-profile-booking-open-btn svg{width:1rem;height:1rem}.guest-profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;color:hsl(var(--muted-foreground));font-size:.9375rem}.guest-profile-empty-icon{width:2.5rem;height:2.5rem;margin-bottom:.75rem;opacity:.6;color:hsl(var(--muted-foreground))}@keyframes guestProfileFadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.guest-profile-booking-card,.guest-profile-card,.guest-profile-hero{animation:none}}@media (hover:none) and (pointer:coarse){.guest-profile-edit-btn{min-height:2.75rem}.guest-profile-booking-open-btn,.guest-profile-close,.guest-profile-copy-btn{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem}}@media (max-width:768px){.guest-profile-dialog{position:fixed!important;inset:0!important;max-width:100vw!important;min-width:100vw!important;width:100vw!important;max-width:100dvw!important;min-width:100dvw!important;width:100dvw!important;border-radius:0!important;border:0!important;margin:0!important;box-shadow:none!important;max-height:100vh!important;height:100vh!important;min-height:100vh!important;max-height:100dvh!important;height:100dvh!important;min-height:100dvh!important;max-height:100svh!important;height:100svh!important;min-height:100svh!important}.guest-profile-header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:start;grid-column-gap:.5rem;column-gap:.5rem;grid-row-gap:.375rem;row-gap:.375rem;padding-top:1rem!important;padding-left:calc(1rem + env(safe-area-inset-left, 0px))!important;padding-right:calc(1rem + env(safe-area-inset-right, 0px))!important}.guest-profile-title{min-width:0}.guest-profile-edit-btn{justify-self:end;min-width:0;max-width:100%;white-space:nowrap}.guest-profile-close{margin-left:0}.guest-profile-body{flex:1 1 auto;min-height:0;padding:1rem calc(1rem + env(safe-area-inset-right, 0px)) calc(1rem + max(env(safe-area-inset-bottom, 0px), 12px)) calc(1rem + env(safe-area-inset-left, 0px));max-height:none}.guest-profile-hero{flex-direction:column;align-items:flex-start;padding:.875rem 1rem}.guest-profile-hero-avatar{width:3rem;height:3rem;font-size:1rem}.guest-profile-hero-name{font-size:1.125rem}.guest-profile-tabs-list{width:100%;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.2rem}.guest-profile-kv-row{grid-template-columns:1fr;gap:.25rem;min-height:auto}.guest-profile-booking-header{flex-direction:column;align-items:stretch}.guest-profile-booking-actions{flex-direction:row;align-items:center;justify-content:flex-end}}@media (max-width:480px){.guest-profile-title-text{font-size:1.1rem}.guest-profile-files-grid{grid-template-columns:1fr}}