/* /Pages/Community.cshtml.rz.scp.css */
.community-hero[b-muboy2cgwp] {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.16) 0%, transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(123, 92, 214, 0.35) 0%, transparent 26%),
        linear-gradient(135deg, #120f2f 0%, #3b1f9e 38%, #0d6efd 100%);
}

.community-hero[b-muboy2cgwp]::before,
.community-hero[b-muboy2cgwp]::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.community-hero[b-muboy2cgwp]::before {
    width: 340px;
    height: 340px;
    bottom: -180px;
    left: -70px;
}

.community-hero[b-muboy2cgwp]::after {
    width: 220px;
    height: 220px;
    top: 40px;
    right: -60px;
}

.community-hero-shell[b-muboy2cgwp] {
    position: relative;
    z-index: 1;
}

.community-eyebrow[b-muboy2cgwp] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.community-eyebrow--dark[b-muboy2cgwp] {
    background: rgba(255, 255, 255, 0.12);
}

.community-stat[b-muboy2cgwp] {
    min-width: 180px;
    padding: 1rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.community-stat strong[b-muboy2cgwp] {
    display: block;
    font-size: 1.1rem;
}

.community-stat span[b-muboy2cgwp] {
    display: block;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.community-orbit-panel[b-muboy2cgwp] {
    padding: 2rem;
    border-radius: 1.75rem;
    background: rgba(5, 8, 24, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 1.25rem 3rem rgba(7, 11, 32, 0.28);
    backdrop-filter: blur(16px);
}

.community-route-list[b-muboy2cgwp] {
    list-style: none;
    padding: 0;
}

.community-route-list li[b-muboy2cgwp] {
    display: flex;
    gap: 1rem;
}

.community-route-list li + li[b-muboy2cgwp] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.community-route-index[b-muboy2cgwp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 700;
    color: #fff;
}

.community-summary-card[b-muboy2cgwp] {
    height: 100%;
    padding: 2rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid rgba(81, 43, 212, 0.08);
    box-shadow: 0 1rem 2.5rem rgba(20, 27, 54, 0.08);
}

.community-summary-icon[b-muboy2cgwp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    font-size: 1.35rem;
    color: #fff;
    background: linear-gradient(135deg, #512bd4 0%, #0d6efd 100%);
}

.community-summary-icon--secondary[b-muboy2cgwp] {
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.community-summary-icon--tertiary[b-muboy2cgwp] {
    background: linear-gradient(135deg, #fd7e14 0%, #ffc107 100%);
}

.community-section-description[b-muboy2cgwp] {
    max-width: 48rem;
}

.community-chip[b-muboy2cgwp],
.community-tag[b-muboy2cgwp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.community-section-count[b-muboy2cgwp] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #475569;
    box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.06);
}

.community-link-card[b-muboy2cgwp] {
    color: inherit;
    border-radius: 1.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.community-link-card:hover[b-muboy2cgwp] {
    transform: translateY(-8px);
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.12) !important;
}

.community-icon-shell[b-muboy2cgwp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    font-size: 1.25rem;
}

.community-link-footer[b-muboy2cgwp] {
    color: #475569;
    font-size: 0.95rem;
    font-weight: 600;
}

.community-cta[b-muboy2cgwp] {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.1) 0%, transparent 26%),
        linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #512bd4 100%);
}

.community-theme-kakao .community-chip[b-muboy2cgwp],
.community-theme-kakao .community-tag[b-muboy2cgwp] {
    color: #604d00;
    background: rgba(255, 230, 0, 0.18);
}

.community-theme-kakao .community-icon-shell[b-muboy2cgwp] {
    color: #5f4a00;
    background: linear-gradient(135deg, rgba(255, 230, 0, 0.95) 0%, rgba(255, 208, 0, 0.75) 100%);
}

.community-theme-facebook .community-chip[b-muboy2cgwp],
.community-theme-facebook .community-tag[b-muboy2cgwp] {
    color: #16408b;
    background: rgba(13, 110, 253, 0.14);
}

.community-theme-facebook .community-icon-shell[b-muboy2cgwp] {
    color: #fff;
    background: linear-gradient(135deg, #1877f2 0%, #0d6efd 100%);
}

.community-theme-web .community-chip[b-muboy2cgwp],
.community-theme-web .community-tag[b-muboy2cgwp] {
    color: #0f5132;
    background: rgba(25, 135, 84, 0.14);
}

.community-theme-web .community-icon-shell[b-muboy2cgwp] {
    color: #fff;
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

@media (max-width: 991.98px) {
    .community-stat[b-muboy2cgwp] {
        min-width: 0;
        flex: 1 1 100%;
    }

    .community-orbit-panel[b-muboy2cgwp],
    .community-summary-card[b-muboy2cgwp] {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .community-hero[b-muboy2cgwp] {
        text-align: left;
    }

    .community-section-count[b-muboy2cgwp] {
        align-self: flex-start;
    }

    .community-route-list li[b-muboy2cgwp] {
        gap: 0.75rem;
    }
}
/* /Pages/Index.cshtml.rz.scp.css */
.home-community-summary[b-p6txchvfd6] {
    border-radius: 1.5rem;
}


.home-community-count[b-p6txchvfd6] {
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    background: #f8f9fc;
    border: 1px solid rgba(81, 43, 212, 0.08);
}

.home-community-count-value[b-p6txchvfd6] {
    font-size: clamp(3rem, 7vw, 4.5rem);
    line-height: 1;
    font-weight: 800;
    color: var(--purple-primary);
}

.home-community-count-label[b-p6txchvfd6] {
    margin-top: 0.5rem;
    color: #6c757d;
    font-size: 0.95rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .home-community-count[b-p6txchvfd6] {
        padding: 1.5rem 1rem;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-v3i27ykcja] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-v3i27ykcja] {
  color: #0077cc;
}

.btn-primary[b-v3i27ykcja] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-v3i27ykcja], .nav-pills .show > .nav-link[b-v3i27ykcja] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-v3i27ykcja] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-v3i27ykcja] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-v3i27ykcja] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-v3i27ykcja] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-v3i27ykcja] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
