/* [project]/app/group/create/page.module.css [app-client] (css) */
.page-module__6DCvTW__container {
  max-width: 1400px;
  min-height: 100vh;
  margin: 0 auto;
  padding: .5rem 2rem 2rem;
}

.page-module__6DCvTW__createCard {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  animation: .5s ease-out page-module__6DCvTW__fadeInUp;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a;
}

.page-module__6DCvTW__createCard:before {
  content: "";
  background: linear-gradient(90deg, #a00 0%, #800 100%);
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@keyframes page-module__6DCvTW__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-module__6DCvTW__header {
  text-align: center;
  margin-bottom: 2rem;
}

.page-module__6DCvTW__header h1 {
  color: #1a1a1a;
  margin: 0 0 .5rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.page-module__6DCvTW__subtitle {
  color: #666;
  margin: 0;
  font-size: 1rem;
}

.page-module__6DCvTW__form {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.page-module__6DCvTW__formGroup {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.page-module__6DCvTW__formGroup label {
  color: #333;
  font-size: .9rem;
  font-weight: 600;
}

.page-module__6DCvTW__formGroup input, .page-module__6DCvTW__formGroup textarea {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: .875rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  transition: all .2s;
}

.page-module__6DCvTW__formGroup input:focus, .page-module__6DCvTW__formGroup textarea:focus {
  background: #fff;
  border-color: #a00;
  outline: none;
  box-shadow: 0 0 0 3px #aa00001a;
}

.page-module__6DCvTW__formGroup textarea {
  resize: vertical;
  min-height: 100px;
}

.page-module__6DCvTW__versesSection {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  margin: 1.5rem 0;
  padding: 1.5rem;
}

.page-module__6DCvTW__versesSection h3 {
  color: #1a1a1a;
  margin: 0 0 .25rem;
  font-size: 1rem;
  font-weight: 600;
}

.page-module__6DCvTW__versesSubtitle {
  color: #666;
  margin: 0 0 1.5rem;
  font-size: .875rem;
}

.page-module__6DCvTW__select {
  color: #1a1a1a;
  cursor: pointer;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 100%;
  padding: .875rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  transition: all .2s;
}

.page-module__6DCvTW__select:focus {
  background: #fff;
  border-color: #a00;
  outline: none;
  box-shadow: 0 0 0 3px #aa00001a;
}

.page-module__6DCvTW__textareaWithButton {
  align-items: flex-start;
  gap: .5rem;
  display: flex;
}

.page-module__6DCvTW__textareaWithButton .page-module__6DCvTW__textarea {
  flex: 1;
}

.page-module__6DCvTW__textarea {
  resize: vertical;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  min-height: 100px;
  padding: .875rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .2s;
}

.page-module__6DCvTW__textarea:focus {
  background: #fff;
  border-color: #a00;
  outline: none;
  box-shadow: 0 0 0 3px #aa00001a;
}

.page-module__6DCvTW__textarea::placeholder {
  color: #999;
}

.page-module__6DCvTW__lookupButton {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #1a1a1a;
  border: none;
  border-radius: 6px;
  flex-shrink: 0;
  padding: .875rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  transition: all .2s;
}

.page-module__6DCvTW__lookupButton:hover:not(:disabled) {
  background: #333;
}

.page-module__6DCvTW__lookupButton:disabled {
  cursor: not-allowed;
  background: #ccc;
}

.page-module__6DCvTW__helpText {
  color: #666;
  margin-top: .5rem;
  font-size: .8rem;
  line-height: 1.4;
  display: block;
}

.page-module__6DCvTW__lookupError {
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 6px;
  margin-top: .75rem;
  padding: .75rem 1rem;
  font-size: .9rem;
}

.page-module__6DCvTW__previewSection {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  margin-top: 1.5rem;
  overflow: hidden;
}

.page-module__6DCvTW__previewHeader {
  background: #f0f0f0;
  border-bottom: 1px solid #e8e8e8;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.page-module__6DCvTW__previewLabel {
  color: #666;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .85rem;
  font-weight: 600;
}

.page-module__6DCvTW__previewReference {
  color: #a00;
  font-size: .9rem;
  font-weight: 600;
}

.page-module__6DCvTW__versePreviewScrollable {
  max-height: 300px;
  padding: .5rem;
  overflow-y: auto;
}

.page-module__6DCvTW__versePreviewItem {
  border-bottom: 1px solid #e8e8e8;
  padding: .75rem;
}

.page-module__6DCvTW__versePreviewItem:last-child {
  border-bottom: none;
}

.page-module__6DCvTW__versePreviewReference {
  color: #1a1a1a;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.page-module__6DCvTW__versePreviewText {
  color: #333;
  font-size: .95rem;
  font-style: italic;
  line-height: 1.6;
}

.page-module__6DCvTW__verseErrorBadge {
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: 500;
}

.page-module__6DCvTW__buttonGroup {
  border-top: 1px solid #eee;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1.5rem;
  display: flex;
}

.page-module__6DCvTW__cancelButton {
  color: #666;
  cursor: pointer;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: .875rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
}

.page-module__6DCvTW__cancelButton:hover:not(:disabled) {
  background: #e9ecef;
  border-color: #ccc;
}

.page-module__6DCvTW__cancelButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.page-module__6DCvTW__createButton {
  color: #fff;
  cursor: pointer;
  background: #a00;
  border: none;
  border-radius: 6px;
  padding: .875rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 1px 3px #aa00004d;
}

.page-module__6DCvTW__createButton:hover:not(:disabled) {
  background: #800;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px #a006;
}

.page-module__6DCvTW__createButton:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.page-module__6DCvTW__errorMessage {
  color: #c53030;
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 6px;
  padding: .875rem 1rem;
  font-size: .95rem;
}

.page-module__6DCvTW__loadingState {
  text-align: center;
  color: #666;
  padding: 40px;
}

.page-module__6DCvTW__spinner {
  border: 3px solid #e5e7eb;
  border-top-color: #a00;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0 auto 1rem;
  animation: 1s linear infinite page-module__6DCvTW__spin;
}

@keyframes page-module__6DCvTW__spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page-module__6DCvTW__loadingState p {
  font-size: 1.1rem;
}

@media (max-width: 600px) {
  .page-module__6DCvTW__container {
    padding: .5rem 1rem 1rem;
  }

  .page-module__6DCvTW__createCard {
    margin: 1rem auto;
    padding: 1.5rem;
  }

  .page-module__6DCvTW__versesSection {
    padding: 1rem;
  }

  .page-module__6DCvTW__textareaWithButton {
    flex-direction: column;
  }

  .page-module__6DCvTW__lookupButton {
    width: 100%;
  }

  .page-module__6DCvTW__previewHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
  }

  .page-module__6DCvTW__buttonGroup {
    flex-direction: column;
  }

  .page-module__6DCvTW__cancelButton, .page-module__6DCvTW__createButton {
    width: 100%;
  }
}

.page-module__6DCvTW__modeToggle {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  padding: 4px;
  display: flex;
}

.page-module__6DCvTW__modeButton {
  color: #6c757d;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  flex: 1;
  padding: .75rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
}

.page-module__6DCvTW__modeButton:hover {
  color: #495057;
  background: #0000000d;
}

.page-module__6DCvTW__modeButton.page-module__6DCvTW__active {
  color: #a00;
  background: #fff;
  font-weight: 600;
  box-shadow: 0 2px 4px #0000001a;
}

.page-module__6DCvTW__collectionSelectionSection {
  margin-top: 1.5rem;
}

.page-module__6DCvTW__loadingCollections {
  text-align: center;
  color: #6c757d;
  padding: 2rem;
  font-style: italic;
}

.page-module__6DCvTW__noCollections {
  text-align: center;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 2rem;
}

.page-module__6DCvTW__noCollections p {
  color: #6c757d;
  margin: .5rem 0;
}

.page-module__6DCvTW__noCollections p:first-child {
  color: #495057;
  font-weight: 500;
}

.page-module__6DCvTW__selectedCollectionInfo {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-top: 1rem;
  padding: 1rem;
}

.page-module__6DCvTW__collectionDetails h4 {
  color: #1a1a1a;
  margin: 0 0 .5rem;
  font-size: 1.1rem;
}

.page-module__6DCvTW__collectionDetails p {
  color: #6c757d;
  margin: .25rem 0;
  font-size: .9rem;
}

.page-module__6DCvTW__collectionDescription {
  font-style: italic !important;
}

.page-module__6DCvTW__collectionNote {
  color: #495057 !important;
  border-top: 1px solid #dee2e6 !important;
  margin-top: .75rem !important;
  padding-top: .75rem !important;
  font-weight: 500 !important;
}

.page-module__6DCvTW__individualVersesSection {
  margin-top: 1.5rem;
}

.page-module__6DCvTW__collectionSearchBox {
  margin-bottom: 1rem;
  position: relative;
}

.page-module__6DCvTW__collectionSearchInput {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 100%;
  padding: .75rem 2.5rem .75rem 1rem;
  font-size: .95rem;
  transition: all .2s;
}

.page-module__6DCvTW__collectionSearchInput:focus {
  border-color: #a00;
  outline: none;
  box-shadow: 0 0 0 3px #aa00001a;
}

.page-module__6DCvTW__collectionSearchInput::placeholder {
  color: #999;
}

.page-module__6DCvTW__clearSearchBtn {
  color: #999;
  cursor: pointer;
  background: none;
  border: none;
  padding: .25rem;
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translateY(-50%);
}

.page-module__6DCvTW__clearSearchBtn:hover {
  color: #666;
}

.page-module__6DCvTW__collectionListContainer {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-module__6DCvTW__collectionList {
  max-height: 400px;
  overflow-y: auto;
}

.page-module__6DCvTW__collectionItem {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  padding: .875rem 1rem;
  transition: background .15s;
}

.page-module__6DCvTW__collectionItem:last-child {
  border-bottom: none;
}

.page-module__6DCvTW__collectionItem:hover {
  background: #f8f9fa;
}

.page-module__6DCvTW__selectedCollectionItem {
  border-left: 3px solid #a00;
  background: #fff5f5 !important;
}

.page-module__6DCvTW__childCollection {
  background: #fafafa;
  padding-left: 2rem;
}

.page-module__6DCvTW__childCollection:hover {
  background: #f0f0f0;
}

.page-module__6DCvTW__collectionItemContent {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.page-module__6DCvTW__collectionItemHeader {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.page-module__6DCvTW__collectionItemRadio {
  color: #a00;
  flex-shrink: 0;
  font-size: .875rem;
}

.page-module__6DCvTW__collectionItemName {
  color: #1a1a1a;
  font-size: .95rem;
  font-weight: 500;
}

.page-module__6DCvTW__childIndicator {
  color: #999;
  font-family: monospace;
}

.page-module__6DCvTW__collectionItemMeta {
  align-items: center;
  gap: .75rem;
  margin-left: 1.375rem;
  display: flex;
}

.page-module__6DCvTW__verseCount {
  color: #666;
  font-size: .8rem;
}

.page-module__6DCvTW__parentBadge {
  color: #888;
  font-size: .75rem;
  font-style: italic;
}

.page-module__6DCvTW__parentInfo {
  color: #666;
  margin-top: .25rem;
  font-size: .85rem;
  font-style: italic;
}

.page-module__6DCvTW__collectionPagination {
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding: .75rem 1rem;
  display: flex;
}

.page-module__6DCvTW__pageBtn {
  color: #666;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: .5rem .875rem;
  font-size: .85rem;
  font-weight: 500;
  transition: all .15s;
}

.page-module__6DCvTW__pageBtn:hover:not(:disabled) {
  color: #333;
  background: #f0f0f0;
  border-color: #ccc;
}

.page-module__6DCvTW__pageBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.page-module__6DCvTW__pageInfo {
  color: #666;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  display: flex;
}

.page-module__6DCvTW__totalCount {
  color: #999;
  font-size: .8rem;
}

@media (max-width: 600px) {
  .page-module__6DCvTW__collectionPagination {
    flex-direction: column;
    gap: .5rem;
  }

  .page-module__6DCvTW__pageBtn {
    width: 100%;
  }

  .page-module__6DCvTW__pageInfo {
    order: -1;
  }

  .page-module__6DCvTW__childCollection {
    padding-left: 1.5rem;
  }
}

/*# sourceMappingURL=app_group_create_page_module_0xieocu.css.map*/