:root {
    --front-sidebar-width: 252px;
    --front-sidebar-collapsed-width: 78px;
    --front-aside-width: 320px;
    --front-header-height: 96px;
    --front-content-gutter: 24px;
    --front-content-stack-gap: 18px;
    --front-surface: rgba(255, 255, 255, 0.92);
    --front-border: rgba(148, 163, 184, 0.22);
    --front-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
    --front-text: #25314d;
    --front-muted: #6b7280;
    --front-primary: #5b4bff;
    --front-page-bg: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    --front-card-bg: rgba(255, 255, 255, 0.94);
}

[data-bs-theme="dark"] {
    --front-surface: rgba(17, 24, 39, 0.88);
    --front-border: rgba(148, 163, 184, 0.16);
    --front-shadow: 0 18px 44px rgba(2, 6, 23, 0.38);
    --front-text: #e5ecf6;
    --front-muted: #94a3b8;
    --front-primary: #8b7bff;
    --front-page-bg: radial-gradient(circle at top, rgba(63, 63, 70, 0.35), transparent 30%), linear-gradient(180deg, #0b1120 0%, #111827 100%);
    --front-card-bg: rgba(15, 23, 42, 0.88);
}

html,
body {
    background: var(--front-page-bg);
    color: var(--front-text);
}

.front-shell {
    min-height: 100vh;
}

#kt_app_sidebar {
    background: rgba(255, 255, 255, 0.9);
    border-right: 1px solid var(--front-border);
    box-shadow: 10px 0 30px rgba(15, 23, 42, 0.03);
}

#kt_app_header {
    position: fixed;
    top: 0;
    right: var(--front-aside-width);
    left: var(--front-sidebar-width);
    z-index: 103;
    padding: var(--front-content-stack-gap) var(--front-content-gutter) 0;
    background: transparent;
    border-bottom: 0;
    transition: left 0.25s ease, right 0.25s ease;
}

.front-sidebar-collapsed #kt_app_header {
    left: var(--front-sidebar-collapsed-width);
}

.front-header-shell {
    height: calc(var(--front-header-height) - 18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.9rem 1.25rem;
    background: var(--front-surface);
    border: 1px solid var(--front-border);
    border-radius: 24px;
    box-shadow: var(--front-shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

#kt_app_header_container,
#kt_app_content_container {
    width: 100%;
    max-width: none;
    margin: 0;
}

.front-content-shell {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    padding: var(--front-content-stack-gap) var(--front-content-gutter) 0;
}

.front-content-shell > *:first-child {
    margin-top: 0 !important;
}

.front-header-start,
.front-header-end {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.front-toolbar-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.front-toolbar-menu {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline-end: 0;
    z-index: 120;
    min-width: 150px;
    display: none;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.front-toolbar-dropdown.is-open .front-toolbar-menu {
    display: block;
}

.front-header-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.front-header-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    color: var(--front-text);
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.front-header-link:hover,
.front-header-link.is-active {
    background: rgba(91, 75, 255, 0.1);
    color: var(--front-primary);
}

.app-sidebar .menu .menu-item>.menu-link.active .menu-icon,
.app-sidebar .menu .menu-item>.menu-link.active .menu-icon .svg-icon,
.app-sidebar .menu .menu-item>.menu-link.active .menu-icon i {
    color: var(--front-primary) !important;
}

.app-sidebar .menu .menu-item>.menu-link.active .menu-title {
    color: var(--front-primary) !important;
}

    .front-menu-link.active {
        background: rgba(91, 75, 255, 0.1) !important;
        color: var(--front-primary) !important;
    }

    .front-menu-link.active .menu-icon i {
        color: var(--front-primary);
    }

    .front-vote-widget {
        width: 200px;
        max-width: 100%;
        padding: 0.8rem 0.75rem 0.65rem;
        border-radius: 10px;
        background: rgb(255 255 255 / 29%);

    }

    .front-cover-vote-stack .front-vote-widget {
        position: absolute;
        left: 50%;
        bottom: 27px;
        transform: translateX(-50%);
        width: calc(100% - 10px);
        max-width: 195px;
        z-index: 3;
        margin: 0;
    }

    .front-vote-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5rem;
        margin-bottom: 0.55rem;
    }

    .front-vote-action {
        border: 0;
        background: transparent;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.15s ease, opacity 0.15s ease;
        opacity: 0.9;
    }

    .front-vote-action--up {
        color: #22c55e;
    }

    .front-vote-action--down {
        color: #fb7185;
    }

    .front-vote-icon {
        font-size: 1.05rem;
        line-height: 1;
    }

    .front-vote-action:hover {
        transform: translateY(-1px);
        opacity: 1;
    }

    .front-vote-balance {
        width: 100%;
        height: 6px;
        position: relative;
        border-radius: 999px;
        overflow: hidden;
        background: rgba(148, 163, 184, 0.26);
    }

    .front-vote-balance-positive,
    .front-vote-balance-negative {
        position: absolute;
        top: 0;
        height: 100%;
        transition: width 0.25s ease;
    }

    .front-vote-balance-positive {
        left: 0;
        background: linear-gradient(90deg, #22c55e, #16a34a);
    }

    .front-vote-balance-negative {
        right: 0;
        background: linear-gradient(90deg, #e11d48, #fb7185);
    }

    .front-vote-meta {
        margin-top: 0.45rem;
        text-align: center;
        font-size: 0.84rem;
        font-weight: 700;
    }

    .front-cover-rating-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        padding: 0.16rem 0.45rem;
        border-radius: 999px;
        background: rgba(17, 24, 39, 0.96);
        color: #f8fafc;
        font-size: 0.78rem;
        font-weight: 700;
        line-height: 1;
        z-index: 3;
    }

    .front-cover-rating-badge i {
        color: #facc15;
    }

    .front-seen-toggle {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(148, 163, 184, 0.5);
        color: #64748b;
    }

    .front-seen-toggle.is-seen {
        color: #16a34a;
        border-color: rgba(22, 163, 74, 0.45);
        background: rgba(34, 197, 94, 0.12);
    }

    [data-bs-theme="dark"] .front-seen-toggle.is-seen {
        color: #16a34a;
        border-color: rgba(22, 163, 74, 0.45);
        background: rgba(34, 197, 94, 0.12);
    }

    .front-vote-widget.is-loading {
        opacity: 0.7;
        pointer-events: none;
    }

    [data-bs-theme="dark"] .front-vote-widget {
        background: rgb(15 23 42 / 59%);
    }

[data-bs-theme="dark"] .front-header-link:hover,
[data-bs-theme="dark"] .front-header-link.is-active,
[data-bs-theme="dark"] .front-toolbar-menu .menu-link.active {
    background: rgba(139, 123, 255, 0.18);
    color: #d8d4ff;
}

.front-header-iconbtn,
.front-toolbar-chip,
.front-search-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 42px;
    padding: 0 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--front-border);
    background: color-mix(in srgb, var(--front-card-bg) 88%, transparent);
    color: var(--front-text);
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.front-header-iconbtn {
    width: 42px;
    justify-content: center;
    padding: 0;
}

.front-search-trigger {
    min-width: 126px;
    justify-content: space-between;
    color: var(--front-muted);
}

.front-header-logo {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: 0;
    max-width: 122px;
    flex: 0 0 auto;
    opacity: 0;
    transition: width 0.25s ease, opacity 0.25s ease;
}

.front-header-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 34px;
    object-fit: contain;
}

.front-sidebar-collapsed .front-header-logo {
    width: 122px;
    opacity: 1;
}

#kt_app_wrapper {
    display: flex;
}

#kt_app_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--front-sidebar-width);
    z-index: 1045;
    transition: width 0.25s ease, transform 0.25s ease;
}

.front-sidebar-collapsed #kt_app_sidebar {
    width: var(--front-sidebar-collapsed-width);
}

#kt_app_main {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: var(--front-header-height);
    padding-left: var(--front-sidebar-width);
    padding-right: var(--front-aside-width);
    min-height: 100vh;
    transition: padding-left 0.25s ease, padding-right 0.25s ease;
}

.front-sidebar-collapsed #kt_app_main {
    padding-left: var(--front-sidebar-collapsed-width);
}

#kt_app_content {
    width: 100%;
    max-width: 100%;
}

#kt_app_aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--front-aside-width);
    padding-top: 0;
    overflow: hidden;
    background: transparent;
}

.front-aside-scroll {
    height: 100%;
    overflow: auto;
    padding-top: 18px;
    padding-inline: 1rem 1rem;
}

.front-aside-scroll::-webkit-scrollbar {
    width: 6px;
}

.front-aside-scroll::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.45);
    border-radius: 999px;
}

.front-sidebar-expanded-logo {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.front-sidebar-brandmark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    object-fit: cover;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(91, 75, 255, 0.18);
    opacity: 0;
    width: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.2s ease, width 0.2s ease;
}

.front-sidebar-collapsed .front-sidebar-expanded-logo,
.front-sidebar-collapsed .front-sidebar-text,
.front-sidebar-collapsed .front-social-title,
.front-sidebar-collapsed .front-following-heading,
.front-sidebar-collapsed .front-user-meta,
.front-sidebar-collapsed .front-sidebar-divider-title,
.front-sidebar-collapsed .front-sidebar-footer-action {
    opacity: 0;
    width: 0;
    pointer-events: none;
    overflow: hidden;
}

.front-sidebar-collapsed .front-sidebar-brandmark {
    width: 34px;
    opacity: 1;
    pointer-events: auto;
}

.front-sidebar-collapsed .front-sidebar-logo-wrap {
    justify-content: center;
}

.front-sidebar-collapsed .front-sidebar-toggle-space {
    display: none;
}

.front-sidebar-collapsed .front-sidebar-logo-wrap {
    padding-inline: 0.5rem !important;
}

.front-sidebar-collapsed .front-menu-link,
.front-sidebar-collapsed .front-social-link,
.front-sidebar-collapsed .front-user-trigger {
    justify-content: center;
    padding-inline: 0.35rem;
    width: 100%;
}

.front-sidebar-collapsed .front-menu-link .menu-icon,
.front-sidebar-collapsed .front-social-link .menu-icon {
    margin-inline-end: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.front-sidebar-collapsed .front-sidebar-menu-area,
.front-sidebar-collapsed .front-sidebar-footer-inner {
    padding-inline: 0.4rem !important;
}

.front-sidebar-collapsed .front-sidebar-footer {
    padding-inline: 0 !important;
    justify-content: center;
}

.front-sidebar-collapsed .front-sidebar-footer-inner {
    margin-inline: 0 !important;
    display: flex;
    justify-content: center;
}

.front-sidebar-collapsed .front-user-trigger .symbol {
    margin-inline-end: 0 !important;
}

.front-sidebar-collapsed #kt_app_sidebar,
.front-sidebar-collapsed .front-sidebar-menu-area,
.front-sidebar-collapsed #kt_app_sidebar_menu_wrapper,
.front-sidebar-collapsed .front-sidebar-footer {
    overflow: visible !important;
}

.front-login-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 50px;
    width: 100%;
    padding: 0.85rem 1rem;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #857ef9, #844aff);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.25);
    color: #fff;
    font-weight: 700;
}

