/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.106.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.13_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Community Connect — Satellite Plugin styles */
/* ---- Design tokens ---- */
/* ---- Card grid ---- */
.cc-satellite-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 0;
  list-style: none;
}
.cc-community-card {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.cc-community-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.cc-card-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #f5f5f5;
}
.cc-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
}
/* Title row: badge + heading */
.cc-card-title-row {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.cc-topic-badge {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #e86b26;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e73be;
}
.cc-topic-badge svg {
  width: 22px;
  height: 22px;
}
.cc-card-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}
/* Convener row */
.cc-card-convener {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: #555;
  margin: 0;
}
.cc-card-convener svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
/* Excerpt */
.cc-card-excerpt {
  margin: 0;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Meta row: language + members */
.cc-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #555;
  border-top: 1px solid #eaeaea;
  padding-top: 0.375rem;
}
.cc-card-language {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 2px solid #cccccc;
  font-size: 0.75rem;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
  border-radius: 20px;
  padding: 0.2rem 0.5rem;
  transition: filter 0.15s ease, transform 0.15s ease;
  font-family: inherit;
  text-decoration: none;
}
.cc-card-language svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
.cc-card-language-more {
  font-size: 0.75rem;
  color: #999;
  white-space: nowrap;
}
.cc-card-members {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.cc-card-members svg {
  opacity: 0.7;
}
/* Secondary meta: dates, membership type, access type */
.cc-card-secondary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #888;
}
.cc-card-secondary-meta span::after {
  content: "·";
  margin-left: 0.375rem;
}
.cc-card-secondary-meta span:last-child::after {
  content: none;
}
/* Topic chips (blue, pill) */
.cc-card-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.cc-card-topic, .cc-card-language, .cc-card-geo {
  line-height: 1.2;
}
.cc-card-topic {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 500;
  background: #fff;
  border: 2px solid rgba(30, 115, 190, 0.95);
  color: #1e73be;
  border-radius: 20px;
  cursor: pointer;
  text-align: left;
}
.cc-card-topic--more {
  border-style: dashed;
  border-color: rgba(30, 115, 190, 0.25);
  color: rgba(30, 115, 190, 0.6);
}
.cc-card-topic svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
/* Geo chips: regions + countries (orange, pill) */
.cc-card-geo {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  cursor: pointer;
}
.cc-card-geo-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 500;
  background: #fff;
  border: 2px solid rgba(232, 107, 38, 0.85);
  color: #e86b26;
  border-radius: 20px;
}
.cc-card-geo-chip--more {
  border-style: dashed;
  border-color: rgba(232, 107, 38, 0.25);
  color: rgba(232, 107, 38, 0.6);
}
.cc-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: #1e73be;
  color: #fff;
  border: 2px solid #1e73be;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
  width: -moz-max-content;
  width: max-content;
}
.cc-card-link:hover {
  background: #e86b26;
  color: #ffffff;
  border: 2px solid #E86B26;
}
.cc-card-title-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  line-height: inherit;
}
.cc-card-title-btn:hover {
  text-decoration: underline;
  color: #1e73be;
}
/* ---- Detail dialog ---- */
.cc-detail-dialog {
  border: none;
  padding: 0;
  max-width: 680px;
  width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.cc-detail-dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.cc-dialog-content {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow-y: auto;
}
.cc-dialog-header {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #eeeeee;
  background: #fafafa;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  align-items: center;
}
.cc-dialog-image {
  min-width: 6rem;
  overflow: hidden;
}
.cc-dialog-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 7rem;
}
.cc-dialog-header__row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
}
.cc-dialog-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  flex: 1;
}
.cc-dialog-close {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: #666;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
  display: flex;
  align-items: center;
}
.cc-dialog-close:hover {
  background: #eeeeee;
  color: #333;
}
.cc-dialog-description {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eeeeee;
}
.cc-dialog-section-title {
  margin: 0 0 0.625rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cc-dialog-description-text {
  color: #333;
  line-height: 1.6;
  font-size: 0.875rem;
}
.cc-dialog-details,
.cc-dialog-taxonomies {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #eeeeee;
}
.cc-dialog-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0.75rem;
  padding: 0.4rem 0;
  align-items: center;
}
.cc-dialog-row-top {
  align-items: flex-start;
}
.cc-dialog-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #777;
}
.cc-dialog-value {
  color: #333;
  font-size: 0.875rem;
  word-break: break-word;
}
.cc-dialog-value a {
  color: #1e73be;
  text-decoration: none;
}
.cc-dialog-value a:hover {
  text-decoration: underline;
}
.cc-dialog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.cc-dialog-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.2rem 0.65rem;
  font-size: 0.75rem;
  border-radius: 20px;
}
.cc-chip-topic {
  background: #fff;
  border: 0.5px solid rgba(30, 115, 190, 0.35);
  color: #1e73be;
}
.cc-chip-geo {
  background: #fff;
  border: 0.5px solid rgba(232, 107, 38, 0.35);
  color: #e86b26;
}
.cc-dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  flex-shrink: 0;
}
.cc-dialog-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.625rem 1.25rem;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-family: inherit;
}
.cc-btn-primary {
  background: #e86b26;
  border: 2px solid #e86b26;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.cc-btn-primary:hover {
  background: #fff;
  color: #e86b26;
}
@media (max-width: 560px) {
  .cc-detail-dialog {
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
  }
  .cc-dialog-content {
    max-height: 100vh;
  }
  .cc-dialog-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .cc-dialog-footer {
    flex-direction: column;
  }
  .cc-dialog-footer .cc-dialog-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ---- Submit button ---- */
.cc-submit-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.cc-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1.125rem;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: inherit;
  text-decoration: none;
}
.cc-submit-btn:hover, .cc-submit-btn:focus {
  background: #005a87;
  color: #fff;
}
.cc-submit-btn:disabled {
  background: #aaa;
  cursor: not-allowed;
}
/* ---- Submit modal ---- */
.cc-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-modal[hidden] {
  display: none;
}
.cc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.cc-modal__box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  width: min(560px, 100vw - 2rem);
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.cc-modal__box h2 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
}
.cc-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 0.25rem;
}
.cc-modal__close:hover {
  color: #000;
}
.cc-modal__intro {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: #555;
}
/* ---- Submit form ---- */
.cc-submit-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cc-form-row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .cc-form-row--2col {
    grid-template-columns: 1fr;
  }
}
.cc-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cc-form-field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
.cc-form-field label span {
  color: #c00;
}
.cc-form-field input,
.cc-form-field textarea {
  padding: 0.5rem 0.625rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9rem;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}
