.page-module__Z7U2Ea__page{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.page-module__Z7U2Ea__headerRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-module__Z7U2Ea__title{color:var(--color-text-main);margin:0;font-size:1.75rem}.page-module__Z7U2Ea__subtitle{color:var(--color-text-secondary);margin:.35rem 0 0}.page-module__Z7U2Ea__refreshButton{border-radius:var(--radius-full);background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;padding:.65rem 1rem;font-weight:600}.page-module__Z7U2Ea__refreshButton:disabled{opacity:.65;cursor:not-allowed}.page-module__Z7U2Ea__grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1rem;display:grid}.page-module__Z7U2Ea__card{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);color:inherit;transition:var(--transition-smooth);background:#fff;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.page-module__Z7U2Ea__card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.page-module__Z7U2Ea__cardMainLink{color:inherit;flex-direction:column;gap:.75rem;text-decoration:none;display:flex}.page-module__Z7U2Ea__cardMainLink:hover .page-module__Z7U2Ea__guestName{color:var(--color-primary)}.page-module__Z7U2Ea__checklistSection{border-top:1px solid var(--color-border-light);flex-direction:column;gap:.5rem;padding-top:.25rem;display:flex}.page-module__Z7U2Ea__checklistToggle{border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-bg-main);color:var(--color-text-main);cursor:pointer;transition:var(--transition-smooth);align-self:flex-start;padding:.45rem .85rem;font-size:.8125rem;font-weight:600}.page-module__Z7U2Ea__checklistToggle:hover{border-color:var(--color-primary);background:#fff}.page-module__Z7U2Ea__checklistToggleReady{background:var(--color-status-green-bg);color:var(--color-status-green-text);border-color:#0000}.page-module__Z7U2Ea__checklistToggleReady:hover{background:var(--color-status-green-bg);filter:brightness(.97)}.page-module__Z7U2Ea__checklistPanel{padding-top:.35rem}.page-module__Z7U2Ea__cardTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem .75rem;display:flex}.page-module__Z7U2Ea__roomCluster{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.page-module__Z7U2Ea__guestName{align-items:center;gap:.5rem;margin:0;font-size:1rem;display:flex}.page-module__Z7U2Ea__vipBadge{color:#92400e;border-radius:var(--radius-full);background:#fef3c7;padding:.2rem .45rem;font-size:.65rem;font-weight:700}.page-module__Z7U2Ea__roomBadge{color:var(--color-text-secondary);background:var(--color-bg-main);border:1px solid var(--color-border-light);border-radius:var(--radius-full);padding:.25rem .6rem;font-size:.8rem}.page-module__Z7U2Ea__upgradeBadge{letter-spacing:.02em;color:#92400e;border-radius:var(--radius-full);white-space:nowrap;background:#fef3c7;border:1px solid #f59e0b;padding:.2rem .45rem;font-size:.68rem;font-weight:700}.page-module__Z7U2Ea__dates{color:var(--color-text-secondary);flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.page-module__Z7U2Ea__brief{color:var(--color-text-main);margin:0;line-height:1.45}.page-module__Z7U2Ea__noFlagsBadge{color:var(--color-text-secondary);background:var(--color-bg-main);border:1px solid var(--color-border-light);border-radius:var(--radius-full);align-self:flex-start;padding:.3rem .6rem;font-size:.75rem;font-weight:600}.page-module__Z7U2Ea__emptyText{color:var(--color-text-secondary)}.page-module__Z7U2Ea__errorText{color:#b91c1c}
.layout-module___1lhUW__layout{background-color:var(--color-bg-main);gap:.5rem;width:100vw;height:100vh;padding:.5rem;display:flex;overflow:hidden}.layout-module___1lhUW__sidebar{background-color:var(--color-bg-sidebar);border-radius:var(--radius-lg);z-index:10;width:72px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border-light);flex-direction:column;align-items:center;padding:1.5rem 0;display:flex}.layout-module___1lhUW__mainContent{background-color:var(--color-bg-sidebar);border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow-sm);border:1px solid var(--color-border-light);flex-direction:column;flex:1;display:flex;overflow:hidden}.layout-module___1lhUW__logo{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);letter-spacing:-.05em;width:44px;height:44px;transition:var(--transition-smooth);justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0f172a33}.layout-module___1lhUW__logo:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a4d}.layout-module___1lhUW__navIconItem{width:48px;height:48px;color:var(--color-text-secondary);border-radius:var(--radius-md);transition:var(--transition-smooth);cursor:pointer;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex;position:relative}.layout-module___1lhUW__navIconItem:hover{background-color:var(--color-bg-main);color:var(--color-text-main);transform:scale(1.05)}.layout-module___1lhUW__navIconItem.layout-module___1lhUW__active{background-color:var(--color-bg-main);color:var(--color-primary)}.layout-module___1lhUW__navIconItem.layout-module___1lhUW__active:before{content:"";background-color:var(--color-primary);border-radius:0 4px 4px 0;width:4px;height:20px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.layout-module___1lhUW__sidebarBottom{margin-top:auto}.layout-module___1lhUW__guestSidebar{border-right:1px solid var(--color-border-light);background-color:var(--color-bg-sidebar);flex-shrink:0;width:320px;transition:width .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.layout-module___1lhUW__guestSidebarCollapsed{width:0;min-width:0;overflow:hidden}.layout-module___1lhUW__header{border-bottom:1px solid var(--color-border-light);-webkit-backdrop-filter:blur(12px);z-index:5;background-color:#fffc;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;display:flex}.layout-module___1lhUW__headerLeft{align-items:center;gap:1rem;display:flex}.layout-module___1lhUW__breadcrumb{color:var(--color-text-secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.layout-module___1lhUW__breadcrumbCurrent{color:var(--color-text-main);white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-weight:600;overflow:hidden}@media (max-width:640px){.layout-module___1lhUW__breadcrumbCurrent{max-width:120px}}.layout-module___1lhUW__breadcrumbItem{align-items:center;gap:.25rem;display:flex}.layout-module___1lhUW__breadcrumbSeparator{color:var(--color-text-tertiary);flex-shrink:0}.layout-module___1lhUW__headerRight{align-items:center;gap:1rem;display:flex}.layout-module___1lhUW__langToggle{color:var(--color-text-secondary);align-items:center;gap:.35rem;font-size:.8125rem;font-weight:600;display:flex}.layout-module___1lhUW__langBtn{cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;padding:.25rem .35rem}.layout-module___1lhUW__langBtn:hover{color:var(--color-primary)}.layout-module___1lhUW__langActive{cursor:pointer;font:inherit;color:var(--color-text-main);background:0 0;border:none;padding:.25rem .35rem;font-weight:800}.layout-module___1lhUW__langActive:hover{color:var(--color-primary)}.layout-module___1lhUW__langSep{color:var(--color-text-tertiary);-webkit-user-select:none;user-select:none}.layout-module___1lhUW__authIndicator{color:var(--color-text-secondary);align-items:center;gap:.5rem;font-size:.78rem;display:flex}.layout-module___1lhUW__authEmail{white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.layout-module___1lhUW__signOutLink{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:600}.layout-module___1lhUW__signOutLink:hover{text-decoration:underline}.layout-module___1lhUW__iconButton{width:40px;height:40px;color:var(--color-text-secondary);border:1px solid var(--color-border-light);border-radius:var(--radius-full);background-color:var(--color-bg-main);transition:var(--transition-smooth);justify-content:center;align-items:center;display:flex}.layout-module___1lhUW__iconButton:hover{color:var(--color-primary);box-shadow:var(--shadow-sm);background-color:#fff;transform:translateY(-2px)}.layout-module___1lhUW__avatar{border-radius:var(--radius-full);background-color:var(--color-border);width:40px;height:40px;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);cursor:pointer;border:2px solid #fff;overflow:hidden}.layout-module___1lhUW__avatar:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.layout-module___1lhUW__avatar img{object-fit:cover;width:100%;height:100%}.layout-module___1lhUW__pageContent{flex:1;min-width:0;padding:2rem 2rem 4rem;overflow:hidden auto}
.GuestList-module__sL5xQW__container{border-right:1px solid var(--color-border-light);background-color:var(--color-bg-sidebar);flex-direction:column;width:320px;height:100%;display:flex}.GuestList-module__sL5xQW__header{border-bottom:1px solid var(--color-border-light);padding:1.5rem 1.5rem 1rem}.GuestList-module__sL5xQW__title{color:var(--color-text-main);letter-spacing:-.03em;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.GuestList-module__sL5xQW__searchContainer{align-items:center;display:flex;position:relative}.GuestList-module__sL5xQW__searchIcon{color:var(--color-text-tertiary);position:absolute;left:1rem}.GuestList-module__sL5xQW__searchInput{border-radius:var(--radius-full);background-color:var(--color-bg-main);width:100%;color:var(--color-text-main);transition:var(--transition-smooth);border:1px solid #0000;outline:none;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;box-shadow:inset 0 2px 4px #0f172a05}.GuestList-module__sL5xQW__searchInput:focus{border-color:var(--color-primary-light);background-color:#fff;box-shadow:0 0 0 3px #0f172a0d}.GuestList-module__sL5xQW__list{flex:1;padding:1rem .75rem;overflow-y:auto}.GuestList-module__sL5xQW__guestItem{border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;transition:var(--transition-smooth);background:0 0;border:none;align-items:center;gap:1rem;margin-bottom:.25rem;padding:.75rem 1rem;display:flex}.GuestList-module__sL5xQW__guestItem:hover{background-color:var(--color-bg-main);transform:translate(4px)}.GuestList-module__sL5xQW__guestItem.GuestList-module__sL5xQW__selected{background-color:var(--color-bg-main);box-shadow:inset 4px 0 0 var(--color-primary)}.GuestList-module__sL5xQW__guestAvatar{border-radius:var(--radius-full);border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-text-secondary);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background-color:#fff;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.GuestList-module__sL5xQW__guestItem.GuestList-module__sL5xQW__selected .GuestList-module__sL5xQW__guestAvatar{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:var(--shadow-md);transform:scale(1.05)}.GuestList-module__sL5xQW__guestInfo{flex:1;min-width:0}.GuestList-module__sL5xQW__guestName{color:var(--color-text-main);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:.25rem;font-weight:600;display:flex;overflow:hidden}.GuestList-module__sL5xQW__vipBadge{background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow-text);border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.GuestList-module__sL5xQW__guestEmail{color:var(--color-text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.GuestList-module__sL5xQW__emptyState{text-align:center;color:var(--color-text-tertiary);padding:3rem 2rem;font-size:.875rem}
.ProfileHeader-module__U5xThq__headerContainer{margin-bottom:2rem;padding-bottom:0}.ProfileHeader-module__U5xThq__alertsBanner{border-radius:var(--radius-md);color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca;gap:1rem;margin-bottom:2rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 12px #dc26260d}.ProfileHeader-module__U5xThq__alertIconWrapper{color:#dc2626;align-items:flex-start;padding-top:.125rem;display:flex}.ProfileHeader-module__U5xThq__alertContentWrapper{flex-direction:column;gap:.5rem;display:flex}.ProfileHeader-module__U5xThq__alertTitle{text-transform:uppercase;letter-spacing:.05em;color:#dc2626;font-size:.875rem;font-weight:700}.ProfileHeader-module__U5xThq__alertList{margin:0;padding:0;font-size:.875rem;font-weight:500;line-height:1.5;list-style:none}.ProfileHeader-module__U5xThq__alertList li{margin-bottom:.25rem}.ProfileHeader-module__U5xThq__alertList li:last-child{margin-bottom:0}.ProfileHeader-module__U5xThq__profileTop{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.ProfileHeader-module__U5xThq__guestInfo{align-items:center;gap:2rem;display:flex}.ProfileHeader-module__U5xThq__avatarLarge{border-radius:var(--radius-full);background-color:var(--color-bg-main);width:100px;height:100px;box-shadow:var(--shadow-lg);transition:var(--transition-smooth);border:4px solid #fff;overflow:hidden}.ProfileHeader-module__U5xThq__avatarLarge:hover{transform:scale(1.02);box-shadow:0 20px 48px -4px #0f172a1f}.ProfileHeader-module__U5xThq__avatarLarge img,.ProfileHeader-module__U5xThq__avatarImg{object-fit:cover;width:100%;height:100%;display:block}.ProfileHeader-module__U5xThq__avatarInitials{width:100%;height:100%;color:var(--color-text-secondary);background:linear-gradient(145deg,#e2e8f0,#cbd5e1);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.ProfileHeader-module__U5xThq__avatarPlaceholder{background-color:#d1d5db;width:100%;height:100%}.ProfileHeader-module__U5xThq__socialRow{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.25rem;display:flex}.ProfileHeader-module__U5xThq__socialScanHint{color:var(--color-text-secondary);font-size:.8125rem}.ProfileHeader-module__U5xThq__socialLink{border-radius:var(--radius-full);background-color:var(--color-bg-main);border:1px solid var(--color-border-light);width:2.25rem;height:2.25rem;color:var(--color-text-main);transition:var(--transition-smooth);justify-content:center;align-items:center;display:inline-flex}.ProfileHeader-module__U5xThq__socialLink:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-sm)}.ProfileHeader-module__U5xThq__socialRefreshBtn{color:var(--color-primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-decoration:underline}.ProfileHeader-module__U5xThq__socialRefreshBtn:hover{color:var(--color-text-main)}.ProfileHeader-module__U5xThq__nameSection{flex-direction:column;gap:.5rem;display:flex}.ProfileHeader-module__U5xThq__badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;width:fit-content;box-shadow:var(--shadow-sm);align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.ProfileHeader-module__U5xThq__badgeGold{background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow-text);border:1px solid #b453091a}.ProfileHeader-module__U5xThq__badgeSilver{background-color:var(--color-status-gray-bg);color:var(--color-status-gray-text);border:1px solid #4755691a}.ProfileHeader-module__U5xThq__badgeBronze{color:#9a3412;background-color:#ffedd5;border:1px solid #9a34121a}.ProfileHeader-module__U5xThq__guestName{letter-spacing:-.04em;font-size:2.5rem;font-weight:700;line-height:1.1}.ProfileHeader-module__U5xThq__actions{gap:1rem;display:flex}.ProfileHeader-module__U5xThq__iconBtn{border:1px solid var(--color-border-light);border-radius:var(--radius-full);width:44px;height:44px;color:var(--color-text-secondary);transition:var(--transition-smooth);box-shadow:var(--shadow-sm);background-color:#fff;justify-content:center;align-items:center;display:flex}.ProfileHeader-module__U5xThq__iconBtn:hover{background-color:var(--color-bg-main);color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.ProfileHeader-module__U5xThq__btnPrimary{background-color:var(--color-primary);border-radius:var(--radius-full);color:#fff;height:44px;transition:var(--transition-smooth);box-shadow:var(--shadow-md);border:none;align-items:center;gap:.5rem;padding:0 1.25rem;font-size:.875rem;font-weight:600;display:flex}.ProfileHeader-module__U5xThq__btnPrimary:hover{background-color:var(--color-primary-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.ProfileHeader-module__U5xThq__tabs{background-color:var(--color-bg-main);border-radius:var(--radius-full);-webkit-overflow-scrolling:touch;gap:.5rem;width:fit-content;padding:.5rem;display:flex;overflow-x:auto}@media (max-width:640px){.ProfileHeader-module__U5xThq__profileTop{flex-direction:column;align-items:flex-start}.ProfileHeader-module__U5xThq__guestName{font-size:1.75rem}}.ProfileHeader-module__U5xThq__tab{color:var(--color-text-secondary);cursor:pointer;transition:var(--transition-smooth);border-radius:var(--radius-full);white-space:nowrap;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.ProfileHeader-module__U5xThq__tab:hover{color:var(--color-text-main);background-color:#ffffff80}.ProfileHeader-module__U5xThq__tab.ProfileHeader-module__U5xThq__active{color:#fff;background-color:var(--color-primary);box-shadow:var(--shadow-sm)}
.ContactSidebar-module__FfbbbW__roomAndUpgradeCard{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--color-bg-main) 0%, #3b82f60f 100%);border:1px solid var(--color-border-light);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.ContactSidebar-module__FfbbbW__roomBanner{background:0 0;border:none;border-radius:0;align-items:center;gap:1rem;padding:0;display:flex}.ContactSidebar-module__FfbbbW__roomBannerIcon{color:var(--color-primary);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);background:#fff;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.ContactSidebar-module__FfbbbW__roomBannerText{flex-direction:column;gap:.125rem;min-width:0;display:flex}.ContactSidebar-module__FfbbbW__roomBannerLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);font-size:.7rem;font-weight:600}.ContactSidebar-module__FfbbbW__roomBannerValue{letter-spacing:-.03em;color:var(--color-text-main);word-break:break-word;font-size:2rem;font-weight:800;line-height:1.15}.ContactSidebar-module__FfbbbW__upgradeBlock{border-top:1px solid var(--color-border-light);flex-direction:column;gap:.5rem;padding-top:.25rem;display:flex}.ContactSidebar-module__FfbbbW__upgradeError{color:#b91c1c;margin:0;font-size:.75rem}.ContactSidebar-module__FfbbbW__upgradeBtnOutline{border-radius:var(--radius-full);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;transition:var(--transition-smooth);background:#fff;justify-content:center;align-self:flex-start;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.8125rem;font-weight:600;display:inline-flex}.ContactSidebar-module__FfbbbW__upgradeBtnOutline:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.ContactSidebar-module__FfbbbW__upgradeBtnOutline:disabled{opacity:.6;cursor:not-allowed}.ContactSidebar-module__FfbbbW__upgradeActiveWrap{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.ContactSidebar-module__FfbbbW__upgradeBtnFilled{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;cursor:pointer;transition:var(--transition-smooth);border:none;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .95rem;font-size:.8125rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0f172a1f}.ContactSidebar-module__FfbbbW__upgradeBtnFilled:hover:not(:disabled){filter:brightness(1.05)}.ContactSidebar-module__FfbbbW__upgradeBtnFilled:disabled{opacity:.65;cursor:not-allowed}.ContactSidebar-module__FfbbbW__upgradeMeta{color:var(--color-text-tertiary);margin:0;font-size:.7rem;line-height:1.35}.ContactSidebar-module__FfbbbW__contactSidebar{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);width:100%;max-width:300px;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background-color:#fff;flex-direction:column;flex-shrink:0;gap:2.5rem;padding:2rem;display:flex}.ContactSidebar-module__FfbbbW__contactSidebar:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (max-width:1024px){.ContactSidebar-module__FfbbbW__contactSidebar{max-width:none}}.ContactSidebar-module__FfbbbW__section{flex-direction:column;gap:1.25rem;display:flex}.ContactSidebar-module__FfbbbW__sectionTitle{color:var(--color-text-main);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.ContactSidebar-module__FfbbbW__contactItem{color:var(--color-text-main);align-items:center;gap:1rem;font-size:.875rem;font-weight:500;line-height:1.5;display:flex}.ContactSidebar-module__FfbbbW__iconWrapper{color:var(--color-primary);background-color:var(--color-bg-main);border-radius:var(--radius-full);justify-content:center;align-items:center;padding:.5rem;display:flex}.ContactSidebar-module__FfbbbW__infoRow{border-bottom:1px solid var(--color-border-light);grid-template-columns:100px 1fr;align-items:center;padding-bottom:.75rem;font-size:.875rem;display:grid}.ContactSidebar-module__FfbbbW__infoRow:last-child{border-bottom:none;padding-bottom:0}.ContactSidebar-module__FfbbbW__infoLabel{color:var(--color-text-secondary);font-weight:500}.ContactSidebar-module__FfbbbW__infoValue{color:var(--color-text-main);font-weight:600}.ContactSidebar-module__FfbbbW__tagsContainer{flex-wrap:wrap;gap:.5rem;display:flex}.ContactSidebar-module__FfbbbW__tag{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;padding:.375rem .75rem;font-size:.75rem;font-weight:700}.ContactSidebar-module__FfbbbW__tagSpa{background-color:var(--color-tag-blue-bg);color:var(--color-tag-blue-text)}.ContactSidebar-module__FfbbbW__tagRestaurant{background-color:var(--color-tag-purple-bg);color:var(--color-tag-purple-text)}.ContactSidebar-module__FfbbbW__tagInfluencer{background-color:var(--color-tag-teal-bg);color:var(--color-tag-teal-text)}.ContactSidebar-module__FfbbbW__gdprZone{border-top:1px solid var(--color-border-light);margin-top:1.5rem;padding-top:1rem}.ContactSidebar-module__FfbbbW__gdprDiscreetBtn{color:var(--color-text-secondary);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;font-size:.7rem;font-weight:500;text-decoration:underline}.ContactSidebar-module__FfbbbW__gdprDiscreetBtn:hover{color:var(--color-text-main)}.ContactSidebar-module__FfbbbW__gdprConfirmPanel{max-width:100%;padding:.75rem 0 0}.ContactSidebar-module__FfbbbW__gdprConfirmText{color:var(--color-text-secondary);margin:0 0 .75rem;font-size:.78rem;line-height:1.45}.ContactSidebar-module__FfbbbW__gdprError{color:#b91c1c;margin:0 0 .5rem;font-size:.75rem}.ContactSidebar-module__FfbbbW__gdprConfirmActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ContactSidebar-module__FfbbbW__gdprCancelBtn{border:1px solid var(--color-border);color:var(--color-text-main);border-radius:var(--radius-md);cursor:pointer;background:#fff;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.ContactSidebar-module__FfbbbW__gdprCancelBtn:disabled{opacity:.6;cursor:not-allowed}.ContactSidebar-module__FfbbbW__gdprConfirmBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#b91c1c;border:none;padding:.35rem .85rem;font-size:.8rem;font-weight:700}.ContactSidebar-module__FfbbbW__gdprConfirmBtn:hover:not(:disabled){background:#991b1b}.ContactSidebar-module__FfbbbW__gdprConfirmBtn:disabled{opacity:.65;cursor:not-allowed}.ContactSidebar-module__FfbbbW__vibeCard{border-radius:var(--radius-lg);border:1px solid var(--color-border-light);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.ContactSidebar-module__FfbbbW__vibeCardHeader{align-items:center;gap:.6rem;display:flex}.ContactSidebar-module__FfbbbW__vibeCardIcon{color:var(--color-primary);flex-shrink:0}.ContactSidebar-module__FfbbbW__vibeCardTitles{flex-direction:column;gap:.2rem;display:flex}.ContactSidebar-module__FfbbbW__vibeCardTitle{color:var(--color-text-main);letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:700}.ContactSidebar-module__FfbbbW__vibeCardHint{color:var(--color-text-secondary);margin:0;font-size:.78rem;line-height:1.4}.ContactSidebar-module__FfbbbW__vibeSelect{border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;color:var(--color-text-main);background:#fff;padding:.5rem .65rem;font-size:.875rem}.ContactSidebar-module__FfbbbW__vibeTextarea{border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;min-height:4.5rem;color:var(--color-text-main);resize:vertical;padding:.55rem .65rem;font-family:inherit;font-size:.875rem}.ContactSidebar-module__FfbbbW__vibeActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ContactSidebar-module__FfbbbW__vibeSaveBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;padding:.45rem 1rem;font-size:.8125rem;font-weight:600}.ContactSidebar-module__FfbbbW__vibeSaveBtn:disabled{opacity:.6;cursor:not-allowed}.ContactSidebar-module__FfbbbW__vibeError{color:#b91c1c;margin:0;font-size:.75rem}.ContactSidebar-module__FfbbbW__vibeSaved{color:#166534;margin:0;font-size:.75rem}
.EmailScanPanel-module__mRotEa__panel{flex-direction:column;gap:.75rem;display:flex}.EmailScanPanel-module__mRotEa__headerRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.EmailScanPanel-module__mRotEa__title{color:var(--color-text-main);margin:0;font-size:1rem}.EmailScanPanel-module__mRotEa__scanBtn{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;cursor:pointer;border:none;padding:.4rem .75rem;font-size:.8rem;font-weight:600}.EmailScanPanel-module__mRotEa__scanBtn:disabled{opacity:.65;cursor:not-allowed}.EmailScanPanel-module__mRotEa__errorText{color:#b91c1c;margin:0;font-size:.8rem}.EmailScanPanel-module__mRotEa__statusText{color:#166534;margin:0;font-size:.8rem}.EmailScanPanel-module__mRotEa__emptyText{color:var(--color-text-secondary);margin:0;font-size:.82rem}.EmailScanPanel-module__mRotEa__suggestions{flex-direction:column;gap:.6rem;display:flex}.EmailScanPanel-module__mRotEa__card{border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:var(--color-bg-main);padding:.65rem}.EmailScanPanel-module__mRotEa__content{color:var(--color-text-main);margin:0 0 .5rem;font-size:.82rem;line-height:1.4}.EmailScanPanel-module__mRotEa__meta{gap:.35rem;margin-bottom:.35rem;display:flex}.EmailScanPanel-module__mRotEa__badge{text-transform:uppercase;border:1px solid var(--color-border-light);border-radius:var(--radius-full);background:#fff;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.EmailScanPanel-module__mRotEa__subject{color:var(--color-text-secondary);margin:0 0 .5rem;font-size:.74rem}.EmailScanPanel-module__mRotEa__actions{gap:.45rem;display:flex}.EmailScanPanel-module__mRotEa__confirmBtn,.EmailScanPanel-module__mRotEa__dismissBtn{border-radius:var(--radius-full);cursor:pointer;padding:.3rem .6rem;font-size:.75rem}.EmailScanPanel-module__mRotEa__confirmBtn{background:var(--color-primary);color:#fff;border:none}.EmailScanPanel-module__mRotEa__dismissBtn{border:1px solid var(--color-border-light);background:#fff}
.OverviewTab-module__FK_R3a__overviewContainer{flex-direction:column;gap:2rem;width:100%;display:flex}.OverviewTab-module__FK_R3a__metricsRow{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background-color:#fff;grid-template-columns:repeat(5,1fr);padding:2rem 0;display:grid}.OverviewTab-module__FK_R3a__metricsRow:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (max-width:900px){.OverviewTab-module__FK_R3a__metricsRow{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.OverviewTab-module__FK_R3a__metricsRow{grid-template-columns:repeat(2,1fr);gap:2rem 0}}.OverviewTab-module__FK_R3a__metricItem{border-right:1px solid var(--color-border-light);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.OverviewTab-module__FK_R3a__metricItem:last-child{border-right:none}.OverviewTab-module__FK_R3a__metricLabel{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.OverviewTab-module__FK_R3a__metricValue{color:var(--color-text-main);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.OverviewTab-module__FK_R3a__listCard{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background-color:#fff;overflow:hidden}.OverviewTab-module__FK_R3a__listCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.OverviewTab-module__FK_R3a__tableWrapper{overflow-x:auto}@media (max-width:720px){.OverviewTab-module__FK_R3a__tableWrapper{overflow-x:visible}}.OverviewTab-module__FK_R3a__listHeader{border-bottom:1px solid var(--color-border-light);background-color:#ffffff80;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}@media (max-width:720px){.OverviewTab-module__FK_R3a__listHeader{padding:1.1rem 1.25rem}.OverviewTab-module__FK_R3a__listTitle{font-size:1.05rem}}.OverviewTab-module__FK_R3a__listIconBlue{color:var(--color-tag-blue-text);background-color:var(--color-tag-blue-bg);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.75rem;display:flex;box-shadow:inset 0 2px 4px #ffffff80}.OverviewTab-module__FK_R3a__listIconPink{color:var(--color-tag-purple-text);background-color:var(--color-tag-purple-bg);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.75rem;display:flex;box-shadow:inset 0 2px 4px #ffffff80}.OverviewTab-module__FK_R3a__listTitle{color:var(--color-text-main);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.OverviewTab-module__FK_R3a__table{border-collapse:collapse;width:100%;min-width:400px}@media (max-width:720px){.OverviewTab-module__FK_R3a__responsiveTable{min-width:0;display:block}.OverviewTab-module__FK_R3a__responsiveTable thead{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.OverviewTab-module__FK_R3a__responsiveTable tbody{display:block}.OverviewTab-module__FK_R3a__responsiveTable tr{border-bottom:1px solid var(--color-border-light);padding:1rem 1.25rem;display:block}.OverviewTab-module__FK_R3a__responsiveTable tr:last-child{border-bottom:none}.OverviewTab-module__FK_R3a__responsiveTable td{text-align:right;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;font-size:.875rem;display:flex}.OverviewTab-module__FK_R3a__responsiveTable td:first-child{padding-top:0}.OverviewTab-module__FK_R3a__responsiveTable td:last-child{padding-bottom:0}.OverviewTab-module__FK_R3a__responsiveTable td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);text-align:left;flex-shrink:0;font-size:.6875rem;font-weight:600}.OverviewTab-module__FK_R3a__responsiveTable tr:hover td{background-color:#0000}}.OverviewTab-module__FK_R3a__th{text-align:left;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;background-color:var(--color-bg-main);border-bottom:2px solid var(--color-border-light);padding:1rem 2rem;font-size:.75rem;font-weight:600}.OverviewTab-module__FK_R3a__td{color:var(--color-text-main);border-bottom:1px solid var(--color-border-light);padding:1.25rem 2rem;font-size:.875rem;font-weight:500}.OverviewTab-module__FK_R3a__tr:last-child .OverviewTab-module__FK_R3a__td{border-bottom:none}.OverviewTab-module__FK_R3a__tr:hover .OverviewTab-module__FK_R3a__td{background-color:var(--color-bg-main)}.OverviewTab-module__FK_R3a__statusBadge{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.OverviewTab-module__FK_R3a__statusOnSite{background-color:var(--color-status-green-bg);color:var(--color-status-green-text)}.OverviewTab-module__FK_R3a__statusCheckOut{background-color:var(--color-status-gray-bg);color:var(--color-status-gray-text)}.OverviewTab-module__FK_R3a__statusNoShow{background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow-text)}.OverviewTab-module__FK_R3a__statusCancelled{background-color:var(--color-tag-gold-bg);color:var(--color-tag-gold-text)}.OverviewTab-module__FK_R3a__statusUpcoming{background-color:var(--color-tag-blue-bg);color:var(--color-tag-blue-text)}.OverviewTab-module__FK_R3a__metricValueMuted{color:var(--color-text-secondary);font-size:1.25rem;font-weight:600}.OverviewTab-module__FK_R3a__metricPulse{animation:1.8s cubic-bezier(.4,0,.6,1) infinite OverviewTab-module__FK_R3a__overviewMetricPulse}@keyframes OverviewTab-module__FK_R3a__overviewMetricPulse{0%,to{opacity:1}50%{opacity:.45}}.OverviewTab-module__FK_R3a__emptyTableHint{color:var(--color-text-secondary);text-align:center;padding:1rem .5rem;font-size:.875rem;line-height:1.45;display:block}.OverviewTab-module__FK_R3a__viewAllBtn{text-align:center;border:none;border-top:1px solid var(--color-border-light);width:100%;color:var(--color-primary);cursor:pointer;transition:var(--transition-smooth);background:0 0;padding:1.25rem;font-size:.875rem;font-weight:600;display:block}.OverviewTab-module__FK_R3a__viewAllBtn:hover{background-color:var(--color-bg-main);color:var(--color-primary-light)}
.HistoryTab-module__sQs7ia__wrapper{width:100%;max-width:52rem;margin:0 auto;padding:0 .5rem 2.5rem}.HistoryTab-module__sQs7ia__summaryRow{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (max-width:720px){.HistoryTab-module__sQs7ia__summaryRow{grid-template-columns:1fr}}.HistoryTab-module__sQs7ia__summaryCard{background:var(--color-bg-panel);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem;display:flex}.HistoryTab-module__sQs7ia__summaryLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);font-size:.75rem;font-weight:600}.HistoryTab-module__sQs7ia__summaryValue{letter-spacing:-.02em;color:var(--color-text-main);font-size:1.5rem;font-weight:700}.HistoryTab-module__sQs7ia__loading{min-height:12rem;color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-weight:500;display:flex}.HistoryTab-module__sQs7ia__loadingPulse{animation:2s cubic-bezier(.4,0,.6,1) infinite HistoryTab-module__sQs7ia__historyPulse}@keyframes HistoryTab-module__sQs7ia__historyPulse{0%,to{opacity:1}50%{opacity:.5}}.HistoryTab-module__sQs7ia__error{border-radius:var(--radius-md);background:var(--color-status-yellow-bg);color:var(--color-status-yellow-text);padding:1rem 1.25rem;font-size:.9375rem}.HistoryTab-module__sQs7ia__empty{text-align:center;color:var(--color-text-secondary);border:1px dashed var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-panel);padding:2.5rem 1.5rem;font-size:1rem;line-height:1.55}.HistoryTab-module__sQs7ia__timeline{padding-left:.5rem;position:relative}.HistoryTab-module__sQs7ia__timeline:before{content:"";background:var(--color-border);border-radius:1px;width:2px;position:absolute;top:.35rem;bottom:.35rem;left:.65rem}.HistoryTab-module__sQs7ia__item{padding-bottom:1.75rem;padding-left:2rem;position:relative}.HistoryTab-module__sQs7ia__item:last-child{padding-bottom:0}.HistoryTab-module__sQs7ia__dot{background:var(--color-primary);border:2px solid var(--color-bg-panel);width:10px;height:10px;box-shadow:0 0 0 2px var(--color-border);border-radius:50%;position:absolute;top:.35rem;left:.2rem}.HistoryTab-module__sQs7ia__card{background:var(--color-bg-panel);border:1px solid var(--color-border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.65rem;padding:1.25rem 1.35rem;display:flex}.HistoryTab-module__sQs7ia__dates{color:var(--color-text-main);letter-spacing:-.01em;font-size:.9375rem;font-weight:600;line-height:1.45}.HistoryTab-module__sQs7ia__metaRow{color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.875rem;display:flex}.HistoryTab-module__sQs7ia__nights,.HistoryTab-module__sQs7ia__room{font-weight:500}.HistoryTab-module__sQs7ia__spend{color:var(--color-text-main);font-weight:600}.HistoryTab-module__sQs7ia__badge{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;align-items:center;padding:.2rem .65rem;font-size:.6875rem;font-weight:700;display:inline-flex}.HistoryTab-module__sQs7ia__badgeCheckedOut{background:var(--color-status-gray-bg);color:var(--color-status-gray-text)}.HistoryTab-module__sQs7ia__badgeCancelled{background:var(--color-status-yellow-bg);color:var(--color-status-yellow-text)}.HistoryTab-module__sQs7ia__badgeNoShow{background:var(--color-tag-gold-bg);color:var(--color-tag-gold-text)}.HistoryTab-module__sQs7ia__badgeInHouse{background:var(--color-status-green-bg);color:var(--color-status-green-text)}.HistoryTab-module__sQs7ia__badgeUpcoming{background:var(--color-tag-blue-bg);color:var(--color-tag-blue-text)}
.ActivityFeed-module__yXe89W__activityFeed{border-radius:var(--radius-lg);border:1px solid var(--color-border-light);width:100%;max-width:340px;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background-color:#fff;flex-shrink:0;padding:2rem}.ActivityFeed-module__yXe89W__activityFeed:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (max-width:1024px){.ActivityFeed-module__yXe89W__activityFeed{max-width:none}}.ActivityFeed-module__yXe89W__feedTitle{color:var(--color-text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.ActivityFeed-module__yXe89W__empty{color:var(--color-text-secondary);margin:0 0 1.25rem;font-size:.875rem;line-height:1.5}.ActivityFeed-module__yXe89W__timeline{flex-direction:column;display:flex;position:relative}.ActivityFeed-module__yXe89W__timeline:before{content:"";background-color:var(--color-border-light);z-index:0;width:2px;position:absolute;top:10px;bottom:0;left:17px}.ActivityFeed-module__yXe89W__event{z-index:1;transition:var(--transition-smooth);gap:1.5rem;margin-bottom:2rem;display:flex;position:relative}.ActivityFeed-module__yXe89W__event:hover{transform:translate(4px)}.ActivityFeed-module__yXe89W__event:last-child{margin-bottom:0}.ActivityFeed-module__yXe89W__iconContainer{border-radius:var(--radius-full);width:36px;height:36px;box-shadow:var(--shadow-sm);z-index:2;transition:var(--transition-smooth);background-color:#fff;border:2px solid #fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ActivityFeed-module__yXe89W__event:hover .ActivityFeed-module__yXe89W__iconContainer{box-shadow:var(--shadow-md);transform:scale(1.1)}.ActivityFeed-module__yXe89W__iconBlue{color:var(--color-tag-blue-text);background-color:var(--color-tag-blue-bg)}.ActivityFeed-module__yXe89W__iconGray{color:var(--color-text-secondary);background-color:var(--color-bg-main)}.ActivityFeed-module__yXe89W__eventContent{background-color:var(--color-bg-main);border-radius:var(--radius-md);border:1px solid var(--color-border-light);flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.ActivityFeed-module__yXe89W__eventTitle{color:var(--color-text-main);font-size:.875rem;font-weight:600}.ActivityFeed-module__yXe89W__eventTime{color:var(--color-text-tertiary);font-size:.75rem;font-weight:500}.ActivityFeed-module__yXe89W__eventDetails{color:var(--color-text-secondary);margin-top:.25rem;font-size:.8125rem;line-height:1.4}
.PreferencesTab-module__v3r5Xq__container{flex-direction:column;gap:1rem;width:100%;display:flex}.PreferencesTab-module__v3r5Xq__actionRow{justify-content:flex-end;display:flex}.PreferencesTab-module__v3r5Xq__saveBtn{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;padding:.6rem 1rem;font-weight:600}.PreferencesTab-module__v3r5Xq__saveBtn:disabled{opacity:.6;cursor:not-allowed}.PreferencesTab-module__v3r5Xq__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:1024px){.PreferencesTab-module__v3r5Xq__grid{grid-template-columns:1fr}}.PreferencesTab-module__v3r5Xq__card{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background-color:#fff;flex-direction:column;padding:2.5rem;display:flex}.PreferencesTab-module__v3r5Xq__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.PreferencesTab-module__v3r5Xq__cardHeader{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.PreferencesTab-module__v3r5Xq__iconWrapper{background-color:var(--color-bg-main);color:var(--color-primary);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.75rem;display:flex}.PreferencesTab-module__v3r5Xq__cardTitle{color:var(--color-text-main);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.PreferencesTab-module__v3r5Xq__fieldList{flex-direction:column;gap:1.25rem;display:flex}.PreferencesTab-module__v3r5Xq__field{border-bottom:1px solid var(--color-border-light);grid-template-columns:140px 1fr;align-items:start;gap:1.5rem;padding-bottom:1.25rem;display:grid}.PreferencesTab-module__v3r5Xq__field:last-child{border-bottom:none;padding-bottom:0}.PreferencesTab-module__v3r5Xq__label{color:var(--color-text-secondary);padding-top:.125rem;font-size:.875rem;font-weight:600}.PreferencesTab-module__v3r5Xq__value{color:var(--color-text-main);font-size:1rem;font-weight:500;line-height:1.5}.PreferencesTab-module__v3r5Xq__input{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-main);padding:.5rem .75rem;font-size:.9rem}.PreferencesTab-module__v3r5Xq__tagList{flex-wrap:wrap;gap:.5rem;display:flex}.PreferencesTab-module__v3r5Xq__tag{background-color:var(--color-bg-main);color:var(--color-text-main);border-radius:var(--radius-full);border:1px solid var(--color-border-light);padding:.375rem .875rem;font-size:.875rem;font-weight:500}.PreferencesTab-module__v3r5Xq__tagAlert{background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow-text);border-color:#b453091a;font-weight:600}.PreferencesTab-module__v3r5Xq__errorText{color:#b91c1c;margin:0;font-size:.875rem}.PreferencesTab-module__v3r5Xq__savedText{color:#166534;margin:0;font-size:.875rem}.PreferencesTab-module__v3r5Xq__muted{color:var(--color-text-secondary);font-size:.9rem;line-height:1.5}.PreferencesTab-module__v3r5Xq__bookedRoomsBox{min-height:1.5rem}.PreferencesTab-module__v3r5Xq__bookedRoomsList{color:var(--color-text-main);margin:0;padding-left:1.25rem;font-size:.95rem;font-weight:500;line-height:1.6}.PreferencesTab-module__v3r5Xq__bookedRoomsList li{margin-bottom:.25rem}.PreferencesTab-module__v3r5Xq__mewsOccasionsBlock{background-color:var(--color-bg-main);border:1px solid var(--color-border-light);border-radius:var(--radius-md);margin-bottom:1.25rem;padding:1rem 1.1rem}.PreferencesTab-module__v3r5Xq__mewsOccasionsSubhead{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.PreferencesTab-module__v3r5Xq__staffOccasionsSubhead{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:.65rem;font-size:.7rem;font-weight:700}.PreferencesTab-module__v3r5Xq__insightRow{color:var(--color-text-main);margin-bottom:.5rem;font-size:.9rem;line-height:1.55}.PreferencesTab-module__v3r5Xq__insightRow:last-child{margin-bottom:0}.PreferencesTab-module__v3r5Xq__insightHighlight{border-radius:var(--radius-md);background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow-text);flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.35rem;padding:.35rem .6rem;font-size:.875rem;font-weight:600;display:inline-flex}.PreferencesTab-module__v3r5Xq__companionList{color:var(--color-text-main);margin:.35rem 0 0;padding-left:1.15rem;font-size:.9rem;line-height:1.55}.PreferencesTab-module__v3r5Xq__companionList li{margin-bottom:.2rem}.PreferencesTab-module__v3r5Xq__companionMeta{color:var(--color-text-secondary);font-size:.82rem;font-weight:500}
.NotesTab-module__4D-weG__container{flex-direction:column;gap:2rem;width:100%;display:flex}.NotesTab-module__4D-weG__composerCard{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background-color:#fff;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.NotesTab-module__4D-weG__composerHeader{color:var(--color-text-main);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.NotesTab-module__4D-weG__textArea{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:80px;color:var(--color-text-main);resize:vertical;transition:var(--transition-smooth);padding:.75rem;font-family:inherit;font-size:.875rem}.NotesTab-module__4D-weG__textArea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light);outline:none}.NotesTab-module__4D-weG__composerControls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.NotesTab-module__4D-weG__controlGroup{align-items:center;gap:1rem;display:flex}.NotesTab-module__4D-weG__select{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-main);cursor:pointer;background-color:#fff;padding:.5rem;font-size:.875rem}.NotesTab-module__4D-weG__checkboxLabel{color:var(--color-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.NotesTab-module__4D-weG__checkboxLabel input[type=checkbox]{accent-color:var(--color-primary);cursor:pointer;width:16px;height:16px}.NotesTab-module__4D-weG__priorityLabel{color:var(--color-status-yellow-text);font-weight:600}.NotesTab-module__4D-weG__priorityLabel input[type=checkbox]{accent-color:#b45309}.NotesTab-module__4D-weG__submitBtn{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.NotesTab-module__4D-weG__submitBtn:hover{background-color:var(--color-primary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.NotesTab-module__4D-weG__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.NotesTab-module__4D-weG__feedHeader{border-bottom:2px solid var(--color-border-light);justify-content:space-between;align-items:flex-end;padding-bottom:1rem;display:flex}.NotesTab-module__4D-weG__feedTitle{color:var(--color-text-main);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.NotesTab-module__4D-weG__filterTabs{gap:.5rem;display:flex}.NotesTab-module__4D-weG__filterTab{border-radius:var(--radius-full);color:var(--color-text-secondary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:1px solid #0000;padding:.375rem 1rem;font-size:.875rem;font-weight:600}.NotesTab-module__4D-weG__filterTab:hover{background-color:var(--color-bg-main);color:var(--color-text-main)}.NotesTab-module__4D-weG__filterTab.NotesTab-module__4D-weG__active{color:var(--color-primary);border-color:var(--color-border-light);box-shadow:var(--shadow-sm);background-color:#fff}.NotesTab-module__4D-weG__timeline{flex-direction:column;gap:1.5rem;display:flex;position:relative}.NotesTab-module__4D-weG__timeline:before{content:"";background-color:var(--color-border-light);z-index:0;width:2px;position:absolute;top:10px;bottom:0;left:20px}.NotesTab-module__4D-weG__noteCardWrapper{z-index:1;gap:1.5rem;display:flex;position:relative}.NotesTab-module__4D-weG__noteCardColumn{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.NotesTab-module__4D-weG__noteIcon{border-radius:var(--radius-full);width:42px;height:42px;box-shadow:var(--shadow-sm);z-index:2;background-color:#fff;border:2px solid #fff;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.NotesTab-module__4D-weG__deptFO{color:#3b82f6;background-color:#eff6ff}.NotesTab-module__4D-weG__deptHK{color:#10b981;background-color:#ecfdf5}.NotesTab-module__4D-weG__deptFB{color:#8b5cf6;background-color:#f5f3ff}.NotesTab-module__4D-weG__noteCard{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background-color:#fff;flex:1;padding:1.25rem;position:relative}.NotesTab-module__4D-weG__noteCard:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.NotesTab-module__4D-weG__noteCardFooter{justify-content:flex-end;align-items:center;min-height:1.75rem;margin-top:.65rem;padding-top:.35rem;display:flex}.NotesTab-module__4D-weG__createTaskBtn{opacity:0;pointer-events:none;color:var(--color-text-tertiary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.2rem .35rem;font-size:.75rem;font-weight:500;transition:opacity .15s}.NotesTab-module__4D-weG__noteCard:hover .NotesTab-module__4D-weG__createTaskBtn,.NotesTab-module__4D-weG__noteCard:focus-within .NotesTab-module__4D-weG__createTaskBtn{opacity:1;pointer-events:auto}.NotesTab-module__4D-weG__createTaskBtn:hover{color:var(--color-primary);background:var(--color-bg-main)}.NotesTab-module__4D-weG__taskMiniForm{background:color-mix(in srgb, var(--color-bg-main) 85%, var(--color-primary));border:1px solid var(--color-border-light);border-radius:var(--radius-md);flex-direction:column;gap:.65rem;padding:.85rem 1rem;display:flex}.NotesTab-module__4D-weG__taskMiniFormRow{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.NotesTab-module__4D-weG__taskMiniFormRow>label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary);width:100%;font-size:.6875rem;font-weight:600}.NotesTab-module__4D-weG__taskMiniFieldGroup{flex-wrap:wrap;gap:.65rem;width:100%;display:flex}.NotesTab-module__4D-weG__taskMiniField{flex-direction:column;flex:1;gap:.25rem;min-width:8rem;display:flex}.NotesTab-module__4D-weG__taskMiniField label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary);font-size:.6875rem;font-weight:600}.NotesTab-module__4D-weG__taskMiniInput{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text-main);padding:.45rem .55rem;font-family:inherit;font-size:.8125rem}.NotesTab-module__4D-weG__taskMiniInput:focus{border-color:var(--color-primary);outline:none}.NotesTab-module__4D-weG__taskMiniSelect{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-width:0;color:var(--color-text-main);background:#fff;padding:.4rem .5rem;font-size:.8125rem}.NotesTab-module__4D-weG__taskMiniActions{align-items:center;gap:.5rem;margin-top:.15rem;display:flex}.NotesTab-module__4D-weG__taskMiniSubmit{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;cursor:pointer;border:none;padding:.4rem .85rem;font-size:.8125rem;font-weight:600}.NotesTab-module__4D-weG__taskMiniSubmit:disabled{opacity:.55;cursor:not-allowed}.NotesTab-module__4D-weG__taskMiniCancel{border:1px solid var(--color-border-light);border-radius:var(--radius-full);width:1.75rem;height:1.75rem;color:var(--color-text-secondary);cursor:pointer;background:#fff;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.NotesTab-module__4D-weG__taskMiniCancel:hover{color:var(--color-text-main);border-color:var(--color-border)}.NotesTab-module__4D-weG__taskCreatedConfirm{color:var(--color-status-green-text);font-size:.75rem;font-weight:600}.NotesTab-module__4D-weG__noteHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.NotesTab-module__4D-weG__authorMeta{align-items:center;gap:.75rem;display:flex}.NotesTab-module__4D-weG__authorName{color:var(--color-text-main);font-size:.875rem;font-weight:600}.NotesTab-module__4D-weG__timestamp{color:var(--color-text-tertiary);font-size:.75rem}.NotesTab-module__4D-weG__badges{gap:.5rem;display:flex}.NotesTab-module__4D-weG__metaActions{align-items:center;gap:.5rem;display:flex}.NotesTab-module__4D-weG__priorityBadge{background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow-text);border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;border:1px solid #b453091a;align-items:center;gap:.25rem;padding:.125rem .625rem;font-size:.625rem;font-weight:700;display:flex}.NotesTab-module__4D-weG__internalBadge{background-color:var(--color-bg-main);color:var(--color-text-secondary);border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--color-border-light);padding:.125rem .625rem;font-size:.625rem;font-weight:700}.NotesTab-module__4D-weG__noteContent{color:var(--color-text-secondary);font-size:.875rem;line-height:1.5}.NotesTab-module__4D-weG__deleteBtn{border:1px solid var(--color-border-light);color:var(--color-text-tertiary);border-radius:var(--radius-full);cursor:pointer;background-color:#fff;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:inline-flex}.NotesTab-module__4D-weG__deleteBtn:hover{color:#b91c1c;background-color:#fef2f2;border-color:#fecaca}.NotesTab-module__4D-weG__emptyMessage{color:var(--color-text-tertiary);font-size:.875rem}.NotesTab-module__4D-weG__errorText{color:#b91c1c;margin:0;font-size:.875rem}
.TasksTab-module__bepiSq__container{flex-direction:column;gap:1rem;display:flex}.TasksTab-module__bepiSq__formCard{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.TasksTab-module__bepiSq__title{margin:0;font-size:1rem}.TasksTab-module__bepiSq__input,.TasksTab-module__bepiSq__textArea,.TasksTab-module__bepiSq__select,.TasksTab-module__bepiSq__statusSelect{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.5rem .75rem}.TasksTab-module__bepiSq__textArea{resize:vertical;min-height:80px}.TasksTab-module__bepiSq__controls{align-items:center;gap:.5rem;display:flex}.TasksTab-module__bepiSq__saveBtn{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;cursor:pointer;border:none;padding:.5rem 1rem}.TasksTab-module__bepiSq__list{flex-direction:column;gap:.75rem;display:flex}.TasksTab-module__bepiSq__taskCard{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:#fff;padding:.875rem 1rem}.TasksTab-module__bepiSq__taskHeader{justify-content:space-between;display:flex}.TasksTab-module__bepiSq__description{color:var(--color-text-secondary);margin:.5rem 0}.TasksTab-module__bepiSq__meta{color:var(--color-text-secondary);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.TasksTab-module__bepiSq__deleteBtn{border:1px solid var(--color-border-light);border-radius:var(--radius-full);cursor:pointer;background:#fff;padding:.25rem .6rem}.TasksTab-module__bepiSq__emptyText{color:var(--color-text-tertiary)}.TasksTab-module__bepiSq__errorText{color:#b91c1c;margin:0}
.IntelligenceTab-module__gyYY0G__wrapper{flex-direction:column;gap:1.75rem;width:100%;max-width:52rem;margin:0 auto;padding:0 .5rem 2.5rem;display:flex}.IntelligenceTab-module__gyYY0G__loading{min-height:14rem;color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}.IntelligenceTab-module__gyYY0G__loadingPulse{animation:2s cubic-bezier(.4,0,.6,1) infinite IntelligenceTab-module__gyYY0G__dossierPulse}@keyframes IntelligenceTab-module__gyYY0G__dossierPulse{0%,to{opacity:1}50%{opacity:.55}}.IntelligenceTab-module__gyYY0G__error{border-radius:var(--radius-md);background:var(--color-status-yellow-bg);color:var(--color-status-yellow-text);padding:1rem 1.25rem;font-size:.9375rem}.IntelligenceTab-module__gyYY0G__artCard{border-radius:var(--radius-md);border:1px solid var(--color-border-light);border-left:4px solid var(--color-primary);background:color-mix(in srgb, var(--color-primary) 8%, var(--color-bg-panel));box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem;display:flex}.IntelligenceTab-module__gyYY0G__artIconWrap{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-primary) 12%, transparent);width:2.5rem;height:2.5rem;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.IntelligenceTab-module__gyYY0G__artAngleText{color:var(--color-text-main);flex:1;padding-top:.15rem;font-size:1rem;font-weight:500;line-height:1.55}.IntelligenceTab-module__gyYY0G__staffNote{color:var(--color-text-secondary);font-size:.9375rem;font-style:italic;line-height:1.5}.IntelligenceTab-module__gyYY0G__divider{background:var(--color-border);height:1px;margin:.25rem 0}.IntelligenceTab-module__gyYY0G__brief{color:var(--color-text-main);letter-spacing:-.01em;flex-direction:column;gap:1.25rem;font-size:1rem;line-height:1.75;display:flex}.IntelligenceTab-module__gyYY0G__paragraph{margin:0}.IntelligenceTab-module__gyYY0G__footer{color:var(--color-text-tertiary);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding-top:.5rem;font-size:.8125rem;display:flex}.IntelligenceTab-module__gyYY0G__refreshBtn{font-size:inherit;color:var(--color-text-secondary);text-underline-offset:3px;padding:.15rem 0;text-decoration:underline}.IntelligenceTab-module__gyYY0G__refreshBtn:hover:not(:disabled){color:var(--color-primary)}.IntelligenceTab-module__gyYY0G__refreshBtn:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.IntelligenceTab-module__gyYY0G__emptyCard{text-align:center;border-radius:var(--radius-lg);border:1px dashed var(--color-border);background:var(--color-bg-panel);box-shadow:var(--shadow-sm);color:var(--color-text-secondary);flex-direction:column;align-items:center;gap:1rem;max-width:28rem;margin:0 auto;padding:2.5rem 1.5rem;display:flex}.IntelligenceTab-module__gyYY0G__emptyIcon{color:var(--color-text-tertiary);opacity:.85}.IntelligenceTab-module__gyYY0G__emptyText{max-width:22rem;font-size:1rem;line-height:1.55}
.page-module__cscrGq__page{flex-direction:column;gap:1.5rem;height:100%;min-height:0;padding:1.5rem 2rem 2rem;display:flex;overflow:hidden}.page-module__cscrGq__title{color:var(--color-text-main);letter-spacing:-.03em;font-size:1.5rem;font-weight:700}.page-module__cscrGq__subtitle{color:var(--color-text-secondary);margin-top:.25rem;font-size:.875rem}.page-module__cscrGq__grid{flex:1;grid-template-columns:minmax(280px,380px) 1fr;align-items:stretch;gap:2rem;min-height:0;display:grid}@media (max-width:960px){.page-module__cscrGq__grid{grid-template-columns:1fr}}.page-module__cscrGq__composer{background:var(--color-bg-panel);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.25rem;min-height:0;max-height:100%;padding:1.5rem;display:flex;overflow:auto}.page-module__cscrGq__feed{background:var(--color-bg-panel);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;min-height:0;padding:1.5rem;display:flex;overflow:auto}.page-module__cscrGq__feedTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.page-module__cscrGq__label{color:var(--color-text-secondary);margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:block}.page-module__cscrGq__select{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text-main);background:#fff;padding:.5rem .75rem;font-family:inherit;font-size:.9rem}.page-module__cscrGq__textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:140px;color:var(--color-text-main);resize:vertical;padding:.65rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.5}.page-module__cscrGq__textarea:focus,.page-module__cscrGq__select:focus,.page-module__cscrGq__guestInput:focus{outline-offset:1px;outline:2px solid #0f172a26}.page-module__cscrGq__guestFieldWrap{position:relative}.page-module__cscrGq__guestInput{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text-main);background:#fff;padding:.5rem .75rem;font-family:inherit;font-size:.9rem}.page-module__cscrGq__suggestions{border:1px solid var(--color-border);border-radius:var(--radius-md);max-height:200px;box-shadow:var(--shadow-md);z-index:20;background:#fff;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.page-module__cscrGq__suggestionItem{text-align:left;width:100%;color:var(--color-text-main);cursor:pointer;background:#fff;border:none;padding:.5rem .75rem;font-size:.875rem;display:block}.page-module__cscrGq__suggestionItem:hover{background:var(--color-bg-main)}.page-module__cscrGq__chips{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.page-module__cscrGq__chip{background:var(--color-tag-blue-bg);color:var(--color-tag-blue-text);border-radius:var(--radius-full);align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.78rem;font-weight:600;display:inline-flex}.page-module__cscrGq__chipRemove{opacity:.7;padding:0 .15rem;font-size:1rem;line-height:1}.page-module__cscrGq__chipRemove:hover{opacity:1}.page-module__cscrGq__submitBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);border:none;align-self:flex-start;margin-top:.25rem;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600}.page-module__cscrGq__submitBtn:hover:not(:disabled){background:var(--color-primary-light)}.page-module__cscrGq__submitBtn:disabled{opacity:.55;cursor:not-allowed}.page-module__cscrGq__errorText{color:#b91c1c;margin:0;font-size:.8rem}.page-module__cscrGq__emptyFeed{color:var(--color-text-secondary);text-align:center;padding:2rem 0;font-size:.9rem}.page-module__cscrGq__card{border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:var(--color-bg-main);padding:1.1rem 1.15rem}.page-module__cscrGq__cardHeader{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.65rem;display:flex}.page-module__cscrGq__author{color:var(--color-text-main);font-size:.95rem;font-weight:700}.page-module__cscrGq__shiftBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);background:var(--color-status-gray-bg);color:var(--color-status-gray-text);padding:.2rem .5rem;font-size:.65rem;font-weight:700}.page-module__cscrGq__shiftMorning{background:var(--color-status-yellow-bg);color:var(--color-status-yellow-text)}.page-module__cscrGq__shiftAfternoon{background:var(--color-tag-blue-bg);color:var(--color-tag-blue-text)}.page-module__cscrGq__shiftNight{background:var(--color-tag-purple-bg);color:var(--color-tag-purple-text)}.page-module__cscrGq__time{color:var(--color-text-tertiary);margin-left:auto;font-size:.78rem}.page-module__cscrGq__content{color:var(--color-text-main);white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.55}.page-module__cscrGq__flaggedRow{border-top:1px solid var(--color-border);margin-top:.75rem;padding-top:.75rem}.page-module__cscrGq__flaggedLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);margin-bottom:.35rem;font-size:.65rem;font-weight:700}.page-module__cscrGq__flaggedLinks{flex-wrap:wrap;gap:.4rem .75rem;display:flex}.page-module__cscrGq__guestLink{color:var(--color-tag-teal-text);text-underline-offset:2px;font-size:.85rem;font-weight:600;text-decoration:underline}.page-module__cscrGq__guestLink:hover{color:var(--color-primary)}
.ArrivalChecklist-module__kpbk3G__root{flex-direction:column;gap:1rem;padding-top:.25rem;display:flex}.ArrivalChecklist-module__kpbk3G__progressTop{flex-direction:column;gap:.4rem;display:flex}.ArrivalChecklist-module__kpbk3G__progressLabel{color:var(--color-text-main);font-size:.8125rem;font-weight:600}.ArrivalChecklist-module__kpbk3G__progressTrack{border-radius:var(--radius-full);background:var(--color-border-light);height:6px;overflow:hidden}.ArrivalChecklist-module__kpbk3G__progressFill{border-radius:var(--radius-full);background:var(--color-primary);height:100%;transition:width .35s cubic-bezier(.16,1,.3,1)}.ArrivalChecklist-module__kpbk3G__readyBanner{border-radius:var(--radius-md);background:var(--color-status-green-bg);color:var(--color-status-green-text);align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.875rem;font-weight:600;display:flex}.ArrivalChecklist-module__kpbk3G__deptSection{flex-direction:column;gap:.5rem;display:flex}.ArrivalChecklist-module__kpbk3G__deptHeader{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);align-self:flex-start;align-items:center;padding:.25rem .55rem;font-size:.6875rem;font-weight:700;display:inline-flex}.ArrivalChecklist-module__kpbk3G__deptFO{color:#3b82f6;background-color:#eff6ff}.ArrivalChecklist-module__kpbk3G__deptHK{color:#10b981;background-color:#ecfdf5}.ArrivalChecklist-module__kpbk3G__deptFB{color:#8b5cf6;background-color:#f5f3ff}.ArrivalChecklist-module__kpbk3G__itemRow{border-bottom:1px solid var(--color-border-light);align-items:flex-start;gap:.65rem;padding:.45rem 0;display:flex}.ArrivalChecklist-module__kpbk3G__itemRow:last-child{border-bottom:none}.ArrivalChecklist-module__kpbk3G__checkbox{cursor:pointer;width:1.1rem;height:1.1rem;accent-color:var(--color-primary);flex-shrink:0;margin-top:.15rem}.ArrivalChecklist-module__kpbk3G__itemBody{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.ArrivalChecklist-module__kpbk3G__itemLabel{color:var(--color-text-main);font-size:.875rem;font-weight:500;line-height:1.4}.ArrivalChecklist-module__kpbk3G__itemMeta{color:var(--color-text-tertiary);font-size:.75rem}.ArrivalChecklist-module__kpbk3G__loading{color:var(--color-text-secondary);font-size:.875rem;animation:1.8s ease-in-out infinite ArrivalChecklist-module__kpbk3G__checklistPulse}.ArrivalChecklist-module__kpbk3G__error{color:#b91c1c;font-size:.8125rem}@keyframes ArrivalChecklist-module__kpbk3G__checklistPulse{0%,to{opacity:1}50%{opacity:.45}}
.OverviewSection-module__glvHVG__overviewSection{flex-wrap:wrap;gap:2rem;width:100%;min-width:0;display:flex}.OverviewSection-module__glvHVG__contactColumn{flex-shrink:0;width:280px}.OverviewSection-module__glvHVG__overviewColumn{flex:1;min-width:280px}.OverviewSection-module__glvHVG__activityColumn{flex-shrink:0;width:320px}@media (max-width:1024px){.OverviewSection-module__glvHVG__overviewSection{flex-flow:column}.OverviewSection-module__glvHVG__contactColumn,.OverviewSection-module__glvHVG__overviewColumn,.OverviewSection-module__glvHVG__activityColumn{width:100%;min-width:0}}