/* [project]/components/LoginPage.module.css [app-client] (css) */
.LoginPage-module__ulbnWG__wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.LoginPage-module__ulbnWG__leftPanel {
  background: linear-gradient(135deg, #e8e4f3 0%, #d4c5f9 50%, #a78bfa 100%);
  flex: 1;
  position: relative;
}

.LoginPage-module__ulbnWG__logoTopLeft {
  position: absolute;
  top: 30px;
  left: 40px;
}

.LoginPage-module__ulbnWG__rightPanel {
  background: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.LoginPage-module__ulbnWG__visitLink {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 40px;
  left: 40px;
}

.LoginPage-module__ulbnWG__visitLink:hover {
  text-decoration: underline;
}

.LoginPage-module__ulbnWG__formContainer {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.LoginPage-module__ulbnWG__title {
  text-align: center;
  color: #111827;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.LoginPage-module__ulbnWG__subtitle {
  color: #6b7280;
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
}

.LoginPage-module__ulbnWG__formStack {
  margin-bottom: 24px;
}

.LoginPage-module__ulbnWG__termsText {
  color: #6b7280;
  text-align: center;
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
}

.LoginPage-module__ulbnWG__termsLink {
  color: #4c8bf5;
  font-size: 12px;
  text-decoration: none;
}

.LoginPage-module__ulbnWG__termsLink:hover {
  text-decoration: underline;
}

.LoginPage-module__ulbnWG__footer {
  text-align: center;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .LoginPage-module__ulbnWG__leftPanel {
    display: none;
  }

  .LoginPage-module__ulbnWG__rightPanel {
    flex: 1;
  }

  .LoginPage-module__ulbnWG__visitLink {
    top: 20px;
    right: 20px;
  }

  .LoginPage-module__ulbnWG__title {
    font-size: 26px;
  }

  .LoginPage-module__ulbnWG__footer {
    margin-top: 80px;
  }
}

/* [project]/components/LibraryPage.module.css [app-client] (css) */
.LibraryPage-module__8fwXBG__wrapper {
  background-color: #f8f9fa;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.LibraryPage-module__8fwXBG__header {
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
  position: sticky;
  top: 0;
}

.LibraryPage-module__8fwXBG__headerContainer {
  max-width: 100% !important;
  padding: 0 24px !important;
}

.LibraryPage-module__8fwXBG__content {
  background-color: #f8f9fa;
  flex: 1;
  display: flex;
}

.LibraryPage-module__8fwXBG__contentContainer {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}

.LibraryPage-module__8fwXBG__sidebar {
  background: #fff;
  border-right: 1px solid #e5e7eb;
  flex-direction: column;
  flex-shrink: 0;
  width: 256px;
  height: calc(100vh - 68px);
  display: flex;
  position: sticky;
  top: 68px;
}

.LibraryPage-module__8fwXBG__sidebarContent {
  flex: 1;
  padding: 16px 0;
  overflow-y: auto;
}

.LibraryPage-module__8fwXBG__sidebarItem {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 10px 16px;
  transition: background-color .15s;
}

.LibraryPage-module__8fwXBG__sidebarItem:hover {
  background-color: #f3f4f6;
}

.LibraryPage-module__8fwXBG__sidebarSubItem {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 8px 16px;
  transition: background-color .15s;
}

.LibraryPage-module__8fwXBG__sidebarSubItem:hover {
  background-color: #f3f4f6;
}

.LibraryPage-module__8fwXBG__footer {
  cursor: pointer;
  border-top: 1px solid #e5e7eb;
  padding: 12px 16px;
  transition: background-color .15s;
}

.LibraryPage-module__8fwXBG__footer:hover {
  background-color: #f3f4f6;
}

.LibraryPage-module__8fwXBG__mainContent {
  flex: 1;
  min-width: 0;
  padding: 24px;
  overflow-y: auto;
}

.LibraryPage-module__8fwXBG__meetingsGrid {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  display: grid;
}

.LibraryPage-module__8fwXBG__meetingItem {
  width: 100%;
  transition: all .15s;
}

.LibraryPage-module__8fwXBG__meetingItem:hover {
  transform: translateX(2px);
  background-color: #e9ecef !important;
}

@keyframes LibraryPage-module__8fwXBG__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@media (max-width: 768px) {
  .LibraryPage-module__8fwXBG__headerContainer {
    padding: 0 16px !important;
  }

  .LibraryPage-module__8fwXBG__sidebar {
    width: 200px;
  }

  .LibraryPage-module__8fwXBG__meetingsGrid {
    grid-template-columns: 1fr;
  }
}

/* [project]/components/UploadMeetingModal/UploadMeetingModal.module.css [app-client] (css) */
.UploadMeetingModal-module__MoVmjq__modalOverlay {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.UploadMeetingModal-module__MoVmjq__modalContent {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 20px #00000026;
}

.UploadMeetingModal-module__MoVmjq__closeButton {
  cursor: pointer;
  color: #999;
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.UploadMeetingModal-module__MoVmjq__closeButton:hover {
  color: #333;
}

.UploadMeetingModal-module__MoVmjq__pickerContainer {
  border-radius: 8px;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.UploadMeetingModal-module__MoVmjq__pickerContainer .fsp-picker {
  z-index: 100000 !important;
}

/* [project]/components/MeetingDetailPage.module.css [app-client] (css) */
.MeetingDetailPage-module__vJtFPW__wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.MeetingDetailPage-module__vJtFPW__wrapperWithBackground {
  background: #f9fafb;
}

.MeetingDetailPage-module__vJtFPW__header {
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
  position: sticky;
  top: 0;
}

.MeetingDetailPage-module__vJtFPW__headerContainer {
  max-width: 100% !important;
  padding: 0 24px !important;
}

.MeetingDetailPage-module__vJtFPW__content {
  flex: 1;
  min-height: 0;
  padding: 24px 0;
  overflow: hidden;
}

.MeetingDetailPage-module__vJtFPW__contentNoTopPadding {
  padding: 0;
}

.MeetingDetailPage-module__vJtFPW__contentContainer {
  gap: 24px;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  max-width: 100% !important;
  padding: 0 24px !important;
}

.MeetingDetailPage-module__vJtFPW__contentContainerFullWidth {
  max-width: none !important;
  padding: 0 !important;
}

.MeetingDetailPage-module__vJtFPW__leftColumn {
  background-color: #f3f3f3;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex: auto;
  min-width: 0;
  padding: 32px;
  overflow: hidden auto;
}

.MeetingDetailPage-module__vJtFPW__rightColumn {
  background-color: #f2f7f8;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-shrink: 0;
  width: 450px;
  padding: 32px;
  overflow: hidden auto;
}

.MeetingDetailPage-module__vJtFPW__videoContainer {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.MeetingDetailPage-module__vJtFPW__videoPlayer {
  object-fit: contain;
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
}

.MeetingDetailPage-module__vJtFPW__videoPlaceholder {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.MeetingDetailPage-module__vJtFPW__videoLoadingOverlay {
  z-index: 10;
  background: #000000b3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.MeetingDetailPage-module__vJtFPW__momentItem {
  border-bottom: 1px solid #d3d9dd;
  border-radius: 0;
  padding: 12px;
  transition: background .15s;
}

.MeetingDetailPage-module__vJtFPW__momentItem:last-child {
  border-bottom: none;
}

.MeetingDetailPage-module__vJtFPW__momentItem:hover {
  background: #f3f4f6;
}

.MeetingDetailPage-module__vJtFPW__leftColumn .mantine-Tabs-list {
  flex-wrap: nowrap;
}

.MeetingDetailPage-module__vJtFPW__leftColumn .mantine-Tabs-tab {
  flex-shrink: 0;
}

.MeetingDetailPage-module__vJtFPW__rightColumn .mantine-Tabs-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.MeetingDetailPage-module__vJtFPW__rightColumn .mantine-Tabs-list::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .MeetingDetailPage-module__vJtFPW__rightColumn {
    width: 400px;
  }
}

@media (max-width: 1024px) {
  .MeetingDetailPage-module__vJtFPW__contentContainer {
    flex-direction: column;
    overflow-y: auto;
  }

  .MeetingDetailPage-module__vJtFPW__leftColumn {
    border-radius: 0;
    overflow-y: visible;
  }

  .MeetingDetailPage-module__vJtFPW__rightColumn {
    border-radius: 0;
    width: 100%;
    overflow-y: visible;
  }
}

@media (max-width: 768px) {
  .MeetingDetailPage-module__vJtFPW__headerContainer, .MeetingDetailPage-module__vJtFPW__contentContainer {
    padding: 0 16px !important;
  }
}

/*# sourceMappingURL=components_fef2bb81._.css.map*/