.header {
        width: 100%;
}

@media (min-width: 640px) {

        .header {
                max-width: 640px;
        }
}

@media (min-width: 768px) {

        .header {
                max-width: 768px;
        }
}

@media (min-width: 1024px) {

        .header {
                max-width: 1024px;
        }
}

@media (min-width: 1280px) {

        .header {
                max-width: 1280px;
        }
}

@media (min-width: 1536px) {

        .header {
                max-width: 1536px;
        }
}

.header {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        height: 70px;
        align-items: center;
}

@media (min-width: 1280px) {

        .header {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
        }
}

    .header .hamburger {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 100ms;
}

    @media (min-width: 1024px) {

        .header .hamburger {
                display: none;
        }
}

    .header .hamburger.rotate {
        --tw-rotate: 90deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    .header .mobile-menu-overlay {
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 10;
        height: 100vh;
        width: 100%;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.5;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
}

    .header .mobile-menu {
        position: absolute;
        top: 70px;
        left: 0px;
        z-index: 50;
        display: flex;
        width: 100%;
        flex-direction: column;
        background-color: var(--secondary-color);
        padding: 1.5rem;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
}

    @media (min-width: 1024px) {

        .header .mobile-menu {
                display: none;
        }
}

    .header .mobile-menu-item {
        border-radius: 0.375rem;
        padding: 0.5rem;
        font-weight: 500;
        text-transform: uppercase;
}

    .header .mobile-menu-item:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .header .mobile-search-overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
        height: 100vh;
        width: 100%;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.5;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
}

    @media (min-width: 1024px) {

        .header .mobile-search-overlay {
                display: none;
        }
}

    .header .mobile-search-form {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 50;
        display: flex;
        height: 40px;
        width: 90%;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        align-items: center;
        justify-content: space-between;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: 0.5rem;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
}

    @media (min-width: 1024px) {

        .header .mobile-search-form {
                display: none;
        }
}

    .header .search {
        margin-left: 1.25rem;
        display: none;
        height: 40px;
        width: 200px;
        align-items: center;
        border-radius: 0.375rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
}

    @media (min-width: 1280px) {

        .header .search {
                display: flex;
        }
}

    .header .search-input {
        height: 100%;
        width: 100%;
        background-color: transparent;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
        outline: 2px solid transparent;
        outline-offset: 2px;
}

    .header .menu {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        display: none;
        flex: 1 1 0%;
        align-items: center;
        justify-content: space-around;
}

    @media (min-width: 1280px) {

        .header .menu {
                display: flex;
        }
}

    .header .menu .item:hover {
        --tw-text-opacity: 1;
        color: rgb(249 168 212 / var(--tw-text-opacity));
}

    .header .invite-text {
        display: none;
}

    @media (min-width: 1280px) {

        .header .invite-text {
                margin-right: 0.5rem;
                display: flex;
        }
}

    .header .btn-mobile-search {
        margin-right: 0.5rem;
}

    @media (min-width: 1024px) {

        .header .btn-mobile-search {
                display: none;
        }
}
footer {
        width: 100%;
}
@media (min-width: 640px) {

        footer {
                max-width: 640px;
        }
}
@media (min-width: 768px) {

        footer {
                max-width: 768px;
        }
}
@media (min-width: 1024px) {

        footer {
                max-width: 1024px;
        }
}
@media (min-width: 1280px) {

        footer {
                max-width: 1280px;
        }
}
@media (min-width: 1536px) {

        footer {
                max-width: 1536px;
        }
}
footer {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
}
.footer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 1rem;
        padding-bottom: 1rem;
}
.footer-bottom {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
}
@media (min-width: 1024px) {

        .footer-bottom {
                grid-template-columns: repeat(4, minmax(0, 1fr));
        }
}
.footer-bottom .menu {
        padding: 0.5rem;
}
.footer-bottom .menu-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 700;
}
/* ===== Main ===== */
.main {
        width: 100%;
}
@media (min-width: 640px) {

        .main {
                max-width: 640px;
        }
}
@media (min-width: 768px) {

        .main {
                max-width: 768px;
        }
}
@media (min-width: 1024px) {

        .main {
                max-width: 1024px;
        }
}
@media (min-width: 1280px) {

        .main {
                max-width: 1280px;
        }
}
@media (min-width: 1536px) {

        .main {
                max-width: 1536px;
        }
}
.main {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
}
.content-wrapper {
        margin-top: 1.25rem;
}
.top-header {
        margin-bottom: 0.375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.top-header .top-filter {
        margin-left: auto;
        display: flex;
}
.top-header .filter-option {
        cursor: pointer;
        --tw-bg-opacity: 1;
        background-color: rgb(55 54 70 / var(--tw-bg-opacity));
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(252 252 252 / var(--tw-text-opacity));
}
.top-header .filter-option.active {
        --tw-bg-opacity: 1;
        background-color: rgb(255 186 222 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.top-header .filter-option:first-child {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
}
.top-header .filter-option:last-child {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
}
.item {
        margin-bottom: 0.25rem;
}
.item a {
        position: relative;
        display: block;
}
.item .item-image {
        aspect-ratio: 16 / 9;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.item .item-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
}
.item .item-labels {
        position: absolute;
        top: 0.25rem;
        left: 0.25rem;
}
.item .item-labels span {
        margin-right: 0.25rem;
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(249 168 212 / var(--tw-bg-opacity));
        padding: 0.25rem;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
}
@media (min-width: 768px) {

        .items {
                grid-template-columns: repeat(3, minmax(0, 1fr));
        }
}
@media (min-width: 1024px) {

        .items {
                grid-template-columns: repeat(4, minmax(0, 1fr));
        }
}
.sidebar-content .items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
}
.sidebar-content .items .item-image {
        aspect-ratio: 16 / 9;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.sidebar-content .items .item-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
}
.slider {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgb(25 24 38 / var(--tw-bg-opacity));
}
.slider .slider-backward,
    .slider .slider-forward {
        position: absolute;
        top: 50%;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        padding: 0px;
}
.slider .slider-backward {
        left: 0.75rem;
}
.slider .slider-forward {
        right: 0.75rem;
}
.slider .slider-list-item {
        display: flex;
        height: 6rem;
        width: calc(100% - 100px);
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.5rem;
        overflow-x: auto;
        scrollbar-width: none;
}
.pagination {
        margin-top: 1.5rem;
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.25rem;
}
.pagination .item {
        display: flex;
        height: 2.5rem;
        width: 2.5rem;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        border-style: none;
        --tw-bg-opacity: 1;
        background-color: rgb(43 42 60 / var(--tw-bg-opacity));
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(252 252 252 / var(--tw-text-opacity));
}
.pagination .item.active {
        --tw-bg-opacity: 1;
        background-color: rgb(255 186 222 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.breadcrumb {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
}
.breadcrumb .breadcrumb-item {
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity));
}
.breadcrumb .breadcrumb-item:hover {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
}
.player .video {
        aspect-ratio: 16 / 9;
        width: 100%;
}
.player .media-server {
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
}
.player .server {
        min-width: 7rem;
        border-radius: 9999px;
        border-style: none;
        --tw-bg-opacity: 1;
        background-color: rgb(107 114 128 / var(--tw-bg-opacity));
        padding: 0.5rem;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgb(252 252 252 / var(--tw-text-opacity));
}
.player .server-active {
        --tw-bg-opacity: 1;
        background-color: rgb(255 186 222 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.player {
        aspect-ratio: 16 / 9;
}
.player__videos {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
}
.player__videos .player__videos__video {
        margin-top: 1.25rem;
        padding: 1.25rem;
        background-color: #333 !important;
        background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.player__videos .player__videos__video .cdn-selector-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
}
.player__videos .player__videos__video .cdn-selector-wrapper .player__cdn {
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}
.player__videos .player__videos__video .cdn-selector-wrapper .player__cdn--active {
                background-color: var(--theme-color) !important;
                border-color: var(--theme-color);
            }
.player__video-heading-wrapper {
        margin-bottom: 0.75rem;
}
.post-content {
        margin-top: 0.5rem;
}
.post-content .content-header {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
}
@media (min-width: 768px) {
.post-content .content-header {
            justify-content: space-between
    }
        }
.post-content .post-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 700;
        flex: 0 0 100%;
}
@media (min-width: 768px) {
.post-content .post-title {
            flex: 0 0 70%
    }
        }
.post-content .post-analytics {
        display: flex;
        align-items: center;
        gap: 2.5rem;
}
.post-content .post-analytics-item {
        display: flex;
        align-items: center;
        gap: 0.25rem;
}
.post-content .devider {
        margin-top: 1rem;
        margin-bottom: 1rem;
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.post-content .post-desc {
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity));
}
.comments__toggle__text {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(249 168 212 / var(--tw-text-opacity));
}
.comments__toggle__badge {
        margin-left: 0.5rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 186 222 / var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.comments {
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.comment-form {
        margin: 0px;
        margin-top: 0.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        border-radius: 0.25rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(43 42 60 / var(--tw-bg-opacity));
        padding: 1.25rem;
}
.comment-form .sr-only {
        display: none;
}
.comment-form .comment-form__inputs__name {
        width: 100%;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(107 114 128 / var(--tw-bg-opacity));
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        outline: 2px solid transparent;
        outline-offset: 2px;
}
.comment-form .comment-form__inputs__content {
        width: 100%;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(107 114 128 / var(--tw-bg-opacity));
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        outline: 2px solid transparent;
        outline-offset: 2px;
}
.comment-form .comment-form__actions__submit__button {
        cursor: pointer;
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 186 222 / var(--tw-bg-opacity));
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.comment-form__message--successful {
        font-style: italic;
        --tw-text-opacity: 1;
        color: rgb(34 197 94 / var(--tw-text-opacity));
}
.comment-form__message--error {
        font-style: italic;
        --tw-text-opacity: 1;
        color: rgb(239 68 68 / var(--tw-text-opacity));
}
/* @apply flex flex-col m-0 p-5 border border-gray-300 rounded bg-[#2B2A3C] gap-2 mt-2; */
.comments__list .comments__list__item {
        position: relative;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: flex;
        gap: 0.5rem;
}
.comments__list .comments__list__item:after {
        position: absolute;
        bottom: -0.25rem;
        left: 0px;
        height: 0.5px;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(209 213 219 / var(--tw-bg-opacity));
        --tw-content: '';
        content: var(--tw-content);
}
.comments__list .comments__list__item__avatar {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 9999px;
}
.comments__list .comments__list__item__main {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
}
.comments__list .comments__list__item__info {
        display: flex;
        align-items: center;
        gap: 0.5rem;
}
.comments__list .comments__list__item__info__name {
        --tw-text-opacity: 1;
        color: rgb(252 252 252 / var(--tw-text-opacity));
}
.comments__list .comments__list__item__info__time {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-style: italic;
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
}
.comments__list .comments__list__item__body {
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity));
}
.comments__list .comments__list__item__actions {
        display: none;
}
.recently-searched {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
}
.recently-searched .keyword {
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(43 42 60 / var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(252 252 252 / var(--tw-text-opacity));
}
.comment-item {
        display: flex;
        height: 110px;
        max-height: 98%;
        align-items: center;
        justify-content: center;
    flex: 0 0 100%;
}
@media (min-width: 768px) {
.comment-item {
        flex: 0 0
            calc(
                (100% - (var(--pc-slide-item-num) - 1) * var(--item-gap)) /
                    var(--pc-slide-item-num)
            )
}
    }
.comment-item .video-thumb {
        aspect-ratio: 1 / 1;
        max-width: 70px;
        border-radius: 9999px;
        -o-object-fit: cover;
           object-fit: cover;
}
.comment-item .comment-content {
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 0.5rem;
}
.comment-item .video-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
        font-style: italic;
}
.comment-item .comment-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: flex;
        height: 45%;
        width: 100%;
        --tw-skew-x: -12deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        align-items: center;
        justify-content: center;
        border-left-width: 4px;
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity));
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 300;
        font-style: italic;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.comment-item.recently-comment-item {
        margin-bottom: 0.25rem;
        border-radius: 0.25rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(43 42 60 / var(--tw-bg-opacity));
}
.tags {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
}
.tags .tag {
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(43 42 60 / var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(252 252 252 / var(--tw-text-opacity));
}
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(249 168 212 / var(--tw-text-opacity));
}
.h2 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(249 168 212 / var(--tw-text-opacity));
}
.h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(249 168 212 / var(--tw-text-opacity));
}
*, ::before, ::after {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:  ;
        --tw-pan-y:  ;
        --tw-pinch-zoom:  ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:  ;
        --tw-gradient-via-position:  ;
        --tw-gradient-to-position:  ;
        --tw-ordinal:  ;
        --tw-slashed-zero:  ;
        --tw-numeric-figure:  ;
        --tw-numeric-spacing:  ;
        --tw-numeric-fraction:  ;
        --tw-ring-inset:  ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:  ;
        --tw-brightness:  ;
        --tw-contrast:  ;
        --tw-grayscale:  ;
        --tw-hue-rotate:  ;
        --tw-invert:  ;
        --tw-saturate:  ;
        --tw-sepia:  ;
        --tw-drop-shadow:  ;
        --tw-backdrop-blur:  ;
        --tw-backdrop-brightness:  ;
        --tw-backdrop-contrast:  ;
        --tw-backdrop-grayscale:  ;
        --tw-backdrop-hue-rotate:  ;
        --tw-backdrop-invert:  ;
        --tw-backdrop-opacity:  ;
        --tw-backdrop-saturate:  ;
        --tw-backdrop-sepia:  ;
        --tw-contain-size:  ;
        --tw-contain-layout:  ;
        --tw-contain-paint:  ;
        --tw-contain-style:  ;
}
::backdrop {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:  ;
        --tw-pan-y:  ;
        --tw-pinch-zoom:  ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:  ;
        --tw-gradient-via-position:  ;
        --tw-gradient-to-position:  ;
        --tw-ordinal:  ;
        --tw-slashed-zero:  ;
        --tw-numeric-figure:  ;
        --tw-numeric-spacing:  ;
        --tw-numeric-fraction:  ;
        --tw-ring-inset:  ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:  ;
        --tw-brightness:  ;
        --tw-contrast:  ;
        --tw-grayscale:  ;
        --tw-hue-rotate:  ;
        --tw-invert:  ;
        --tw-saturate:  ;
        --tw-sepia:  ;
        --tw-drop-shadow:  ;
        --tw-backdrop-blur:  ;
        --tw-backdrop-brightness:  ;
        --tw-backdrop-contrast:  ;
        --tw-backdrop-grayscale:  ;
        --tw-backdrop-hue-rotate:  ;
        --tw-backdrop-invert:  ;
        --tw-backdrop-opacity:  ;
        --tw-backdrop-saturate:  ;
        --tw-backdrop-sepia:  ;
        --tw-contain-size:  ;
        --tw-contain-layout:  ;
        --tw-contain-paint:  ;
        --tw-contain-style:  ;
}
.container {
        width: 100%;
}
@media (min-width: 640px) {

        .container {
                max-width: 640px;
        }
}
@media (min-width: 768px) {

        .container {
                max-width: 768px;
        }
}
@media (min-width: 1024px) {

        .container {
                max-width: 1024px;
        }
}
@media (min-width: 1280px) {

        .container {
                max-width: 1280px;
        }
}
@media (min-width: 1536px) {

        .container {
                max-width: 1536px;
        }
}
.sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
}
.fixed {
        position: fixed;
}
.absolute {
        position: absolute;
}
.relative {
        position: relative;
}
.sticky {
        position: sticky;
}
.-bottom-1 {
        bottom: -0.25rem;
}
.left-0 {
        left: 0px;
}
.left-\[50\%\] {
        left: 50%;
}
.top-0 {
        top: 0px;
}
.top-1 {
        top: 0.25rem;
}
.top-1\/2 {
        top: 50%;
}
.top-\[100\%\] {
        top: 100%;
}
.top-\[70px\] {
        top: 70px;
}
.z-10 {
        z-index: 10;
}
.col-span-full {
        grid-column: 1 / -1;
}
.m-0 {
        margin: 0px;
}
.mx-auto {
        margin-left: auto;
        margin-right: auto;
}
.my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
}
.mb-1 {
        margin-bottom: 0.25rem;
}
.mb-2 {
        margin-bottom: 0.5rem;
}
.mb-3 {
        margin-bottom: 0.75rem;
}
.ml-2 {
        margin-left: 0.5rem;
}
.ml-5 {
        margin-left: 1.25rem;
}
.ml-auto {
        margin-left: auto;
}
.mr-1 {
        margin-right: 0.25rem;
}
.mr-2 {
        margin-right: 0.5rem;
}
.mr-4 {
        margin-right: 1rem;
}
.mt-3 {
        margin-top: 0.75rem;
}
.mt-4 {
        margin-top: 1rem;
}
.mt-5 {
        margin-top: 1.25rem;
}
.line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
.block {
        display: block;
}
.flex {
        display: flex;
}
.grid {
        display: grid;
}
.hidden {
        display: none;
}
.aspect-square {
        aspect-ratio: 1 / 1;
}
.aspect-video {
        aspect-ratio: 16 / 9;
}
.size-4 {
        width: 1rem;
        height: 1rem;
}
.size-5 {
        width: 1.25rem;
        height: 1.25rem;
}
.size-6 {
        width: 1.5rem;
        height: 1.5rem;
}
.size-8 {
        width: 2rem;
        height: 2rem;
}
.h-10 {
        height: 2.5rem;
}
.h-24 {
        height: 6rem;
}
.h-8 {
        height: 2rem;
}
.h-\[0\.5px\] {
        height: 0.5px;
}
.h-\[110px\] {
        height: 110px;
}
.h-\[40px\] {
        height: 40px;
}
.h-\[45\%\] {
        height: 45%;
}
.h-\[70px\] {
        height: 70px;
}
.h-full {
        height: 100%;
}
.h-screen {
        height: 100vh;
}
.max-h-\[98\%\] {
        max-height: 98%;
}
.w-10 {
        width: 2.5rem;
}
.w-\[200px\] {
        width: 200px;
}
.w-\[90\%\] {
        width: 90%;
}
.w-\[calc\(100\%-100px\)\] {
        width: calc(100% - 100px);
}
.w-full {
        width: 100%;
}
.min-w-28 {
        min-width: 7rem;
}
.max-w-\[70px\] {
        max-width: 70px;
}
.max-w-full {
        max-width: 100%;
}
.flex-1 {
        flex: 1 1 0%;
}
.-translate-x-1\/2 {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-x-12 {
        --tw-skew-x: -12deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
        flex-direction: column;
}
.flex-wrap {
        flex-wrap: wrap;
}
.flex-nowrap {
        flex-wrap: nowrap;
}
.items-center {
        align-items: center;
}
.justify-center {
        justify-content: center;
}
.justify-between {
        justify-content: space-between;
}
.justify-around {
        justify-content: space-around;
}
.gap-1 {
        gap: 0.25rem;
}
.gap-2 {
        gap: 0.5rem;
}
.gap-4 {
        gap: 1rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-x-auto {
        overflow-x: auto;
}
.rounded {
        border-radius: 0.25rem;
}
.rounded-full {
        border-radius: 9999px;
}
.rounded-md {
        border-radius: 0.375rem;
}
.rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
}
.rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
}
.border {
        border-width: 1px;
}
.border-l-4 {
        border-left-width: 4px;
}
.border-none {
        border-style: none;
}
.border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.bg-\[\#191826\] {
        --tw-bg-opacity: 1;
        background-color: rgb(25 24 38 / var(--tw-bg-opacity));
}
.bg-\[\#2B2A3C\] {
        --tw-bg-opacity: 1;
        background-color: rgb(43 42 60 / var(--tw-bg-opacity));
}
.bg-\[\#2b2a3c\] {
        --tw-bg-opacity: 1;
        background-color: rgb(43 42 60 / var(--tw-bg-opacity));
}
.bg-\[\#373646\] {
        --tw-bg-opacity: 1;
        background-color: rgb(55 54 70 / var(--tw-bg-opacity));
}
.bg-\[\#ffbade\] {
        --tw-bg-opacity: 1;
        background-color: rgb(255 186 222 / var(--tw-bg-opacity));
}
.bg-\[var\(--secondary-color\)\] {
        background-color: var(--secondary-color);
}
.bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.bg-transparent {
        background-color: transparent;
}
.bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
        --tw-bg-opacity: 0.5;
}
.object-cover {
        -o-object-fit: cover;
           object-fit: cover;
}
.p-1 {
        padding: 0.25rem;
}
.p-2 {
        padding: 0.5rem;
}
.p-5 {
        padding: 1.25rem;
}
.p-6 {
        padding: 1.5rem;
}
.px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
}
.px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
}
.px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
}
.py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
}
.text-center {
        text-align: center;
}
.text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
}
.text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
}
.text-base {
        font-size: 1rem;
        line-height: 1.5rem;
}
.text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
}
.text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
}
.text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
}
.text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
}
.font-bold {
        font-weight: 700;
}
.font-light {
        font-weight: 300;
}
.font-medium {
        font-weight: 500;
}
.font-semibold {
        font-weight: 600;
}
.uppercase {
        text-transform: uppercase;
}
.italic {
        font-style: italic;
}
.text-\[\#fcfcfc\] {
        --tw-text-opacity: 1;
        color: rgb(252 252 252 / var(--tw-text-opacity));
}
.text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-300 {
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-500 {
        --tw-text-opacity: 1;
        color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-pink-300 {
        --tw-text-opacity: 1;
        color: rgb(249 168 212 / var(--tw-text-opacity));
}
.text-red-500 {
        --tw-text-opacity: 1;
        color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}
.outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
}
.blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
                backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.duration-300 {
        transition-duration: 300ms;
}
.content-\[\'\'\] {
        --tw-content: '';
        content: var(--tw-content);
}
/* ===== Common ===== */
:root {
    --primary-color: rgb(32, 31, 49);
    --secondary-color: #191826;
    --hianime-white-color: rgb(252, 252, 252);
    --hianime-pink-color: #ffbade;
    --white-color: #fff;
    --slide-bar-height: 120px;
    --item-gap: 8px;
    --slide-item-height: calc(var(--slide-bar-height) - (var(--item-gap) * 2));
    --pc-slide-item-num: 3;
    --table-slide-item-num: 2;
    --mobile-slide-item-num: 1;
    --line-clamp: 2;
    --list-item-gap: 16px;
}
.section {
        margin-bottom: 1.25rem;
}
.info-section {
        margin-bottom: 0.75rem;
}
.section-header {
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.section-header .view-more {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-style: italic;
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity));
}
.logo {
        margin-left: 0.5rem;
        display: block;
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 600;
}
.logo:hover {
        --tw-text-opacity: 1;
        color: rgb(249 168 212 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

        .logo {
                margin-left: 0px;
        }
}
.socials {
        margin-left: auto;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        gap: 1rem;
}
@media (min-width: 1024px) {

        .socials {
                margin-right: 0.5rem;
                gap: 0.5rem;
        }

        .socials::before {
                margin-right: 0.5rem;
                height: 20px;
                width: 2px;
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                --tw-content: '';
                content: var(--tw-content);
        }
}
.layout {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.25rem;
}
@media (min-width: 768px) {

        .layout {
                grid-template-columns: repeat(10, minmax(0, 1fr));
        }
}
@media (min-width: 1024px) {

        .layout {
                grid-template-columns: repeat(9, minmax(0, 1fr));
        }
}
.layout .layout-left {
        grid-column: 1 / -1;
}
@media (min-width: 768px) {

        .layout .layout-left {
                grid-column: span 7 / span 7;
        }
}
@media (min-width: 1024px) {

        .layout .layout-left {
                grid-column: span 7 / span 7;
        }
}
.layout .layout-right {
        grid-column: 1 / -1;
}
@media (min-width: 768px) {

        .layout .layout-right {
                grid-column: span 3 / span 3;
        }
}
@media (min-width: 1024px) {

        .layout .layout-right {
                grid-column: span 2 / span 2;
        }
}
body {
        --tw-bg-opacity: 1;
        background-color: rgb(25 24 38 / var(--tw-bg-opacity));
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}
#wrapper {
        overflow: hidden;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
}
.sticky {
    position: sticky;
    top: 0;
    background-color: rgba(32, 31, 49, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 999;
    margin-bottom: 24px;
}
.load-more {
        margin-left: auto;
        margin-right: auto;
        height: 2rem;
        cursor: pointer;
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 186 222 / var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

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

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

        .lg\:col-span-2 {
                grid-column: span 2 / span 2;
        }

        .lg\:col-span-7 {
                grid-column: span 7 / span 7;
        }

        .lg\:ml-0 {
                margin-left: 0px;
        }

        .lg\:mr-2 {
                margin-right: 0.5rem;
        }

        .lg\:hidden {
                display: none;
        }

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

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

        .lg\:gap-2 {
                gap: 0.5rem;
        }

        .lg\:before\:h-\[20px\]::before {
                content: var(--tw-content);
                height: 20px;
        }

        .lg\:before\:w-\[2px\]::before {
                content: var(--tw-content);
                width: 2px;
        }

        .lg\:before\:bg-white::before {
                content: var(--tw-content);
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

        .lg\:before\:content-\[\'\'\]::before {
                --tw-content: '';
                content: var(--tw-content);
        }
}
@media (min-width: 1280px) {

        .xl\:flex {
                display: flex;
        }
}
.\[\&\>svg\]\:h-4>svg {
        height: 1rem;
}
.\[\&\>svg\]\:w-4>svg {
        width: 1rem;
}