.front-login-trigger:hover {
    color: #fff;
    transform: translateY(-1px);
}

.front-login-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    flex: 0 0 auto;
}

.front-sidebar-collapsed .front-login-trigger {
    width: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 16px;
    margin-inline: auto;
    flex: 0 0 52px;
}

.front-sidebar-collapsed .front-login-trigger-label {
    display: none;
}

@media (min-width: 1200px) {
    .front-sidebar-collapsed .front-menu-link,
    .front-sidebar-collapsed .front-social-link,
    .front-sidebar-collapsed .front-user-trigger,
    .front-sidebar-collapsed .front-login-trigger {
        position: relative;
    }

    .front-sidebar-collapsed .front-menu-link::after,
    .front-sidebar-collapsed .front-social-link::after,
    .front-sidebar-collapsed .front-user-trigger::after,
    .front-sidebar-collapsed .front-login-trigger::after {
        content: attr(data-menu-label);
        position: absolute;
        left: calc(100% + 12px);
        top: 50%;
        transform: translateY(-50%) translateX(-6px);
        opacity: 0;
        pointer-events: none;
        white-space: nowrap;
        background: rgba(15, 23, 42, 0.92);
        color: #fff;
        border-radius: 10px;
        padding: 0.5rem 0.7rem;
        font-size: 0.8rem;
        font-weight: 600;
        box-shadow: 0 12px 26px rgba(2, 6, 23, 0.22);
        transition: opacity 0.16s ease, transform 0.16s ease;
        z-index: 30;
    }

    .front-sidebar-collapsed .front-menu-link:hover::after,
    .front-sidebar-collapsed .front-social-link:hover::after,
    .front-sidebar-collapsed .front-user-trigger:hover::after,
    .front-sidebar-collapsed .front-login-trigger:hover::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.front-toolbar-menu .menu-link.active {
    background: rgba(91, 75, 255, 0.1);
    color: var(--front-primary);
}

.front-search-modal .modal-dialog {
    max-width: 720px;
}

.front-search-modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.front-search-input {
    height: 56px;
    border-radius: 18px;
    padding-inline-start: 3rem;
    border: 0px solid rgba(203, 213, 225, 0.9);
}

.front-search-preview {
    display: grid;
    gap: 0.75rem;
    max-height: 420px;
    overflow: auto;
}

.front-search-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: color-mix(in srgb, var(--front-card-bg) 96%, transparent);
    border: 1px solid rgba(226, 232, 240, 0.85);
    color: var(--front-text);
}

[data-bs-theme="dark"] #kt_app_sidebar {
    background: rgb(14 22 41);
    border-right-color: rgba(148, 163, 184, 0.12);
    box-shadow: 10px 0 30px rgba(2, 6, 23, 0.16);
}

[data-bs-theme="dark"] .front-search-item,
[data-bs-theme="dark"] .front-search-modal .modal-content {
    border-color: rgba(71, 85, 105, 0.45);
}

[data-bs-theme="dark"] .front-search-empty {
    border-color: rgba(71, 85, 105, 0.6);
    color: var(--front-muted);
}

[data-bs-theme="dark"] #kt_app_footer .text-gray-900,
[data-bs-theme="dark"] #kt_app_footer .text-gray-800,
[data-bs-theme="dark"] #kt_app_footer .menu-link {
    color: var(--front-muted) !important;
}

.front-search-item:hover {
    border-color: rgba(91, 75, 255, 0.3);
    background: rgba(237, 233, 254, 0.42);
}

.front-search-empty {
    padding: 2rem;
    text-align: center;
    color: var(--front-muted);
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 18px;
}

.front-auth-modal .modal-dialog {
    max-width: 540px;
}

.front-auth-modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(236, 240, 249, 0.58));
    box-shadow: 0 30px 80px rgba(31, 41, 55, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
}

[data-bs-theme="dark"] .front-auth-modal .modal-content {
    border-color: rgba(71, 85, 105, 0.65);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.86));
    box-shadow: 0 32px 80px rgba(2, 6, 23, 0.56);
}

.front-auth-modal .modal-header {
    padding: 1.35rem 1.5rem 0.85rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

[data-bs-theme="dark"] .front-auth-modal .modal-header {
    border-bottom-color: rgba(71, 85, 105, 0.55);
}

[data-bs-theme="dark"] .front-auth-modal .modal-title {
    color: #f8fafc;
}

.front-auth-close {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.72);
    color: #94a3b8;
    border: 0;
}

[data-bs-theme="dark"] .front-auth-close {
    background: rgba(51, 65, 85, 0.95);
    color: #cbd5e1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.front-auth-subtitle {
    color: #667085;
    font-size: 0.95rem;
}

[data-bs-theme="dark"] .front-auth-subtitle {
    color: #94a3b8;
}

.front-auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2d3550, #23293d);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.front-auth-tab {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    padding: 0.85rem 1rem;
    transition: all 0.2s ease;
}

.front-auth-tab.active {
    background: linear-gradient(180deg, #f8fafc, #e2e8f0);
    color: #1f2a44;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
}

[data-bs-theme="dark"] .front-auth-tabs {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .front-auth-tab {
    color: rgba(226, 232, 240, 0.78);
}

[data-bs-theme="dark"] .front-auth-tab.active {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.28), rgba(37, 99, 235, 0.34));
    color: #eff6ff;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.28);
}

.front-auth-panel {
    display: none;
}

.front-auth-panel.active {
    display: block;
}

.front-auth-card {
    margin-top: 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 20px;
    padding: 1.1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.34));
}

[data-bs-theme="dark"] .front-auth-card {
    border-color: rgba(71, 85, 105, 0.58);
    background: rgba(15, 23, 42, 0.34);
}

.front-auth-label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
}

[data-bs-theme="dark"] .front-auth-label {
    color: #e2e8f0;
}

.front-auth-field {
    position: relative;
}

.front-auth-field > i {
    position: absolute;
    inset-inline-start: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
}

.front-auth-input {
    padding-inline-start: 2.7rem;
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.82);
}

[data-bs-theme="dark"] .front-auth-input {
    border-color: rgba(71, 85, 105, 0.65);
    background: rgba(15, 23, 42, 0.58);
    color: #f8fafc;
}

.front-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.front-auth-aux-link {
    color: #ff5b1a;
    font-weight: 700;
    text-decoration: none;
}

.front-auth-submit {
    min-height: 52px;
    border-radius: 14px;
    border: 0;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    font-weight: 800;
}

.front-auth-alert {
    border-radius: 12px;
    border: 1px solid rgba(239, 68, 68, 0.35);
    background: rgba(254, 242, 242, 0.95);
    color: #b91c1c;
}

[data-bs-theme="dark"] .front-auth-alert {
    border-color: rgba(248, 113, 113, 0.35);
    background: rgba(127, 29, 29, 0.28);
    color: #fecaca;
}

@media (max-width: 1399.98px) {
    #kt_app_aside {
        width: 290px;
    }

    #kt_app_header {
        right: 290px;
    }

    #kt_app_main {
        margin-right: 290px;
    }
}

@media (max-width: 1199.98px) {
    #kt_app_header {
        left: 0;
        right: 0;
        padding-inline: 16px;
    }

    .front-content-shell {
        padding-inline: 16px;
    }

    #kt_app_main,
    .front-sidebar-collapsed #kt_app_main {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #kt_app_sidebar {
        transform: translateX(-100%);
        width: var(--front-sidebar-width);
    }

    .front-sidebar-collapsed #kt_app_sidebar {
        width: var(--front-sidebar-width);
    }

    #kt_app_aside {
        position: static;
        width: 100%;
        padding-top: 0;
        overflow: visible;
    }

    .front-aside-scroll {
        height: auto;
        padding-top: 0;
        overflow: visible;
    }

    .front-header-logo {
        width: 122px;
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .front-header-shell {
        flex-wrap: wrap;
        height: auto;
    }

    .front-header-end {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .front-header-nav {
        width: 100%;
        order: 3;
    }
}

.front-no-sidebars #kt_app_sidebar,
.front-no-sidebars #kt_app_aside {
    display: none;
}

.front-no-sidebars #kt_app_header {
    left: 0;
    right: 0;
}

.front-no-sidebars #kt_app_main {
    padding-left: 0;
    padding-right: 0;
}

.front-no-sidebars #kt_app_wrapper {
    margin-left: 0 !important;
}

