.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0;
}

.top-0 {
    top: 0;
}

.z-30 {
    z-index: 30;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-5 {
    margin-left: 1.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.h-1 {
    height: 0.25rem;
}

.h-8 {
    height: 2rem;
}

.h-10 {
    height: 2.5rem;
}

.h-auto {
    height: auto;
}

.w-4 {
    width: 1rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.max-w-3xl {
    max-width: 48rem;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-10 {
    gap: 2.5rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.5rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.75rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.border {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.border-b {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.border-t {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.border-dotted {
    border-style: dotted;
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, 0.10);
}

.border-white\/15 {
    border-color: rgba(255, 255, 255, 0.15);
}

.border-sky-400 {
    border-color: #38bdf8;
}

.border-pink-400 {
    border-color: #f472b6;
}

.bg-white\/\[0\.02\] {
    background-color: rgba(255, 255, 255, 0.02);
}

.bg-\[\#060B1A\]\/90 {
    background-color: rgba(6, 11, 26, 0.9);
}

.bg-sky-400 {
    background-color: #38bdf8;
}

.bg-pink-400 {
    background-color: #f472b6;
}

.bg-bc\.accent {
    background-color: #14B8A6;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, rgba(124, 58, 237, 0.15), transparent);
}

.from-bc\.primary\/15 {
    --tw-gradient-from: rgba(124, 58, 237, 0.15);
}

.via-transparent {
    --tw-gradient-via: transparent;
}

.to-transparent {
    --tw-gradient-to: transparent;
}

.bg-gradient-to-b.from-bc\.primary\/15.via-transparent.to-transparent {
    background-image: linear-gradient(to bottom, var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to));
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.leading-none {
    line-height: 1;
}

.leading-snug {
    line-height: 1.375;
}

.leading-tight {
    line-height: 1.25;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.uppercase {
    text-transform: uppercase;
}

.text-bc\.accent {
    color: #14B8A6;
}

.text-bc\.ink {
    color: #0B1020;
}

.text-white\/60 {
    color: rgba(255, 255, 255, 0.60);
}

.text-white\/65 {
    color: rgba(255, 255, 255, 0.65);
}

.text-white\/70 {
    color: rgba(255, 255, 255, 0.70);
}

.text-white\/75 {
    color: rgba(255, 255, 255, 0.75);
}

.text-white\/80 {
    color: rgba(255, 255, 255, 0.80);
}

.text-white\/85 {
    color: rgba(255, 255, 255, 0.85);
}

.text-white\/90 {
    color: rgba(255, 255, 255, 0.90);
}

.opacity-90 {
    opacity: 0.9;
}

.list-decimal {
    list-style-type: decimal;
}

.backdrop-blur {
    backdrop-filter: blur(14px);
}

.transition {
    transition: all 0.2s ease;
}

.hover\:bg-white\/5:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.hover\:brightness-110:hover {
    filter: brightness(1.1);
}

.hover\:text-white\/90:hover {
    color: rgba(255, 255, 255, 0.90);
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 768px) {
    .md\:order-1 {
        order: 1;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.bc-breadcrumbs {
    margin: 12px auto 0;
    max-width: 1120px;
    padding: 0 18px;
}

.bc-breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #9db1c9;
}

.bc-breadcrumbs li:not(:last-child)::after {
    content: "›";
    margin-left: 8px;
    color: #6f83a0;
}

.bc-breadcrumbs a {
    color: #9db1c9;
    text-decoration: none;
}

.bc-breadcrumbs a:hover {
    color: #7dd3fc;
}