.cc-form-field input:focus,
.cc-form-field textarea:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}
.cc-form-field textarea {
  resize: vertical;
}
.cc-form-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cc-form-spinner {
  color: #aaa;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  animation: cc-pulse 1s ease-in-out infinite;
}
@keyframes cc-pulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.cc-form-notice {
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
}
.cc-form-notice--success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.cc-form-notice--error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
/* ---- List view ---- */
.cc-satellite-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cc-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.875rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
}
.cc-list-logo {
  flex-shrink: 0;
  width: 3rem;
}
.cc-list-logo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.cc-list-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cc-list-content .cc-card-link {
  margin-top: 0;
  align-self: flex-start;
}
.cc-list-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.cc-list-row--chips {
  align-items: flex-start;
}
.cc-list-primary {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cc-list-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.cc-list-description {
  font-size: 0.875rem;
  color: #555;
  margin: 0;
  line-height: 1.45;
}
.cc-list-more {
  font-size: 0.85rem;
}
.cc-list-more__summary {
  cursor: pointer;
  color: #666;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
}
.cc-list-more__summary::-webkit-details-marker {
  display: none;
}
.cc-list-more__summary::before {
  content: "▶";
  font-size: 0.6rem;
  margin-right: 0.35rem;
  transition: transform 0.15s ease;
  display: inline-block;
}
.cc-list-more__summary:hover {
  color: #333;
}
.cc-list-more[open] > .cc-list-more__summary::before {
  transform: rotate(90deg);
}
.cc-list-more__body {
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cc-list-item__convener {
  font-size: 0.875rem;
  margin: 0;
}
.cc-list-item__meta {
  color: #777;
  font-size: 0.8rem;
  margin: 0;
}
.cc-list-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.15rem;
}
.cc-tag {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  font-size: 0.75rem;
  border-radius: 4px;
  background: #e8f5e9;
  color: #2e7d32;
}
.cc-chips-more[open] {
  flex-basis: 100%;
}
.cc-chips-more__toggle {
  cursor: pointer;
  list-style: none;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  color: #444;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}
.cc-chips-more__toggle::-webkit-details-marker {
  display: none;
}
.cc-chips-more__toggle::marker {
  content: none;
}
.cc-chips-more__toggle:hover {
  background: #e4e4e4;
}
.cc-chips-more__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  padding-top: 0.3rem;
}
.cc-list-link-btn {
  align-self: flex-start;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  color: #333;
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.cc-list-link-btn:hover {
  background: #e8e8e8;
  color: #111;
}
/* ---- Block footer ---- */
.cc-block-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #eeeeee;
}
.cc-block-footer__logo {
  width: 120px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
.cc-block-footer__text {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
}
.cc-block-footer__text a {
  color: #1e73be;
  text-decoration: none;
}
.cc-block-footer__text a:hover {
  text-decoration: underline;
}
/* ---- Error / Notice ---- */
.cc-satellite-notice {
  padding: 1rem 1.25rem;
  border-left: 4px solid #c00;
  background: #fff8f8;
  color: #c00;
  border-radius: 2px;
  font-size: 0.9rem;
}
.cc-satellite-empty {
  padding: 1rem;
  color: #777;
  font-style: italic;
}
/* ---- Editor placeholder ---- */
.cc-satellite-editor-placeholder {
  border: 2px dashed #ccc;
  border-radius: 6px;
  background: #fafafa;
  padding: 2rem;
}
.cc-satellite-editor-placeholder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  color: #555;
}
.cc-satellite-editor-placeholder__inner svg {
  fill: #aaa;
}
.cc-satellite-editor-placeholder__inner p {
  margin: 0;
}
/* ---- Frontend filter bar ---- */
.cc-satellite-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
}
.cc-satellite-filters select {
  padding: 0.375rem 0.625rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #fff;
  color: #1a1a1a;
  font-size: 0.875rem;
  cursor: pointer;
  width: 25%;
}
.cc-satellite-filters select:focus {
  outline: 2px solid #1e73be;
  outline-offset: 1px;
}
.cc-satellite-filter-clear {
  font-size: 0.8125rem;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 0.25rem;
}
.cc-satellite-filter-clear:hover {
  color: #1a1a1a;
}
.cc-satellite-empty-clear .cc-satellite-filter-clear {
  font-size: inherit;
  padding: 1rem;
  margin-left: 0;
  display: inline-block;
}
.cc-satellite-editor-placeholder__meta {
  font-size: 0.85rem;
  color: #888;
}
.cc-satellite-editor-placeholder__note {
  font-size: 0.8rem;
  color: #aaa;
  font-style: italic;
}

/*# sourceMappingURL=style-index.css.map*/