.front-toplist-card {
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.front-toplist-hero {
    position: relative;
    overflow: hidden;
    padding: 0.8rem 1rem 1rem;
}

.front-toplist-hero img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.front-toplist-hero-badges {
    position: absolute;
    inset: 1.05rem 1.05rem auto 1.05rem;
    display: flex;
    gap: 0.35rem;
    align-items: center;
    flex-wrap: wrap;
    left: 1.7rem;
}

.front-toplist-rank {
    position: absolute;
    top: 1.1rem;
    right: 1.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 18px;
    padding: 0.2rem 0.60rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fbbf24;
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.front-toplist-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 22px;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

.front-toplist-badge--tone-primary { background: #009ef7; }
.front-toplist-badge--tone-info { background: #7239ea; }
.front-toplist-badge--tone-success { background: #50cd89; color: #ffffff; }
.front-toplist-badge--tone-warning { background: #ffc700; color: #1e1e2d; }
.front-toplist-badge--tone-secondary { background: #6c757d; }

.front-toplist-body {
    padding: 0.95rem 1rem 1.1rem;
}

.front-toplist-card-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.front-toplist-title {
    margin: 0.15rem 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.front-toplist-meta {
    margin: 0;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
}

.front-toplist-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.75rem;
}

.front-toplist-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0.75rem;
    align-items: center;
}

.front-toplist-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    background: #e2e8f0;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.front-toplist-item-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.front-toplist-item-sub {
    margin: 0;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 700;
}

[data-bs-theme="dark"] .front-toplist-card {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(71, 85, 105, 0.5);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.22);
}

[data-bs-theme="dark"] .front-toplist-card-title,
[data-bs-theme="dark"] .front-toplist-title,
[data-bs-theme="dark"] .front-toplist-item-title {
    color: #f8fafc;
}

[data-bs-theme="dark"] .front-toplist-meta,
[data-bs-theme="dark"] .front-toplist-item-sub {
    color: #cbd5e1;
}

/* Slider styles */
.front-home-slider {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.front-home-slider .swiper {
    width: 100%;
    overflow: visible;
}

.front-home-slider--style1,
.front-home-slider--style3 {
    overflow: hidden;
}

.front-home-slider--style1 .swiper,
.front-home-slider--style3 .swiper {
    overflow: hidden;
}

.front-home-slider .swiper-slide {
    height: auto;
}

.front-slider-card {
    position: relative;
    display: flex;
    min-height: 455px;
    border-radius: 24px;
    overflow: hidden;
    background-color: #0f172a;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.front-slider-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--front-slide-image);
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.front-slider-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.72) 62%, rgba(2, 6, 23, 0.9) 100%);
}

.front-slider-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 1.25rem;
    color: #fff;
}

.front-slider-badges,
.front-slider-flags,
.front-slider-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.front-slider-badges {
    position: absolute;
    inset-inline: 1rem 1rem;
    top: 1rem;
    z-index: 2;
    justify-content: space-between;
}

.front-slider-badges-start,
.front-slider-badges-end {
    display: flex;
    gap: 0.35rem;
    align-items: center;
}

.front-slider-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-weight: 700;
    color: #0f172a;
    background: #fff;
}

.front-slider-badge--demography {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.front-slider-badge--type-success { background: #ecfdf3; color: #047857; }
.front-slider-badge--type-info { background: #e0f2fe; color: #0369a1; }
.front-slider-badge--type-primary { background: #eef2ff; color: #4338ca; }
.front-slider-badge--type-warning { background: #fef3c7; color: #b45309; }
.front-slider-badge--type-secondary { background: #e2e8f0; color: #334155; }

.front-slider-badge--adult {
    background: linear-gradient(135deg, #f43f5e, #e11d48);
    color: #fff;
    border: 0;
}

.front-slider-flag {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.9);
}

.front-slider-flag--code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.92);
}

.front-slider-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.front-slider-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0.6rem;
}

.front-slider-meta {
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.82);
}

.front-slider-link {
    display: block;
    text-decoration: none;
}

.front-slider-pair {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.front-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
}

.front-slider-nav--prev { left: 12px; }
.front-slider-nav--next { right: 12px; }

.front-slider-pagination {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.front-slider-pagination .swiper-pagination-bullet {
    background: rgba(15, 23, 42, 0.45);
    opacity: 1;
}

.front-slider-pagination .swiper-pagination-bullet-active {
    background: var(--front-primary);
}

/* Home sections */
.front-section-shell {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background: var(--front-surface);
    border: 1px solid var(--front-border);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: var(--front-shadow);
}

.front-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.front-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    color: var(--front-primary);
}

.front-section-title {
    margin: 0.1rem 0;
    font-size: 1.35rem;
    font-weight: 800;
}

.front-section-copy { color: #64748b; }

.front-section-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.front-section-link {
    font-weight: 700;
    color: var(--front-primary);
    text-decoration: none;
}

.front-section-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: rgba(91, 75, 255, 0.1);
    color: var(--front-primary);
    font-weight: 700;
}

.front-release-grid {
    display: grid;
    gap: 1rem;
    /* grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); */
}

.front-release-card {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.front-release-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.front-release-top,
.front-release-bottom {
    position: absolute;
    inset-inline: 0;
    padding: 0.50rem 0.50rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.front-release-top { top: 0; }
.front-release-bottom { bottom: 0; backdrop-filter: blur(8px); }

.front-release-top-left,
.front-release-top-right-main {
    display: flex;
    gap: 0.35rem;
    align-items: center;
}

.front-release-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
}

.front-pill--success { background: #ecfdf3; color: #047857; }
.front-pill--info { background: #e0f2fe; color: #0369a1; }
.front-pill--primary { background: #eef2ff; color: #4338ca; }
.front-pill--warning { background: #fef3c7; color: #b45309; }
.front-pill--secondary { background: #e2e8f0; color: #334155; }
.front-release-adult { background: linear-gradient(135deg, #f43f5e, #e11d48); color: #fff; border: 0; }
.front-release-score { background: rgba(0,0,0,0.25); padding: 0.3rem 0.55rem; border-radius: 999px; font-weight: 700; }

.front-release-flags { display: flex; gap: 0.25rem; align-items: center; }
.front-release-demography { padding: 0.45rem 0.75rem; border-radius: 10px; font-weight: 700; }
.front-release-title { margin: 0; font-weight: 800; }

/* Episode cards */
.front-episode-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    padding: 0.9rem;
    border-radius: 14px;
    background: var(--front-surface);
    border: 1px solid var(--front-border);
}

.front-episode-cover {
    width: 96px;
    height: 130px;
    object-fit: cover;
    border-radius: 12px;
}

.front-episode-meta {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    color: #64748b;
}

.front-episode-title { margin: 0; font-weight: 800; }

/* Detail pages */
.front-detail-shell {
    border: 1px solid rgba(226,232,240,0.9);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15,23,42,0.08);
    padding: 1.5rem;
}

.front-detail-cover {
    width: 200px;
    height: 320px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 14px 32px rgba(15,23,42,0.12);
}

.front-detail-title { font-size: 1.4rem; font-weight: 800; margin: 0; }
.front-detail-sub { color: #64748b; font-weight: 600; margin: 0.35rem 0; }
.front-detail-badges { gap: 0.35rem; }

.front-detail-stat {
    border: 1px dashed rgba(148,163,184,0.6);
    border-radius: 12px;
    padding: 0.6rem 0.85rem;
    min-width: 110px;
}

.front-detail-tabs .nav-link { color: #64748b; font-weight: 700; }
.front-detail-tabs .nav-link.active { color: #2563eb; border-bottom: 2px solid #2563eb; }
.front-detail-top-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.front-detail-top-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0 0.9rem;
    font-weight: 700;
    color: #64748b;
    text-decoration: none;
}

.front-detail-top-link:hover {
    color: #2563eb;
}

.front-detail-top-link.is-active {
    color: #2563eb;
}

.front-detail-top-link.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 999px;
    background: #2563eb;
}

.front-chapter-card {
    border: 1px solid rgba(226,232,240,0.9);
    border-radius: 12px;
    padding: 0.9rem;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15,23,42,0.06);
}

[data-bs-theme="dark"] .front-detail-shell { background: rgba(15,23,42,0.9); border-color: rgba(71,85,105,0.55); box-shadow: 0 16px 38px rgba(2,6,23,0.3); }
[data-bs-theme="dark"] .front-chapter-card { background: rgba(15,23,42,0.85); border-color: rgba(71,85,105,0.5); }
[data-bs-theme="dark"] .front-detail-title { color: #f8fafc; }
[data-bs-theme="dark"] .front-detail-sub { color: #cbd5e1; }

@media (max-width: 1199.98px) {
    .front-slider-pair { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
    .front-release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .front-detail-cover { width: 160px; height: 260px; }
}

@media (max-width: 767.98px) {
    .front-release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .front-episode-card { grid-template-columns: 74px minmax(0, 1fr); }
    .front-episode-cover { width: 74px; height: 100px; }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .front-release-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

 .fi.flag-circle {
     width: 18px;
     height: 18px;
     aspect-ratio: 1 / 1;
     border-radius: 50%;
     background-size: cover;
     background-position: center;
     display: inline-block;
 }


 .front-home-slider {
     position: relative;
     width: 100%;
     margin-bottom: 2rem;
 }

 .front-home-slider .swiper {
     width: 100%;
     overflow: visible;
 }

 .front-home-slider--style1,
 .front-home-slider--style3 {
     overflow: hidden;
 }

 .front-home-slider--style1 .swiper,
 .front-home-slider--style3 .swiper {
     overflow: hidden;
 }

 .front-home-slider .swiper-slide {
     height: auto;
 }

 .front-slider-card {
     position: relative;
     display: flex;
     min-height: 455px;
     border-radius: 24px;
     overflow: hidden;
     background-color: #0f172a;
     box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
 }

 .front-slider-card::before {
     content: '';
     position: absolute;
     inset: 0;
     background-image: var(--front-slide-image);
     background-position: center;
     background-size: cover;
     transform: scale(1.02);
 }

 .front-slider-card::after {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.72) 62%, rgba(2, 6, 23, 0.9) 100%);
 }

 .front-slider-content {
     position: relative;
     z-index: 2;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     width: 100%;
     padding: 1.25rem;
     color: #fff;
 }

 .front-slider-badges,
 .front-slider-flags,
 .front-slider-meta {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 0.45rem;
 }

 .front-slider-badges {
     position: absolute;
     inset-inline: 1rem 1rem;
     top: 1rem;
     z-index: 2;
     justify-content: space-between;
 }

 .front-slider-badges-start,
 .front-slider-badges-end {
     display: flex;
     flex-wrap: wrap;
     gap: 0.45rem;
 }

 .front-slider-badge {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 22px;
     padding: 0.2rem 0.7rem;
     border-radius: 999px;
     font-size: 0.72rem;
     font-weight: 800;
     color: #fff;
     text-transform: capitalize;
     box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
 }

 .front-slider-badge--demography {
     background: #f5f8fa;
     color: #1e1e2d;
 }

 .front-slider-badge--type-primary {
     background: #009ef7;
 }

 .front-slider-badge--type-info {
     background: #7239ea;
 }

 .front-slider-badge--type-success {
     background: #50cd89;
     color: #ffffff;
 }

 .front-slider-badge--type-warning {
     background: #ffc700;
     color: #1e1e2d;
 }

 .front-slider-badge--type-secondary {
     background: #6c757d;
 }

 .front-slider-badge--adult {
     background: linear-gradient(135deg, #f43f5e, #e11d48);
 }

 .front-slider-flag {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 26px;
     height: 18px;
     border-radius: 999px;
     overflow: hidden;
     box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
     border: 1px solid rgba(255, 255, 255, 0.3);
     background-size: cover;
 }

 .front-slider-flag--code {
     min-width: 26px;
     width: auto;
     padding-inline: 0.35rem;
     color: #fff;
     font-size: 0.58rem;
     font-weight: 800;
     letter-spacing: 0.04em;
 }

 .flag-circle {
     width: 22px !important;
     height: 22px !important;
     aspect-ratio: 1 / 1;
     border-radius: 50%;
     background-position: center;
     background-size: cover;
     display: inline-flex;
 }

 .front-slider-title {
     margin: 0 0 0.55rem;
     font-size: clamp(1.65rem, 2vw, 2.35rem);
     line-height: 1.05;
     font-weight: 800;
     color: #fff;
     text-shadow: 0 10px 18px rgba(2, 6, 23, 0.32);
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .front-slider-description {
     margin: 0 0 0.85rem;
     font-size: 1rem;
     color: rgba(255, 255, 255, 0.86);
     max-width: 72ch;
 }

 .front-slider-meta {
     font-size: 0.95rem;
     color: rgba(255, 255, 255, 0.92);
 }

 .front-slider-link {
     color: inherit;
     text-decoration: none;
 }

 .front-home-slider--style1 .front-slider-card {
     min-height: 455px;
 }

 .front-home-slider--style2 .swiper-slide {
     transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
     transform: scale(0.965);
     opacity: 0.9;
     filter: saturate(0.82);
 }

 .front-home-slider--style2 .swiper-slide-prev .front-slider-card::after,
 .front-home-slider--style2 .swiper-slide-next .front-slider-card::after {
     background: linear-gradient(180deg, rgba(15, 23, 42, 0.56) 0%, rgba(15, 23, 42, 0.9) 100%);
 }

 .front-home-slider--style2 .swiper-slide-active {
     transform: scale(1);
     opacity: 1;
     filter: none;
 }

 .front-home-slider--style2 .swiper-slide-active .front-slider-card {
     min-height: 500px;
 }

 .front-home-slider--style2 .front-slider-card {
     min-height: 470px;
 }

 .front-home-slider--style3 .front-slider-pair {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 1.25rem;
 }

 .front-home-slider--style3 .front-slider-card {
     min-height: 420px;
 }

 .front-home-slider--style3 .front-slider-title {
     font-size: clamp(1.25rem, 1.4vw, 1.7rem);
 }

 .front-home-slider--style4 .swiper {
     overflow: hidden;
     padding-block: 0.35rem 0.85rem;
 }

 .front-home-slider--style4 .swiper-slide {
     height: auto;
 }

 .front-home-slider--style4 .front-slider-card {
     min-height: 420px;
     border-radius: 18px;
     box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
 }

 .front-home-slider--style4 .front-slider-link {
     display: block;
 }

 .front-home-slider--style4 .front-slider-card::after {
     background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.56) 54%, rgba(2, 6, 23, 0.92) 100%);
 }

 .front-home-slider--style4 .front-slider-badges {
     inset-inline: 0.65rem 0.65rem;
     top: 0.65rem;
 }

 .front-home-slider--style4 .front-slider-badge {
     min-height: 22px;
     padding: 0.15rem 0.5rem;
     font-size: 0.62rem;
 }

 .front-home-slider--style4 .front-slider-flag {
     width: 22px;
     height: 15px;
 }

 .front-home-slider--style4 .front-slider-content {
     padding: 0.95rem;
 }

 .front-home-slider--style4 .front-slider-title {
     margin-bottom: 0.4rem;
     font-size: clamp(1.08rem, 1.05vw, 1.42rem);
     line-height: 1.15;
 }

 .front-home-slider--style4 .front-slider-description {
     margin-bottom: 0.5rem;
     display: -webkit-box;
     overflow: hidden;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     font-size: 0.84rem;
     line-height: 1.4;
 }

 .front-home-slider--style4 .front-slider-meta {
     gap: 0.25rem;
     font-size: 0.76rem;
     line-height: 1.35;
 }

 .front-slider-nav {
     position: absolute;
     top: 50%;
     z-index: 3;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 54px;
     height: 54px;
     margin-top: -27px;
     border: 1px solid rgba(255, 255, 255, 0.28);
     border-radius: 999px;
     background: rgba(255, 255, 255, 0.22);
     color: #fff;
     box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
     backdrop-filter: blur(12px);
     -webkit-backdrop-filter: blur(12px);
 }

 .front-slider-nav--prev {
     left: 1rem;
 }

 .front-slider-nav--next {
     right: 1rem;
 }

 .front-slider-pagination {
     position: absolute;
     left: 50% !important;
     bottom: 1rem !important;
     z-index: 3;
     display: inline-flex;
     width: auto !important;
     transform: translateX(-50%);
     padding: 0.35rem 0.55rem;
     border-radius: 999px;
     background: rgba(15, 23, 42, 0.28);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
 }

 .front-slider-pagination .swiper-pagination-bullet {
     width: 9px;
     height: 9px;
     background: rgba(255, 255, 255, 0.55);
     opacity: 1;
 }

 .front-slider-pagination .swiper-pagination-bullet-active {
     background: #fff;
 }

 [data-bs-theme="dark"] .front-slider-nav {
     border-color: rgba(148, 163, 184, 0.24);
     background: rgba(15, 23, 42, 0.5);
 }

 @media (max-width: 1199.98px) {

     .front-home-slider--style2 .swiper-slide,
     .front-home-slider--style2 .swiper-slide-active {
         transform: none;
         opacity: 1;
         filter: none;
     }

     .front-home-slider--style2 .front-slider-card,
     .front-home-slider--style2 .swiper-slide-active .front-slider-card {
         min-height: 450px;
     }

     .front-home-slider--style3 .front-slider-pair {
         grid-template-columns: 1fr;
     }

     .front-home-slider--style4 .front-slider-card {
         min-height: 400px;
     }
 }

 @media (max-width: 767.98px) {

     .front-slider-card,
     .front-home-slider--style1 .front-slider-card,
     .front-home-slider--style2 .front-slider-card,
     .front-home-slider--style2 .swiper-slide-active .front-slider-card,
     .front-home-slider--style3 .front-slider-card,
     .front-home-slider--style4 .front-slider-card {
         min-height: 360px;
     }

     .front-slider-title {
         font-size: 1.5rem;
     }

     .front-slider-description {
         font-size: 0.92rem;
     }

     .front-slider-nav {
         display: none;
     }
 }

 .front-hero-card {
     display: block;
     width: 100%;
     max-width: none;
     margin-inline: 0;
     align-self: stretch;
     background: rgba(255, 255, 255, 0.92);
     border: 1px solid rgba(226, 232, 240, 0.9);
     box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
 }

 .front-hero-card .card-body {
     min-height: 220px;
 }

 [data-bs-theme="dark"] .front-hero-card {
     background: rgba(17, 24, 39, 0.92);
     border-color: rgba(71, 85, 105, 0.5);
     box-shadow: 0 22px 48px rgba(2, 6, 23, 0.28);
 }

 [data-bs-theme="dark"] .front-hero-card .text-gray-600 {
     color: #94a3b8 !important;
 }

 [data-bs-theme="dark"] .front-aside-card {
     background: rgba(15, 23, 42, 0.9);
     border-color: rgba(71, 85, 105, 0.45);
     box-shadow: 0 18px 40px rgba(2, 6, 23, 0.22);
 }

 [data-bs-theme="dark"] .front-aside-card .card-title,
 [data-bs-theme="dark"] .front-aside-card .text-gray-800 {
     color: #e5ecf6 !important;
 }

 [data-bs-theme="dark"] .front-aside-card .text-gray-500,
 [data-bs-theme="dark"] .front-aside-card .text-muted {
     color: #94a3b8 !important;
 }

 .front-auth-modal .modal-dialog {
     max-width: 540px;
 }

 .front-auth-modal .modal-content {
     border: 1px solid rgba(255, 255, 255, 0.28);
     border-radius: 28px;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(236, 240, 249, 0.58));
     box-shadow: 0 30px 80px rgba(31, 41, 55, 0.28);
     backdrop-filter: blur(18px);
     -webkit-backdrop-filter: blur(18px);
     overflow: hidden;
 }

 [data-bs-theme="dark"] .front-auth-modal .modal-content {
     border-color: rgba(71, 85, 105, 0.65);
     background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.86));
     box-shadow: 0 32px 80px rgba(2, 6, 23, 0.56);
 }

 .front-auth-modal .modal-header {
     padding: 1.35rem 1.5rem 0.85rem;
     border-bottom: 1px solid rgba(148, 163, 184, 0.2);
 }

 [data-bs-theme="dark"] .front-auth-modal .modal-header {
     border-bottom-color: rgba(71, 85, 105, 0.55);
 }

 [data-bs-theme="dark"] .front-auth-modal .modal-title {
     color: #f8fafc;
 }

 .front-auth-close {
     width: 48px;
     height: 48px;
     border-radius: 999px;
     background: rgba(226, 232, 240, 0.72);
     color: #94a3b8;
     border: 0;
 }

 [data-bs-theme="dark"] .front-auth-close {
     background: rgba(51, 65, 85, 0.95);
     color: #cbd5e1;
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
 }

 .front-auth-subtitle {
     color: #667085;
     font-size: 0.95rem;
 }

 [data-bs-theme="dark"] .front-auth-subtitle {
     color: #94a3b8;
 }

 .front-auth-tabs {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 0;
     padding: 4px;
     border-radius: 999px;
     background: linear-gradient(135deg, #2d3550, #23293d);
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
 }

 .front-auth-tab {
     border: 0;
     border-radius: 999px;
     background: transparent;
     color: rgba(255, 255, 255, 0.78);
     font-weight: 700;
     padding: 0.85rem 1rem;
     transition: all 0.2s ease;
 }

 .front-auth-tab.active {
     background: linear-gradient(180deg, #f8fafc, #e2e8f0);
     color: #1f2a44;
     box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
 }

 [data-bs-theme="dark"] .front-auth-tabs {
     background: linear-gradient(135deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.98));
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
 }

 [data-bs-theme="dark"] .front-auth-tab {
     color: rgba(226, 232, 240, 0.78);
 }

 [data-bs-theme="dark"] .front-auth-tab.active {
     background: linear-gradient(180deg, rgba(59, 130, 246, 0.28), rgba(37, 99, 235, 0.34));
     color: #eff6ff;
     box-shadow: 0 8px 18px rgba(2, 6, 23, 0.28);
 }

 .front-auth-panel {
     display: none;
 }

 .front-auth-panel.active {
     display: block;
 }

 .front-auth-card {
     margin-top: 1.15rem;
     border-radius: 18px;
     background: rgba(255, 255, 255, 0.6);
     border: 1px solid rgba(255, 255, 255, 0.35);
     padding: 1.4rem;
 }

 [data-bs-theme="dark"] .front-auth-card {
     background: rgba(15, 23, 42, 0.58);
     border-color: rgba(71, 85, 105, 0.65);
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
 }

 .front-auth-label {
     color: #344054;
     font-weight: 600;
     margin-bottom: 0.55rem;
 }

 [data-bs-theme="dark"] .front-auth-label {
     color: #dbe5f2;
 }

 .front-auth-input {
     height: 56px;
     border-radius: 14px;
     border: 1px solid rgba(203, 213, 225, 0.85);
     background: rgba(255, 255, 255, 0.5);
     padding-left: 3rem;
     color: #0f172a;
 }

 [data-bs-theme="dark"] .front-auth-input {
     border-color: rgba(71, 85, 105, 0.8);
     background: rgba(15, 23, 42, 0.9);
     color: #f8fafc;
 }

 [data-bs-theme="dark"] .front-auth-input::placeholder {
     color: #64748b;
 }

 .front-auth-input:focus {
     background: rgba(255, 255, 255, 0.72);
     border-color: rgba(59, 130, 246, 0.48);
     box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
 }

 [data-bs-theme="dark"] .front-auth-input:focus {
     background: rgba(15, 23, 42, 0.98);
     border-color: rgba(96, 165, 250, 0.72);
     box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
 }

 .front-auth-field {
     position: relative;
 }

 .front-auth-field i {
     position: absolute;
     inset-inline-start: 1rem;
     top: 50%;
     transform: translateY(-50%);
     color: #98a2b3;
     font-size: 1.05rem;
     pointer-events: none;
 }

 [data-bs-theme="dark"] .front-auth-field i {
     color: #64748b;
 }

 .front-auth-row {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 1rem;
 }

 .front-auth-aux-link {
     color: #ff5b1a;
     font-weight: 600;
     text-decoration: none;
 }

 [data-bs-theme="dark"] .front-auth-row .form-check-label {
     color: #94a3b8 !important;
 }

 [data-bs-theme="dark"] .front-auth-row .form-check-input {
     background-color: rgba(30, 41, 59, 0.95);
     border-color: rgba(100, 116, 139, 0.9);
 }

 [data-bs-theme="dark"] .front-auth-row .form-check-input:checked {
     background-color: #3b82f6;
     border-color: #3b82f6;
 }

 .front-auth-submit {
     height: 54px;
     border: 0;
     border-radius: 14px;
     background: linear-gradient(135deg, #857ef9, #844aff);
     box-shadow: 0 14px 30px rgba(43, 132, 229, 0.28);
     color: #fff;
     font-size: 1.05rem;
     font-weight: 700;
 }

 [data-bs-theme="dark"] .front-auth-submit {
     background: linear-gradient(180deg, #3b82f6, #2563eb);
     box-shadow: 0 16px 30px rgba(37, 99, 235, 0.34);
 }

 .front-auth-alert {
     border-radius: 14px;
     background: rgba(254, 226, 226, 0.75);
     border: 1px solid rgba(248, 113, 113, 0.35);
     color: #b42318;
 }

 [data-bs-theme="dark"] .front-auth-alert {
     background: rgba(127, 29, 29, 0.3);
     border-color: rgba(248, 113, 113, 0.35);
     color: #fecaca;
 }

 .front-aside-card {
     border: 1px solid rgba(226, 232, 240, 0.95);
     border-radius: 18px;
     background: rgba(255, 255, 255, 0.94);
     box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
     overflow: hidden;
 }

 .front-aside-card+.front-aside-card {
     margin-top: 1.5rem;
 }

 .front-home-section+.front-home-section {
     margin-top: 2rem;
 }

 .front-home-section {
     position: relative;
 }

 .front-home-section.front-reveal-pending {
     opacity: 0;
     transform: translateY(18px);
 }

 .front-home-section.front-reveal-visible {
     opacity: 1;
     transform: translateY(0);
     transition: opacity 0.55s ease, transform 0.55s ease;
 }

 .front-section-shell {
     border: 1px solid rgba(226, 232, 240, 0.9);
     border-radius: 24px;
     background: radial-gradient(circle at top left, rgb(132 74 255 / 11%), transparent 34%),
     linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
     box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
     padding: 1.4rem;
 }

 @media (prefers-reduced-motion: reduce) {

     .front-home-section.front-reveal-pending,
     .front-home-section.front-reveal-visible {
         opacity: 1;
         transform: none;
         transition: none;
     }
 }

 .front-section-header {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 1rem;
     margin-bottom: 1.25rem;
 }

 .front-section-kicker {
     display: inline-flex;
     align-items: center;
     gap: 0.45rem;
     padding: 0.35rem 0.7rem;
     border-radius: 999px;
     background: rgba(255, 91, 26, 0.1);
     color: #844aff;
     font-size: 0.78rem;
     font-weight: 800;
     letter-spacing: 0.04em;
     text-transform: uppercase;
 }

 .front-section-title {
     margin: 0.55rem 0 0;
     font-size: clamp(1.35rem, 1.6vw, 1.8rem);
     font-weight: 800;
     color: #0f172a;
 }

 .front-section-copy {
     margin: 0.45rem 0 0;
     color: #64748b;
     max-width: 68ch;
 }

 .front-section-count {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-width: 46px;
     min-height: 46px;
     padding: 0.45rem 0.85rem;
     border-radius: 16px;
     background: #0f172a;
     color: #fff;
     font-size: 0.85rem;
     font-weight: 800;
     box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
 }

 .front-section-actions {
     display: flex;
     align-items: center;
     gap: 0.85rem;
 }

 .front-section-link {
     display: inline-flex;
     align-items: center;
     gap: 0.45rem;
     color: #94a3b8;
     font-weight: 700;
     text-decoration: none;
     white-space: nowrap;
 }

 .front-section-link:hover {
     color: #2563eb;
 }

 .front-shelf-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
     gap: 1rem;
 }

 .front-release-grid {
     display: grid;
     grid-auto-flow: column;
     grid-auto-columns: 170px;
     gap: 0.75rem;
     overflow-x: auto;
     padding-bottom: 0.35rem;
     scrollbar-width: thin;
     -webkit-overflow-scrolling: touch;
 }

 .front-release-grid::-webkit-scrollbar {
     height: 8px;
 }

 .front-release-grid::-webkit-scrollbar-thumb {
     background: rgba(148, 163, 184, 0.55);
     border-radius: 999px;
 }

 .front-release-grid::-webkit-scrollbar-track {
     background: rgba(148, 163, 184, 0.2);
 }

 .front-release-card {
     position: relative;
     display: block;
     width: 100%;
     max-width: 170px;
     min-width: 170px;
     aspect-ratio: 0.68;
     overflow: hidden;
     border-radius: 8px;
     background: #dbe4f0;
     text-decoration: none;
     color: #fff;
     box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
 }

 .front-release-card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .front-release-card::before {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.08) 44%, rgba(15, 23, 42, 0.58) 72%, rgba(15, 23, 42, 0.88) 100%);
     z-index: 1;
 }

 .front-release-top {
     position: absolute;
     z-index: 2;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 0.35rem;
 }

 .front-release-top-left,
 .front-release-top-right {
     display: flex;
     flex-wrap: wrap;
     gap: 0.25rem;
     align-items: center;
 }

 .front-release-top-right {
     flex-direction: column;
     align-items: flex-end;
 }

 .front-release-top-right-main {
     display: flex;
     align-items: center;
     gap: 0.25rem;
     justify-content: flex-end;
     flex-wrap: wrap;
 }

 .front-release-pill {
     display: inline-flex;
     align-items: center;
     min-height: 20px;
     padding: 0.1rem 0.45rem;
     border-radius: 999px;
     font-size: 0.64rem;
     font-weight: 800;
     line-height: 1;
     box-shadow: 0 6px 12px rgba(15, 23, 42, 0.14);
 }

 .front-release-adult {
     background: linear-gradient(135deg, #f43f5e, #e11d48);
     color: #fff;
     border: 0;
 }

 .front-release-score {
     display: inline-flex;
     align-items: center;
     gap: 0.2rem;
     min-height: 20px;
     padding: 0.1rem 0.35rem;
     border-radius: 999px;
     background: rgba(30, 41, 59, 0.82);
     color: #fff;
     font-size: 0.68rem;
     font-weight: 800;
 }

 .front-release-flags {
     display: inline-flex;
     align-items: center;
     gap: 0.2rem;
     justify-content: flex-end;
     margin-top: 0.05rem;
 }

 .front-release-flags .front-slider-flag,
 .front-release-flags .front-slider-flag--code {
     width: 16px;
     height: 16px;
     min-width: 16px;
     font-size: 0.48rem;
     box-shadow: 0 4px 10px rgba(15, 23, 42, 0.16);
 }

 .front-release-bottom {
     position: absolute;
     inset: auto 0 0 0;
     z-index: 2;
     padding: 0.45rem 0.45rem 0;
 }

 .front-release-bottom.front-release-bottom--stacked {
     display: block;
     backdrop-filter: none !important;
     -webkit-backdrop-filter: none !important;
     background: transparent;
     padding: 0.34rem 0.45rem 0;
 }

 .front-release-title {
     display: -webkit-box;
     overflow: hidden;
     margin: 0;
     color: #fff;
     font-size: clamp(0.95rem, 1vw, 1.08rem);
     font-weight: 800;
     line-height: 1.25;
     text-shadow: 0 3px 10px rgba(15, 23, 42, 0.28);
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     text-overflow: ellipsis;
 }

 .front-release-meta {
     display: none;
 }

 .front-release-demography {
     margin-top: 0.16rem;
     margin-inline: -0.45rem;
     padding: 0.42rem 0.55rem 0.46rem;
     text-align: center;
     font-size: 0.78rem;
     font-weight: 900;
     letter-spacing: 0.03em;
     text-transform: uppercase;
     backdrop-filter: blur(4px);
     -webkit-backdrop-filter: blur(4px);
 }

 .front-release-demography.front-release-demography--bar {
     width: calc(100% + 0.9rem);
     border-radius: 0;
     border-top: 0;
     box-shadow: none;
 }

 .front-poster-card {
     display: flex;
     flex-direction: column;
     height: 100%;
     border-radius: 20px;
     overflow: hidden;
     background: #ffffff;
     border: 1px solid rgba(226, 232, 240, 0.95);
     box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
     text-decoration: none;
     color: inherit;
     transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
 }

 .front-poster-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
     border-color: rgba(255, 91, 26, 0.24);
 }

 .front-poster-cover {
     position: relative;
     aspect-ratio: 0.74;
     overflow: hidden;
     background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
 }

 .front-poster-cover img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .front-poster-badges {
     position: absolute;
     inset: 0.8rem 0.8rem auto 0.8rem;
     display: flex;
     justify-content: space-between;
     gap: 0.5rem;
     pointer-events: none;
 }

 .front-pill {
     display: inline-flex;
     align-items: center;
     gap: 0.35rem;
     min-height: 28px;
     padding: 0.28rem 0.75rem;
     border-radius: 999px;
     font-size: 0.74rem;
     font-weight: 800;
     color: #fff;
     box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
 }

 .front-pill--primary {
     background: #009ef7;
     color: #ffffff;
 }

 .front-pill--info {
     background: #7239ea;
     color: #ffffff;
 }

 .front-pill--success {
     background: #50cd89;
     color: #ffffff;
 }

 .front-pill--warning {
     background: #ffc700;
     color: #1e1e2d;
 }

 .front-pill--secondary {
     background: #6c757d;
     color: #ffffff;
 }

 .front-pill--plain {
     background: #f5f8fa;
     color: #1e1e2d;
 }

 .front-poster-body {
     display: flex;
     flex: 1;
     flex-direction: column;
     gap: 0.75rem;
     padding: 1rem;
 }

 .front-poster-title {
     margin: 0;
     font-size: 1rem;
     font-weight: 800;
     color: #0f172a;
     line-height: 1.3;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .front-poster-copy {
     margin: 0;
     font-size: 0.9rem;
     color: #64748b;
     line-height: 1.55;
 }

 .front-poster-chips,
 .front-poster-flags,
 .front-poster-footer {
     display: flex;
     flex-wrap: wrap;
     gap: 0.45rem;
     align-items: center;
 }

 .front-chip {
     display: inline-flex;
     align-items: center;
     min-height: 24px;
     padding: 0.15rem 0.55rem;
     border-radius: 999px;
     background: #f1f5f9;
     color: #475569;
     font-size: 0.73rem;
     font-weight: 700;
 }

 .front-poster-footer {
     margin-top: auto;
     justify-content: space-between;
     color: #475569;
     font-size: 0.8rem;
     font-weight: 700;
 }

 .front-episode-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
     gap: 1rem;
 }

 .front-episode-card {
     display: grid;
     grid-template-columns: 88px minmax(0, 1fr);
     gap: 0.9rem;
     align-items: start;
     padding: 0.9rem;
     border-radius: 18px;
     background: #fff;
     border: 1px solid rgba(226, 232, 240, 0.95);
     box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
     text-decoration: none;
     color: inherit;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
 }

 .front-episode-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
 }

 .front-episode-cover {
     width: 88px;
     height: 118px;
     border-radius: 14px;
     object-fit: cover;
     background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
 }

 .front-episode-title {
     margin: 0.25rem 0 0;
     font-size: 1rem;
     font-weight: 800;
     color: #0f172a;
     line-height: 1.25;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     margin-top: 0.2rem;
 }

 .front-episode-list {
     display: flex;
     flex-direction: column;
     gap: 0.35rem;
 }

 .front-episode-entry {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 0.55rem;
     flex-wrap: wrap;
     border: 1px solid rgba(148, 163, 184, 0.35);
     background: rgba(241, 245, 249, 0.78);
     border-radius: 999px;
     padding: 0.32rem 0.55rem;
 }

 .front-episode-entry .front-episode-title {
     margin: 0;
     font-size: 0.84rem;
     line-height: 1.15;
 }

 .front-pill--adult-red {
     background: #ff3366;
     color: #fff;
 }

 .front-episode-series {
     margin: 0;
     color: #f97316;
     font-size: 0.83rem;
     font-weight: 800;
     text-transform: uppercase;
     letter-spacing: 0.04em;
 }

 .front-episode-copy {
     display: none;
 }

 .front-episode-meta {
     display: flex;
     flex-wrap: wrap;
     gap: 0.45rem;
     align-items: center;
     color: #475569;
     font-size: 0.78rem;
     font-weight: 700;
 }

 .front-episode-flag {
     display: inline-flex;
     width: 22px;
     height: 16px;
     border-radius: 999px;
     overflow: hidden;
     border: 1px solid rgba(148, 163, 184, 0.32);
 }

 [data-bs-theme="dark"] .front-section-shell {
     border-color: rgba(71, 85, 105, 0.48);
     background:
         radial-gradient(circle at top left, rgb(172 26 255 / 16%), transparent 34%),
         linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.92));
     box-shadow: 0 24px 52px rgba(2, 6, 23, 0.3);
 }

 [data-bs-theme="dark"] .front-section-title,
 [data-bs-theme="dark"] .front-poster-title,
 [data-bs-theme="dark"] .front-episode-title {
     color: #f8fafc;
 }

 [data-bs-theme="dark"] .front-section-copy,
 [data-bs-theme="dark"] .front-poster-copy,
 [data-bs-theme="dark"] .front-episode-copy {
     color: #94a3b8;
 }

 [data-bs-theme="dark"] .front-poster-card,
 [data-bs-theme="dark"] .front-episode-card {
     background: rgba(15, 23, 42, 0.84);
     border-color: rgba(71, 85, 105, 0.5);
     box-shadow: 0 18px 40px rgba(2, 6, 23, 0.22);
 }

 [data-bs-theme="dark"] .front-section-link {
     color: #cbd5e1;
 }

 [data-bs-theme="dark"] .front-section-link:hover {
     color: #93c5fd;
 }

 [data-bs-theme="dark"] .front-chip {
     background: rgba(30, 41, 59, 0.94);
     color: #cbd5e1;
 }

 [data-bs-theme="dark"] .front-poster-footer,
 [data-bs-theme="dark"] .front-episode-meta {
     color: #cbd5e1;
 }

 [data-bs-theme="dark"] .front-episode-entry {
     border-color: rgba(71, 85, 105, 0.7);
     background: rgba(30, 41, 59, 0.86);
 }

 @media (max-width: 767.98px) {
     .front-section-shell {
         padding: 1rem;
     }

     .front-section-header {
         flex-direction: column;
     }

     .front-section-actions {
         width: 100%;
         justify-content: space-between;
     }

     .front-shelf-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }

     .front-release-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }

     .front-episode-card {
         grid-template-columns: 74px minmax(0, 1fr);
     }

     .front-episode-cover {
         width: 74px;
         height: 100px;
     }
 }

 @media (min-width: 768px) and (max-width: 1199.98px) {
     .front-release-grid {
         grid-template-columns: repeat(4, minmax(0, 1fr));
     }
 }

 .front-auth-social-wrap {
     border: 1px solid rgba(148, 163, 184, 0.35);
     border-radius: 18px;
     padding: 14px;
     background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.9));
 }

 [data-bs-theme="dark"] .front-auth-social-wrap {
     background: linear-gradient(180deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.65));
     border-color: rgba(148, 163, 184, 0.45);
 }

 .front-auth-social-grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 10px;
 }

 .front-auth-social-btn {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     justify-content: flex-start;
     text-decoration: none;
     border-radius: 12px;
     border: 1px solid transparent;
     padding: 10px 12px;
     font-size: 0.86rem;
     font-weight: 700;
     color: #0f172a;
     transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
 }

 [data-bs-theme="dark"] .front-auth-social-btn {
     color: #e2e8f0;
 }

 .front-auth-social-btn:hover {
     transform: translateY(-1px);
     box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
 }

 .front-auth-social-badge {
     width: 28px;
     height: 28px;
     border-radius: 50%;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-size: 0.75rem;
     font-weight: 700;
     flex-shrink: 0;
 }

 .front-auth-social-badge svg {
     width: 14px;
     height: 14px;
     display: block;
 }

 .front-auth-social-label {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .front-auth-social-btn--google {
     background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(219, 234, 254, 0.9));
     border-color: rgba(59, 130, 246, 0.35);
 }

 .front-auth-social-btn--facebook {
     background: linear-gradient(180deg, rgba(238, 242, 255, 0.95), rgba(224, 231, 255, 0.9));
     border-color: rgba(79, 70, 229, 0.35);
 }

 .front-auth-social-btn--github {
     background: linear-gradient(180deg, rgba(241, 245, 249, 0.95), rgba(226, 232, 240, 0.9));
     border-color: rgba(71, 85, 105, 0.35);
 }

 .front-auth-social-btn--x {
     background: linear-gradient(180deg, rgba(243, 244, 246, 0.95), rgba(229, 231, 235, 0.9));
     border-color: rgba(17, 24, 39, 0.3);
 }

 .front-auth-social-btn--discord {
     background: linear-gradient(180deg, rgba(237, 233, 254, 0.95), rgba(221, 214, 254, 0.9));
     border-color: rgba(109, 40, 217, 0.3);
 }

 .front-auth-social-badge--google {
     background: #ffffff;
     color: #000;
 }

 .front-auth-social-badge--facebook {
     background: #4f46e5;
     color: #fff;
 }

 .front-auth-social-badge--github {
     background: #334155;
     color: #fff;
 }

 .front-auth-social-badge--x {
     background: #0f172a;
     color: #fff;
 }

 .front-auth-social-badge--discord {
     background: #6d28d9;
     color: #fff;
 }

 [data-bs-theme="dark"] .front-auth-social-btn--google,
 [data-bs-theme="dark"] .front-auth-social-btn--facebook,
 [data-bs-theme="dark"] .front-auth-social-btn--github,
 [data-bs-theme="dark"] .front-auth-social-btn--x,
 [data-bs-theme="dark"] .front-auth-social-btn--discord {
     background: rgba(15, 23, 42, 0.65);
 }

 .front-auth-social-divider {
     position: relative;
     margin-top: 12px;
     text-align: center;
 }

 .front-auth-social-divider::before {
     content: '';
     position: absolute;
     left: 0;
     right: 0;
     top: 50%;
     border-top: 1px solid rgba(148, 163, 184, 0.45);
 }

 .front-auth-social-divider span {
     position: relative;
     z-index: 1;
     display: inline-block;
     padding: 0 10px;
     font-size: 0.78rem;
     font-weight: 600;
     color: #64748b;
     background: rgba(248, 250, 252, 0.98);
 }

 [data-bs-theme="dark"] .front-auth-social-divider span {
     background: #0f172a;
     color: #cbd5e1;
 }

 @media (max-width: 576px) {
     .front-auth-social-grid {
         grid-template-columns: 1fr;
     }
 }

 .front-search-modal .modal-content {
     background: var(--bs-body-bg);
     color: var(--bs-body-color);
     border: 1px solid rgba(148, 163, 184, 0.25);
 }

 [data-bs-theme="dark"] .front-search-modal .modal-content {
     background: #0b1220;
     border-color: rgba(148, 163, 184, 0.35);
 }

 .front-search-item {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 10px 12px;
     border-radius: 12px;
     border: 1px solid rgba(148, 163, 184, 0.25);
     background: rgba(255, 255, 255, 0.7);
     text-decoration: none;
 }

 [data-bs-theme="dark"] .front-search-item {
     background: rgba(15, 23, 42, 0.85);
     border-color: rgb(51 57 67 / 35%);
     color: #e2e8f0;
 }

 .front-search-item+.front-search-item {
     margin-top: 8px;
 }

 .front-search-item .symbol-label {
     width: 44px;
     height: 44px;
     border-radius: 10px;
     overflow: hidden;
     background: #f8fafc center/cover no-repeat;
 }

 [data-bs-theme="dark"] .front-search-item .symbol-label {
     background-color: #111827;
 }

 .front-search-flags {
     display: inline-flex;
     gap: 6px;
     flex-wrap: wrap;
 }

 .front-search-flag {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 22px;
     height: 22px;
     border-radius: 999px;
     font-size: 11px;
     text-transform: uppercase;
     color: #0f172a;
 }

 .front-search-empty {
     padding: 12px;
     text-align: center;
     color: var(--bs-gray-600);
 }

 [data-bs-theme="dark"] .front-search-empty {
     color: #cbd5e1;
 }

 .front-pwa-widget {
     position: fixed;
     left: 50%;
     transform: translateX(-50%);
     bottom: calc(14px + env(safe-area-inset-bottom, 0px));
     z-index: 1400;
     width: min(340px, calc(100vw - 28px));
 }

 .front-pwa-widget-card {
     border-radius: 14px;
     border: 1px solid rgba(148, 163, 184, 0.28);
     background: rgba(255, 255, 255, 0.96);
     box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
     backdrop-filter: blur(8px);
     -webkit-backdrop-filter: blur(8px);
     padding: 12px;
 }

 [data-bs-theme="dark"] .front-pwa-widget-card {
     background: rgba(15, 23, 42, 0.92);
     border-color: rgba(148, 163, 184, 0.36);
     box-shadow: 0 14px 34px rgba(2, 6, 23, 0.45);
 }

 .front-pwa-widget-head {
     display: flex;
     align-items: center;
     gap: 9px;
     margin-bottom: 4px;
 }

 .front-pwa-app-icon {
     width: 24px;
     height: 24px;
     border-radius: 6px;
     object-fit: cover;
     flex-shrink: 0;
     border: 1px solid rgba(148, 163, 184, 0.35);
 }

 .front-pwa-widget-title {
     font-size: 0.9rem;
     font-weight: 700;
     margin-bottom: 0;
 }

 .front-pwa-widget-status {
     font-size: 0.8rem;
     color: #475569;
     line-height: 1.35;
     margin-bottom: 10px;
 }

 [data-bs-theme="dark"] .front-pwa-widget-status {
     color: #cbd5e1;
 }

 .front-pwa-steps {
     font-size: 0.78rem;
     color: #475569;
     padding-left: 18px;
     margin: 2px 0 10px;
     line-height: 1.55;
 }

 [data-bs-theme="dark"] .front-pwa-steps {
     color: #94a3b8;
 }

 .front-pwa-steps li+li {
     margin-top: 3px;
 }

 .front-pwa-widget-actions {
     display: flex;
     gap: 8px;
     justify-content: flex-end;
 }

 .front-adblock-modal .modal-content {
     border-radius: 14px;
     border: 1px solid rgba(239, 68, 68, 0.35);
 }

 .front-adblock-modal .adblock-title {
     font-weight: 800;
     color: #b91c1c;
 }

 body.front-adblock-locked #kt_app_root {
     filter: blur(4px) brightness(0.35) grayscale(0.25);
     pointer-events: none;
     user-select: none;
 }

 body.front-adblock-locked {
     overflow: hidden;
 }

 .front-adblock-modal {
     backdrop-filter: blur(2px);
     -webkit-backdrop-filter: blur(2px);
 }

 [data-bs-theme="dark"] .card {
     background-color: #0e1629 !important;
 }

 [data-bs-theme="dark"] .offcanvas {
     background-color: #0e1629 !important;
 }

 :root {
     --front-page-bg: linear-gradient(180deg, #fbfbfb 0%, #fbfbfb 100%);
 }

 [data-bs-theme="dark"] {
     --front-page-bg: radial-gradient(circle at top, rgb(16 24 39), transparent 30%), linear-gradient(180deg, #101827 0%, #111827 100%);
 }

 .fi.flag-circle {
     width: 18px;
     height: 18px;
     aspect-ratio: 1 / 1;
     border-radius: 50%;
     background-size: cover;
     background-position: center;
     display: inline-block;
 }

 .front-mobile-nav-only {
     display: none;
 }

 .front-header-stack {
     display: flex;
     flex-direction: column;
     width: 100%;
 }

 .front-alert-banner-wrap {
     display: none;
     flex-direction: column;
     gap: 10px;
     padding: 12px 12px 0;
     width: 100%;
 }

 .front-alert-banner-wrap.is-visible {
     display: flex;
 }

 .front-alert-banner {
     display: flex;
     align-items: flex-start;
     gap: 12px;
     border-radius: 18px;
     padding: 14px 16px;
     border: 1px solid transparent;
     box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
 }

 .front-alert-banner--danger {
     background: #fef2f2;
     border-color: rgba(239, 68, 68, 0.18);
     color: #991b1b;
 }

 .front-alert-banner--warning {
     background: #fffbeb;
     border-color: rgba(245, 158, 11, 0.2);
     color: #92400e;
 }

 .front-alert-banner--info {
     background: #eff6ff;
     border-color: rgba(59, 130, 246, 0.18);
     color: #1d4ed8;
 }

 .front-alert-banner--success {
     background: #ecfdf5;
     border-color: rgba(16, 185, 129, 0.2);
     color: #047857;
 }

 .front-alert-banner-media {
     width: 52px;
     height: 52px;
     border-radius: 16px;
     object-fit: cover;
     flex-shrink: 0;
 }

 .front-alert-banner-body {
     min-width: 0;
     flex: 1;
 }

 .front-alert-banner-title {
     font-size: 0.98rem;
     font-weight: 800;
     line-height: 1.2;
     margin-bottom: 4px;
     color: inherit;
 }

 .front-alert-banner-text {
     font-size: 0.9rem;
     line-height: 1.5;
     color: inherit;
     opacity: 0.92;
 }

 .front-alert-banner-close {
     width: 34px;
     height: 34px;
     border: 0;
     border-radius: 999px;
     background: rgba(255, 255, 255, 0.6);
     color: inherit;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 .front-alert-banner-close:hover {
     background: rgba(255, 255, 255, 0.9);
 }

 [data-bs-theme="dark"] .front-alert-banner {
     box-shadow: none;
 }

 [data-bs-theme="dark"] .front-alert-banner--danger {
     background: rgba(127, 29, 29, 0.5);
     border-color: rgba(248, 113, 113, 0.25);
     color: #fecaca;
 }

 [data-bs-theme="dark"] .front-alert-banner--warning {
     background: rgba(120, 53, 15, 0.45);
     border-color: rgba(251, 191, 36, 0.24);
     color: #fde68a;
 }

 [data-bs-theme="dark"] .front-alert-banner--info {
     background: rgba(30, 64, 175, 0.4);
     border-color: rgba(96, 165, 250, 0.24);
     color: #bfdbfe;
 }

 [data-bs-theme="dark"] .front-alert-banner--success {
     background: rgba(6, 95, 70, 0.42);
     border-color: rgba(52, 211, 153, 0.24);
     color: #a7f3d0;
 }

 [data-bs-theme="dark"] .front-alert-banner-close {
     background: rgba(15, 23, 42, 0.35);
 }

 .front-entry-alert-modal .modal-content {
     border: 0;
     border-radius: 24px;
     overflow: hidden;
     background: #ffffff;
     box-shadow: 0 24px 80px rgba(15, 23, 42, 0.2);
 }

 .front-entry-alert-image {
     display: block;
     max-width: 100%;
     max-height: 340px;
     width: auto;
     height: auto;
     object-fit: contain;
     margin: 0 auto;
 }

 .front-entry-alert-body {
     padding: 24px 24px 20px;
 }

 .front-entry-alert-title {
     font-size: 1.2rem;
     font-weight: 800;
     color: #0f172a;
     margin-bottom: 10px;
 }

 .front-entry-alert-text {
     color: #475569;
     line-height: 1.7;
     font-size: 0.96rem;
 }

 [data-bs-theme="dark"] .front-entry-alert-modal .modal-content {
     background: #0f172a;
     box-shadow: none;
 }

 [data-bs-theme="dark"] .front-entry-alert-title {
     color: #f8fafc;
 }

 [data-bs-theme="dark"] .front-entry-alert-text {
     color: #cbd5e1;
 }

 .front-login-disabled-modal .modal-content {
     border: 1px solid rgba(148, 163, 184, 0.35);
     border-radius: 20px;
     background: rgba(255, 255, 255, 0.78);
     backdrop-filter: blur(12px);
     -webkit-backdrop-filter: blur(12px);
     box-shadow: 0 20px 60px rgba(15, 23, 42, 0.16);
 }

 .front-login-disabled-image {
     width: 120px;
     height: 120px;
     object-fit: contain;
     display: block;
     margin: 0 auto 14px;
 }

 .front-login-disabled-title {
     font-size: 1.1rem;
     font-weight: 800;
     color: #1e293b;
     text-align: center;
     margin-bottom: 8px;
 }

 .front-login-disabled-text {
     font-size: 0.95rem;
     line-height: 1.6;
     color: #334155;
     text-align: center;
     margin-bottom: 0;
 }

 [data-bs-theme="dark"] .front-login-disabled-modal .modal-content {
     background: rgba(15, 23, 42, 0.76);
     border-color: rgba(148, 163, 184, 0.28);
     box-shadow: none;
 }

 [data-bs-theme="dark"] .front-login-disabled-title {
     color: #f8fafc;
 }

 [data-bs-theme="dark"] .front-login-disabled-text {
     color: #cbd5e1;
 }

 .frontpage-footer-wrap {
     margin-top: 28px;
     border-top: 1px solid rgba(148, 163, 184, 0.25);
     background: rgba(255, 255, 255, 0.78);
     backdrop-filter: blur(8px);
     -webkit-backdrop-filter: blur(8px);
     z-index: 1;
 }

 [data-bs-theme="dark"] .frontpage-footer-wrap {
     border-top-color: rgba(148, 163, 184, 0.3);
     background: rgba(2, 6, 23, 0.62);
 }

 .frontpage-footer-inner {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
     gap: 12px;
 }

 .frontpage-footer-brand {
     display: inline-flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     gap: 10px;
     text-decoration: none;
 }

 .frontpage-footer-logo {
     height: 20px;
     width: auto;
     object-fit: contain;
 }

 .frontpage-footer-subtitle {
     font-size: 0.82rem;
     color: #6b7280;
     font-weight: 500;
     line-height: 1;
 }

 [data-bs-theme="dark"] .frontpage-footer-subtitle {
     color: #94a3b8;
 }

 .frontpage-footer-social {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 10px;
 }

 .frontpage-footer-social-link {
     width: 32px;
     height: 32px;
     border-radius: 999px;
     border: 1px solid rgba(15, 23, 42, 0.12);
     background: rgba(15, 23, 42, 0.06);
     color: #6b7280;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     transition: all .18s ease;
 }

 .frontpage-footer-social-link:hover {
     color: #111827;
     border-color: rgba(15, 23, 42, 0.22);
     background: rgba(15, 23, 42, 0.1);
     transform: translateY(-1px);
 }

 [data-bs-theme="dark"] .frontpage-footer-social-link {
     border-color: rgba(148, 163, 184, 0.28);
     background: rgba(148, 163, 184, 0.1);
     color: #cbd5e1;
 }

 [data-bs-theme="dark"] .frontpage-footer-social-link:hover {
     border-color: rgba(148, 163, 184, 0.45);
     background: rgba(148, 163, 184, 0.18);
     color: #f8fafc;
 }

 .frontpage-footer-links {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 10px 24px;
 }

 .frontpage-footer-links a {
     color: #111827;
     font-weight: 700;
     font-size: 0.92rem;
     text-decoration: none;
 }

 .frontpage-footer-links a:hover {
     color: #0d6efd;
 }

 [data-bs-theme="dark"] .frontpage-footer-links a {
     color: #e2e8f0;
 }

 [data-bs-theme="dark"] .frontpage-footer-links a:hover {
     color: #93c5fd;
 }

 .frontpage-footer-content {
     max-width: min(700px, 100%);
     font-size: 0.92rem;
     line-height: 1.6;
     color: #374151;
     text-align: center;
 }

 .frontpage-footer-content :last-child {
     margin-bottom: 0;
 }

 [data-bs-theme="dark"] .frontpage-footer-content {
     color: #cbd5e1;
 }

 .frontpage-footer-copy {
     font-size: 0.84rem;
     color: #6b7280;
     line-height: 1.4;
 }

 [data-bs-theme="dark"] .frontpage-footer-copy {
     color: #94a3b8;
 }

 @media (max-width: 575.98px) {
     .frontpage-footer-brand {
         gap: 8px;
     }

     .frontpage-footer-logo {
         height: 18px;
     }

     .frontpage-footer-subtitle {
         font-size: 0.75rem;
     }
 }

 /* Header toolbar dropdowns (content mode + language) */
 .front-toolbar-dropdown {
     position: relative;
 }

 .front-toolbar-dropdown .front-toolbar-menu {
     display: none;
     position: absolute;
     top: calc(100% + 8px);
     right: 0;
     z-index: 1200;
 }

 .front-toolbar-dropdown.is-open .front-toolbar-menu {
     display: block !important;
 }

 @media (min-width: 1200px) {
     .front-home-slider {
         width: 100%;
         max-width: 100%;
         margin-inline: auto;
         overflow: hidden;
     }

     .front-home-slider--style4 {
         overflow: hidden;
     }

     .front-home-slider--style4 .swiper {
         width: 100%;
         max-width: 100%;
         overflow: hidden !important;
         margin-inline: 0 !important;
     }
 }

 @media (max-width: 991.98px) {
     #kt_app_sidebar {
         width: calc(100vw - 10px) !important;
         max-width: calc(100vw - 10px) !important;
     }

     #kt_app_header {
         padding-inline: 10px !important;
     }

     .front-header-shell {
         flex-wrap: nowrap !important;
         gap: 0.5rem;
         padding: 0.55rem 0.65rem;
         border-radius: 16px;
         overflow: visible;
     }

     .front-header-start,
     .front-header-end {
         min-width: 0;
     }

     .front-header-logo {
         max-width: 104px;
     }

     .front-header-nav {
         display: none !important;
     }

     .front-header-end {
         width: auto !important;
         margin-left: auto;
         gap: 0.35rem;
         flex-wrap: nowrap !important;
         overflow: visible;
     }

     .front-content-shell {
         padding-inline: 10px !important;
         padding-top: 4px !important;
     }

     #kt_app_wrapper {
         margin-inline-start: 0 !important;
     }

     #kt_app_main {
         padding-top: 78px !important;
     }

     .front-toolbar-chip,
     .front-search-trigger,
     .front-header-iconbtn {
         width: 36px;
         min-width: 36px;
         height: 36px;
         padding: 0;
         justify-content: center;
         border-radius: 999px;
     }

     .front-home-section .front-section-shell {
         margin-inline: 0;
         width: 100%;
     }

     .front-release-grid {
         grid-auto-columns: minmax(150px, 1fr);
     }

     .front-toolbar-chip>span,
     .front-search-trigger>span {
         display: none !important;
     }

     /* Keep the current language flag visible on mobile header */
     .front-toolbar-chip>[data-front-lang-flag] {
         display: inline-flex !important;
     }

     .front-lang-icon-hidden {
         display: none !important;
     }
 }

 @media (max-width: 1199.98px) {
     #kt_app_aside {
         position: fixed !important;
         top: 0 !important;
         right: 0 !important;
         bottom: 0 !important;
         width: 300px !important;
         max-width: calc(100vw - 24px);
         z-index: 1150;
         background: rgba(255, 255, 255, 0.78);
         backdrop-filter: blur(14px);
         -webkit-backdrop-filter: blur(14px);
         border-left: 1px solid rgba(148, 163, 184, 0.25);
         transform: translateX(100%);
         transition: transform .25s ease;
         overflow: hidden !important;
         box-shadow: -12px 0 28px rgba(15, 23, 42, 0.2);
     }

     #kt_app_aside.drawer-on {
         transform: translateX(0);
     }

     #kt_app_sidebar {
         z-index: 1151;
         width: 300px !important;
         max-width: calc(100vw - 24px);
         background: rgba(255, 255, 255, 0.78);
         backdrop-filter: blur(14px);
         -webkit-backdrop-filter: blur(14px);
         border-right: 1px solid rgba(148, 163, 184, 0.25);
         transform: translateX(-104%);
         transition: transform .36s cubic-bezier(.22, .61, .36, 1), box-shadow .28s ease;
     }

     #kt_app_sidebar.drawer-on {
         transform: translateX(0) !important;
         box-shadow: 12px 0 28px rgba(15, 23, 42, 0.2);
     }

     [data-bs-theme="dark"] #kt_app_sidebar {
         background: rgba(15, 23, 42, 0.72);
         border-right-color: rgba(71, 85, 105, 0.45);
     }

     [data-bs-theme="dark"] #kt_app_aside {
         background: rgba(15, 23, 42, 0.72);
         border-left-color: rgba(71, 85, 105, 0.45);
     }

     #kt_app_sidebar.front-sidebar-animating .front-menu-link,
     #kt_app_sidebar.front-sidebar-animating .front-social-link {
         opacity: 0;
         transform: translateX(-10px);
         animation: frontSidebarLinkIn .34s cubic-bezier(.22, .61, .36, 1) forwards;
         animation-delay: var(--front-link-delay, 0ms);
     }

     @keyframes frontSidebarLinkIn {
         0% {
             opacity: 0;
             transform: translateX(-10px);
         }

         100% {
             opacity: 1;
             transform: translateX(0);
         }
     }

     .front-mobile-nav-only {
         display: block;
     }

     #kt_app_wrapper {
         margin-inline-start: 0 !important;
     }

     .front-aside-scroll {
         height: 100% !important;
         padding-top: 12px !important;
         overflow: auto !important;
     }
 }

 @media (max-width: 575.98px) {
     .front-alert-banner-wrap {
         padding-inline: 8px;
     }

     .front-alert-banner {
         padding: 12px 14px;
     }

     .front-alert-banner-media {
         width: 42px;
         height: 42px;
         border-radius: 12px;
     }

     #kt_app_header {
         padding-inline: 8px !important;
     }

     .front-content-shell {
         padding-inline: 8px !important;
     }

     .front-release-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
         grid-auto-flow: row;
         grid-auto-columns: auto;
         gap: 0.65rem;
         overflow-x: visible;
         padding-bottom: 0;
     }

     .front-release-card {
         min-width: 0;
         max-width: none;
         width: 100%;
         aspect-ratio: 0.74;
     }

     .front-release-top {
         inset-inline: 0;
         top: 0;
         padding: 0.3rem;
         gap: 0.25rem;
     }

     .front-release-top-left,
     .front-release-top-right,
     .front-release-top-right-main {
         gap: 0.15rem;
     }

     .front-release-pill,
     .front-release-score {
         min-height: 18px;
         padding: 0.08rem 0.3rem;
         font-size: 0.56rem;
     }

     .front-release-flags {
         gap: 0.12rem;
     }

     .front-release-flags .front-slider-flag,
     .front-release-flags .front-slider-flag--code {
         width: 14px;
         height: 14px;
         min-width: 14px;
         font-size: 0.42rem;
     }

     .front-release-flags> :nth-child(n+3) {
         display: none;
     }

     .front-release-bottom,
     .front-release-bottom.front-release-bottom--stacked {
         padding: 0.3rem 0.3rem 0;
     }

     .front-release-title {
         font-size: 0.82rem;
         line-height: 1.15;
     }

     .front-release-demography {
         margin-inline: -0.3rem;
         padding: 0.38rem 0.4rem 0.42rem;
         font-size: 0.68rem;
     }

     #front-home-continue-reading .front-release-grid {
         grid-template-columns: none;
         grid-auto-flow: column;
         grid-auto-columns: 148px;
         gap: 0.6rem;
         overflow-x: auto;
         overflow-y: hidden;
         white-space: nowrap;
         padding-bottom: 0.35rem;
     }

     #front-home-continue-reading .front-release-card {
         min-width: 148px;
         max-width: 148px;
         aspect-ratio: 0.72;
     }
 }

 @media (max-width: 390px) {
     #kt_app_header {
         padding-inline: 6px !important;
     }

     .front-content-shell {
         padding-inline: 6px !important;
     }

     .front-release-grid {
         grid-template-columns: 1fr;
         gap: 0.55rem;
     }

     .front-release-card {
         max-width: 180px;
         margin-inline: auto;
         aspect-ratio: 0.72;
     }

     #front-home-continue-reading .front-release-grid {
         grid-template-columns: none;
         grid-auto-flow: column;
         grid-auto-columns: 140px;
     }

     #front-home-continue-reading .front-release-card {
         min-width: 140px;
         max-width: 140px;
         margin-inline: 0;
     }
 }
