:root {
    --sinemaku-font: "Nunito Sans", "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --sinemaku-blue: #2d8cff;
    --sinemaku-blue-dark: #1768d8;
    --sinemaku-sky: #eaf5ff;
    --sinemaku-ink: #182033;
    --sinemaku-muted: #7b8aa4;
    --sinemaku-line: #e4edf7;
    --sinemaku-card: #ffffff;
    --sinemaku-green: #28c7a2;
    --sinemaku-yellow: #ffc857;
    --sinemaku-red: #ff6b7d;
    --sinemaku-purple: #8d7cff;
    --sinemaku-shadow: 0 22px 60px rgba(26, 89, 158, 0.18);
}

html,
body,
button,
input,
select,
textarea,
.btn,
.form-control,
.custom-select,
.select2-container,
.dataTables_wrapper {
    font-family: var(--sinemaku-font) !important;
    letter-spacing: 0;
}

body.sinemaku-modern-shell {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 90px),
        linear-gradient(45deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 110px),
        #2e8cf2;
    color: var(--sinemaku-ink);
}

body.sinemaku-modern-shell:before,
body.sinemaku-modern-shell:after {
    content: "";
    position: fixed;
    pointer-events: none;
    opacity: 0.22;
    z-index: 0;
}

body.sinemaku-modern-shell:before {
    inset: 34px auto auto 34px;
    width: 34px;
    height: 34px;
    border: 10px solid rgba(255, 255, 255, 0.45);
    transform: rotate(45deg);
}

body.sinemaku-modern-shell:after {
    right: 42px;
    bottom: 54px;
    width: 56px;
    height: 56px;
    border: 11px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

body.sinemaku-modern-shell .page-wrapper {
    min-height: 100vh;
    padding: 28px;
    position: relative;
    z-index: auto;
}

body.sinemaku-modern-shell .page-inner {
    min-height: calc(100vh - 56px);
    background: transparent;
    border-radius: 34px;
    box-shadow: none;
    overflow: visible;
}

body.sinemaku-modern-shell .page-content-wrapper {
    min-height: calc(100vh - 56px);
    margin-left: 298px;
    background: #eaf4fb;
    border-radius: 34px;
    box-shadow: var(--sinemaku-shadow);
    overflow: clip;
}

body.sinemaku-modern-shell .page-content {
    padding: 24px 28px 28px;
}

body.sinemaku-modern-shell .page-breadcrumb {
    align-items: center;
    min-height: 42px;
    margin: 0 0 18px;
    padding: 0 4px;
    background: transparent;
    color: rgba(24, 32, 51, 0.62);
}

body.sinemaku-modern-shell .page-breadcrumb a {
    color: var(--sinemaku-blue-dark);
    font-weight: 700;
}

body.sinemaku-modern-shell .page-footer,
body.sinemaku-modern-shell .settings-panel,
body.sinemaku-modern-shell .shortcut-menu {
    display: none;
}

body.sinemaku-modern-shell .page-sidebar {
    position: fixed;
    top: 28px;
    bottom: 28px;
    left: 28px;
    z-index: 1040;
    width: 270px;
    min-width: 270px;
    background: var(--sinemaku-card);
    box-shadow: var(--sinemaku-shadow);
    border: 1px solid rgba(218, 230, 243, 0.86);
    border-radius: 34px;
    color: var(--sinemaku-ink);
    overflow: hidden;
}

/* Sidebar close button — hidden on desktop, shown on mobile via media query */
body.sinemaku-modern-shell .sinemaku-sidebar-close {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: var(--sinemaku-muted);
    background: #f2f7fc;
    border: 1px solid #e3edf7;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

body.sinemaku-modern-shell .sinemaku-sidebar-close:hover {
    color: #ffffff;
    background: var(--sinemaku-blue);
}

body.sinemaku-modern-shell .page-sidebar .page-logo {
    height: auto;
    min-height: 126px;
    padding: 24px 26px 18px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.sinemaku-modern-shell .sidebar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sinemaku-ink);
    text-decoration: none;
}

body.sinemaku-modern-shell .sidebar-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: #f2f8ff;
    box-shadow: inset 0 0 0 1px #e1ecf7;
    overflow: hidden;
}

body.sinemaku-modern-shell .sidebar-brand-mark img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

body.sinemaku-modern-shell .sidebar-brand-text strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.1;
    color: var(--sinemaku-ink);
}

body.sinemaku-modern-shell .sidebar-brand-text span {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    color: var(--sinemaku-muted);
}

body.sinemaku-modern-shell .primary-nav {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 182px);
    padding: 0 18px 22px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #c7dcf2 transparent;
}

body.sinemaku-modern-shell .nav-filter,
body.sinemaku-modern-shell .info-card,
body.sinemaku-modern-shell .nav-footer {
    display: none;
}

body.sinemaku-modern-shell .nav-menu {
    width: 100%;
    margin: 0;
}

body.sinemaku-modern-shell .nav-menu li {
    margin: 7px 0;
}

body.sinemaku-modern-shell .nav-menu li a {
    display: flex !important;
    align-items: center;
    min-height: 50px;
    padding: 0 16px;
    border-radius: 15px;
    color: #8a9ab1;
    font-weight: 700;
    background: transparent;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.sinemaku-modern-shell .nav-menu li a:hover,
body.sinemaku-modern-shell .nav-menu li.active > a,
body.sinemaku-modern-shell .nav-menu li.open > a {
    color: var(--sinemaku-blue);
    background: #f8fbff;
    box-shadow: 0 9px 20px rgba(41, 137, 255, 0.12);
}

body.sinemaku-modern-shell .nav-menu li.active > a {
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(41, 137, 255, 0.18);
}

body.sinemaku-modern-shell .nav-menu li a > [class*="fa-"],
body.sinemaku-modern-shell .nav-menu li a > .ni {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin-right: 10px;
    border-radius: 12px;
    color: inherit;
    background: #f1f7ff;
    text-align: center;
    font-size: 0.98rem;
}

body.sinemaku-modern-shell .nav-menu li.active > a > [class*="fa-"],
body.sinemaku-modern-shell .nav-menu li.open > a > [class*="fa-"],
body.sinemaku-modern-shell .nav-menu li a:hover > [class*="fa-"] {
    color: #ffffff;
    background: var(--sinemaku-blue);
}

body.sinemaku-modern-shell .nav-menu .nav-link-text {
    color: inherit;
    white-space: normal;
}

body.sinemaku-modern-shell .nav-menu li > ul {
    margin: 8px 0 2px 18px;
    padding: 2px 0 2px 12px;
    border-left: 1px solid #e8f0f8;
    background: transparent;
}

body.sinemaku-modern-shell .nav-menu li > ul li a {
    display: flex !important;
    align-items: center;
    overflow: visible !important;
    min-height: 40px;
    padding: 0 12px !important;
    border-radius: 13px;
    font-size: 0.84rem;
    color: #8b9ab0;
    box-shadow: none;
}

body.sinemaku-modern-shell .nav-menu li > ul li a > [class*="fa-"],
body.sinemaku-modern-shell .nav-menu li > ul li a > .ni {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex: 0 0 28px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    border-radius: 11px;
    opacity: 1 !important;
    overflow: visible !important;
    transform: none !important;
    text-indent: 0 !important;
    font-size: 0.76rem !important;
    line-height: 1 !important;
}

body.sinemaku-modern-shell .nav-menu li > ul li a > [class*="fa-"]:before {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    transform: none !important;
}

body.sinemaku-modern-shell .nav-menu li > ul li.active a,
body.sinemaku-modern-shell .nav-menu li > ul li a:hover {
    color: var(--sinemaku-blue-dark);
    background: #edf6ff;
}

body.sinemaku-modern-shell .sidebar-profile-card {
    margin: auto 8px 0;
    padding: 16px;
    text-align: center;
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
    border: 1px solid #e7f0fa;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(42, 96, 144, 0.11);
}

body.sinemaku-modern-shell .sidebar-profile-card img {
    display: block;
    width: 112px;
    height: 112px;
    margin: 0 auto 12px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 14px 26px rgba(36, 125, 203, 0.16);
}

body.sinemaku-modern-shell .sidebar-profile-card strong {
    display: block;
    color: var(--sinemaku-ink);
    font-size: 0.92rem;
}

body.sinemaku-modern-shell .sidebar-profile-card span {
    display: block;
    margin-top: 3px;
    color: var(--sinemaku-muted);
    font-size: 0.74rem;
}

body.sinemaku-modern-shell .sidebar-profile-card .profile-line {
    width: 48px;
    height: 4px;
    margin: 13px auto 0;
    border-radius: 99px;
    background: var(--sinemaku-ink);
}

body.sinemaku-modern-shell .page-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    height: 76px;
    padding: 14px 26px;
    background: rgba(255, 255, 255, 0.76);
    border: 0;
    box-shadow: none;
    backdrop-filter: blur(14px);
}

body.sinemaku-modern-shell .page-header .header-btn,
body.sinemaku-modern-shell .page-header .header-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: var(--sinemaku-blue);
    background: #f6fbff;
    box-shadow: inset 0 0 0 1px #e3eef9;
}

body.sinemaku-modern-shell .page-header .header-icon:hover,
body.sinemaku-modern-shell .page-header .header-btn:hover {
    color: #ffffff;
    background: var(--sinemaku-blue);
}

body.sinemaku-modern-shell .page-header .page-logo,
body.sinemaku-modern-shell .page-header .dropdown-icon-menu,
body.sinemaku-modern-shell .page-header [data-target=".js-modal-settings"],
body.sinemaku-modern-shell .page-header [data-class="nav-function-hidden"],
body.sinemaku-modern-shell .page-header [data-class="nav-function-minify"] {
    display: none !important;
}

/* Hide hamburger by default on desktop, show on mobile via media query */
body.sinemaku-modern-shell .page-header .sinemaku-hamburger {
    display: none !important;
}

body.sinemaku-modern-shell .page-header .search .form-control {
    width: min(420px, 40vw);
    height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 16px;
    background: #f7fbff;
    color: var(--sinemaku-ink);
    box-shadow: inset 0 0 0 1px #e3eef9;
}

body.sinemaku-modern-shell .profile-image {
    width: 42px;
    height: 42px;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 18px rgba(35, 97, 154, 0.18);
}

body.sinemaku-modern-shell .dropdown-menu {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 22px 50px rgba(39, 83, 133, 0.18);
    overflow: hidden;
}

body.sinemaku-modern-shell.modal-open .modal-backdrop {
    z-index: 2040;
}

body.sinemaku-modern-shell .modal {
    z-index: 2050;
}

body.sinemaku-modern-shell .modal-dialog {
    pointer-events: auto;
}

body.sinemaku-modern-shell .modal-content {
    border: 0;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(25, 55, 90, 0.22);
}

body.sinemaku-modern-shell .subheader {
    margin-bottom: 18px;
}

body.sinemaku-modern-shell .subheader-title {
    color: var(--sinemaku-ink);
    font-weight: 800;
}

body.sinemaku-modern-shell .subheader-title small {
    color: var(--sinemaku-muted);
    font-weight: 500;
}

body.sinemaku-modern-shell .panel {
    border: 0;
    border-radius: 24px;
    background: var(--sinemaku-card);
    box-shadow: 0 16px 36px rgba(36, 88, 145, 0.12);
    overflow: hidden;
}

body.sinemaku-modern-shell .panel-hdr {
    min-height: 70px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--sinemaku-line);
    background: #ffffff;
}

body.sinemaku-modern-shell .panel-hdr h2 {
    color: var(--sinemaku-ink);
    font-size: 1.08rem;
    font-weight: 800;
}

body.sinemaku-modern-shell .panel-toolbar .nav-link,
body.sinemaku-modern-shell .panel-toolbar a.nav-link.active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 14px;
    color: #ffffff;
    background: var(--sinemaku-blue);
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(45, 140, 255, 0.22);
}

body.sinemaku-modern-shell .panel-toolbar .nav-link i {
    margin: 0;
    color: inherit;
}

body.sinemaku-modern-shell .panel-content {
    padding: 24px;
}

body.sinemaku-modern-shell .btn {
    border-radius: 14px;
    font-weight: 700;
}

body.sinemaku-modern-shell .btn-primary {
    background: var(--sinemaku-blue);
    border-color: var(--sinemaku-blue);
    box-shadow: 0 10px 22px rgba(45, 140, 255, 0.22);
}

body.sinemaku-modern-shell .btn-danger {
    background: var(--sinemaku-red);
    border-color: var(--sinemaku-red);
    box-shadow: 0 10px 22px rgba(255, 107, 125, 0.2);
}

body.sinemaku-modern-shell .btn-success {
    background: var(--sinemaku-green);
    border-color: var(--sinemaku-green);
}

body.sinemaku-modern-shell .form-label,
body.sinemaku-modern-shell label {
    color: #526075;
    font-weight: 700;
}

body.sinemaku-modern-shell .form-control,
body.sinemaku-modern-shell .custom-select,
body.sinemaku-modern-shell .select2-container--default .select2-selection--single {
    min-height: 46px;
    border: 1px solid #dfebf6;
    border-radius: 15px;
    background: #f8fbff;
    color: var(--sinemaku-ink);
    box-shadow: none;
}

body.sinemaku-modern-shell .form-control:focus,
body.sinemaku-modern-shell .custom-select:focus,
body.sinemaku-modern-shell .select2-container--default.select2-container--open .select2-selection--single,
body.sinemaku-modern-shell .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: rgba(45, 140, 255, 0.42) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(45, 140, 255, 0.1) !important;
}

body.sinemaku-modern-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    color: var(--sinemaku-ink);
}

body.sinemaku-modern-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 8px;
}

body.sinemaku-modern-shell .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8a9ab1;
}

body.sinemaku-modern-shell .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--sinemaku-muted) transparent transparent transparent;
}

body.sinemaku-modern-shell .select2-dropdown {
    border: 1px solid #dbeaf7 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(36, 88, 145, 0.14);
    overflow: hidden;
}

body.sinemaku-modern-shell .select2-search--dropdown {
    padding: 10px;
    background: #ffffff;
}

body.sinemaku-modern-shell .select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 40px;
    border: 1px solid #dfeaf6 !important;
    border-radius: 12px;
    color: var(--sinemaku-ink);
}

body.sinemaku-modern-shell .select2-results__option {
    padding: 10px 14px;
    color: #53667f;
    font-weight: 700;
}

body.sinemaku-modern-shell .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #ffffff !important;
    background: var(--sinemaku-blue) !important;
}

body.sinemaku-modern-shell .select2-container--default .select2-results__option[aria-selected=true] {
    color: var(--sinemaku-blue-dark);
    background: #eef7ff;
}

body.sinemaku-modern-shell .modern-filter-card,
body.sinemaku-modern-shell .modern-chart-card,
body.sinemaku-modern-shell .modern-table-card,
body.sinemaku-modern-shell .modern-info-card {
    background: #ffffff;
    border: 1px solid #e5eff8;
    border-radius: 24px;
    box-shadow: 0 16px 36px rgba(36, 88, 145, 0.1);
}

body.sinemaku-modern-shell .modern-filter-card {
    padding: 20px;
}

body.sinemaku-modern-shell .modern-chart-card,
body.sinemaku-modern-shell .modern-table-card,
body.sinemaku-modern-shell .modern-info-card {
    padding: 20px;
}

body.sinemaku-modern-shell .modern-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

body.sinemaku-modern-shell .modern-card-title h2,
body.sinemaku-modern-shell .modern-card-title h3,
body.sinemaku-modern-shell .modern-card-title h4 {
    margin: 0;
    color: var(--sinemaku-ink);
    font-weight: 800;
}

body.sinemaku-modern-shell .modern-card-title span {
    color: var(--sinemaku-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

body.sinemaku-modern-shell .chart-container {
    position: relative;
    min-height: 360px;
}

body.sinemaku-modern-shell .chart-fixed {
    position: relative;
    height: 360px;
}

body.sinemaku-modern-shell .metric-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e5eff8;
    box-shadow: 0 14px 28px rgba(39, 99, 153, 0.09);
}

body.sinemaku-modern-shell .metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 1.25rem;
}

body.sinemaku-modern-shell .metric-card h3 {
    margin: 0 0 4px;
    color: var(--sinemaku-ink);
    font-size: 1.25rem;
    font-weight: 900;
}

body.sinemaku-modern-shell .metric-card p {
    margin: 0;
    color: var(--sinemaku-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

body.sinemaku-modern-shell .metric-blue { background: linear-gradient(135deg, #2d8cff, #54c3ff); }
body.sinemaku-modern-shell .metric-green { background: linear-gradient(135deg, #28c7a2, #6ee7b7); }
body.sinemaku-modern-shell .metric-yellow { background: linear-gradient(135deg, #ffc857, #ff9f43); }
body.sinemaku-modern-shell .metric-red { background: linear-gradient(135deg, #ff6b7d, #ff9aa7); }
body.sinemaku-modern-shell .metric-purple { background: linear-gradient(135deg, #8d7cff, #5bc0ff); }

body.sinemaku-modern-shell .dashboard-hero {
    position: relative;
    min-height: 270px;
    padding: 36px;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.66) 100%),
        url("../img/foto_sinemaku.jpg") center right / cover no-repeat;
    box-shadow: 0 18px 38px rgba(38, 100, 158, 0.13);
}

body.sinemaku-modern-shell .dashboard-hero h1 {
    max-width: 560px;
    margin: 0 0 14px;
    color: var(--sinemaku-ink);
    font-size: 2.1rem;
    line-height: 1.15;
    font-weight: 900;
}

body.sinemaku-modern-shell .dashboard-hero p {
    max-width: 560px;
    margin: 0 0 24px;
    color: #5e6d83;
    font-size: 0.98rem;
    font-weight: 600;
}

body.sinemaku-modern-shell .hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    color: #ffffff;
    background: var(--sinemaku-blue);
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(45, 140, 255, 0.28);
}

body.sinemaku-modern-shell .insight-list {
    display: grid;
    gap: 12px;
}

body.sinemaku-modern-shell .insight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
    background: #f8fbff;
}

body.sinemaku-modern-shell .insight-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    color: #ffffff;
    background: var(--sinemaku-blue);
}

body.sinemaku-modern-shell .insight-item strong {
    display: block;
    color: var(--sinemaku-ink);
}

body.sinemaku-modern-shell .insight-item span {
    display: block;
    color: var(--sinemaku-muted);
    font-size: 0.78rem;
}

body.sinemaku-modern-shell .table {
    width: 100% !important;
    color: var(--sinemaku-ink);
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

body.sinemaku-modern-shell .table-responsive,
body.sinemaku-modern-shell .dataTables_wrapper,
body.sinemaku-modern-shell .dataTables_scroll,
body.sinemaku-modern-shell .dataTables_scrollHead,
body.sinemaku-modern-shell .dataTables_scrollBody {
    border-radius: 20px;
}

body.sinemaku-modern-shell .table thead th {
    border: 0;
    border-bottom: 0 !important;
    background: #f4f9ff !important;
    color: #53667f;
    font-size: 0.76rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0;
    padding: 15px 14px !important;
}

body.sinemaku-modern-shell .table tbody td {
    border-top: 1px solid #edf3fa !important;
    padding: 14px !important;
    vertical-align: middle;
    background: transparent;
}

body.sinemaku-modern-shell .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfdff !important;
}

body.sinemaku-modern-shell .table-hover tbody tr:hover {
    background: #f2f9ff !important;
}

body.sinemaku-modern-shell .table-bordered,
body.sinemaku-modern-shell .table-bordered th,
body.sinemaku-modern-shell .table-bordered td {
    border-color: #edf3fa !important;
}

body.sinemaku-modern-shell table.dataTable {
    margin-top: 14px !important;
    margin-bottom: 16px !important;
    border: 1px solid #e5eff8 !important;
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
}

body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    color: var(--sinemaku-ink) !important;
    background: #ffffff !important;
}

body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.odd > td.dtr-control,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.odd > th.dtr-control,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.odd > td:first-child,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.odd > th:first-child {
    background: #fbfdff !important;
}

body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 50% !important;
    left: 14px !important;
    width: 26px !important;
    height: 26px !important;
    margin-top: -13px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    background: var(--sinemaku-blue) !important;
    box-shadow: 0 8px 18px rgba(45, 140, 255, 0.22) !important;
    font-family: var(--sinemaku-font) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 26px !important;
    text-align: center !important;
}

body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background: var(--sinemaku-red) !important;
}

body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
body.sinemaku-modern-shell table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 50px !important;
}

body.sinemaku-modern-shell table.dataTable > tbody > tr.child,
body.sinemaku-modern-shell table.dataTable > tbody > tr.child:hover {
    background: #f8fbff !important;
}

body.sinemaku-modern-shell table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
    padding: 8px 14px;
}

body.sinemaku-modern-shell table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #e5eff8;
}

body.sinemaku-modern-shell table.dataTable > tbody > tr.child span.dtr-title {
    color: #53667f;
    font-weight: 900;
}

body.sinemaku-modern-shell table.dataTable > tbody > tr.child span.dtr-data {
    color: var(--sinemaku-ink);
    font-weight: 700;
    text-align: right;
}

body.sinemaku-modern-shell table.dataTable.nowrap th,
body.sinemaku-modern-shell table.dataTable.nowrap td,
body.sinemaku-modern-shell table.dataTable th,
body.sinemaku-modern-shell table.dataTable td {
    white-space: normal !important;
}

body.sinemaku-modern-shell .dataTables_scrollBody table.dataTable th,
body.sinemaku-modern-shell .dataTables_scrollBody table.dataTable td {
    white-space: nowrap !important;
}

body.sinemaku-modern-shell table.dataTable.no-footer {
    border-bottom: 1px solid #e5eff8 !important;
}

body.sinemaku-modern-shell table.dataTable thead .sorting,
body.sinemaku-modern-shell table.dataTable thead .sorting_asc,
body.sinemaku-modern-shell table.dataTable thead .sorting_desc {
    background-color: #f4f9ff !important;
}

body.sinemaku-modern-shell table.dataTable tbody tr {
    background: #ffffff;
}

body.sinemaku-modern-shell table.dataTable tbody tr.odd {
    background: #fbfdff;
}

body.sinemaku-modern-shell table.dataTable tbody tr:hover {
    background: #f2f9ff;
}

body.sinemaku-modern-shell table.dataTable .btn,
body.sinemaku-modern-shell table.dataTable a.btn,
body.sinemaku-modern-shell table.dataTable button.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: none;
}

body.sinemaku-modern-shell .dataTables_wrapper {
    color: var(--sinemaku-ink);
    width: 100%;
}

body.sinemaku-modern-shell .dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
}

body.sinemaku-modern-shell .dataTables_wrapper .dataTables_length,
body.sinemaku-modern-shell .dataTables_wrapper .dataTables_filter {
    margin-bottom: 12px;
    color: #6d7d93;
    font-weight: 800;
}

body.sinemaku-modern-shell .dataTables_wrapper .dataTables_filter {
    text-align: right;
}

body.sinemaku-modern-shell .dataTables_wrapper .dataTables_filter label,
body.sinemaku-modern-shell .dataTables_wrapper .dataTables_length label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 0;
    color: #6d7d93;
    font-weight: 800;
}

body.sinemaku-modern-shell .dataTables_filter input,
body.sinemaku-modern-shell .dataTables_length select {
    min-height: 42px !important;
    border: 1px solid #dfebf6 !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    color: var(--sinemaku-ink) !important;
    box-shadow: none !important;
}

body.sinemaku-modern-shell .dataTables_filter input {
    min-width: 240px;
    padding: 0 14px !important;
}

body.sinemaku-modern-shell .dataTables_filter input:focus,
body.sinemaku-modern-shell .dataTables_length select:focus {
    border-color: rgba(45, 140, 255, 0.42) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(45, 140, 255, 0.1) !important;
    outline: 0;
}

body.sinemaku-modern-shell .dataTables_wrapper .dataTables_info {
    padding-top: 12px;
    color: var(--sinemaku-muted);
    font-weight: 700;
}

body.sinemaku-modern-shell .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 38px;
    min-height: 38px;
    margin-left: 5px !important;
    padding: 8px 12px !important;
    border: 1px solid #dfebf6 !important;
    border-radius: 13px !important;
    color: var(--sinemaku-muted) !important;
    background: #ffffff !important;
    font-weight: 800;
}

body.sinemaku-modern-shell .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.sinemaku-modern-shell .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    background: var(--sinemaku-blue) !important;
    border-color: var(--sinemaku-blue) !important;
    box-shadow: 0 8px 18px rgba(45, 140, 255, 0.2);
}

body.sinemaku-modern-shell .dt-buttons .btn,
body.sinemaku-modern-shell .dt-button {
    min-height: 38px !important;
    margin-right: 8px !important;
    padding: 8px 14px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: var(--sinemaku-blue) !important;
    box-shadow: 0 10px 22px rgba(45, 140, 255, 0.18) !important;
    font-weight: 800 !important;
}

body.sinemaku-modern-shell .dt-buttons .btn-success,
body.sinemaku-modern-shell .dt-button.buttons-excel {
    background: var(--sinemaku-green) !important;
    box-shadow: 0 10px 22px rgba(40, 199, 162, 0.16) !important;
}

body.sinemaku-modern-shell .dt-buttons .btn-danger,
body.sinemaku-modern-shell .dt-button.buttons-pdf {
    background: var(--sinemaku-red) !important;
    box-shadow: 0 10px 22px rgba(255, 107, 125, 0.16) !important;
}

body.sinemaku-modern-shell div.dataTables_processing {
    min-width: 190px;
    margin-top: -28px !important;
    padding: 14px 18px !important;
    border: 1px solid #dbeaf7 !important;
    border-radius: 18px !important;
    color: var(--sinemaku-blue-dark) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 42px rgba(36, 88, 145, 0.16);
    font-weight: 900;
}

body.sinemaku-modern-shell .dataTables_scrollHead,
body.sinemaku-modern-shell .dataTables_scrollBody {
    border-color: #e5eff8 !important;
}

body.sinemaku-modern-shell .dataTables_scrollBody {
    border-radius: 0 0 20px 20px;
    scrollbar-width: thin;
    scrollbar-color: #b9d6f4 #f5faff;
}

body.sinemaku-modern-shell .dataTables_scrollBody::-webkit-scrollbar,
body.sinemaku-modern-shell .table-responsive::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

body.sinemaku-modern-shell .dataTables_scrollBody::-webkit-scrollbar-track,
body.sinemaku-modern-shell .table-responsive::-webkit-scrollbar-track {
    background: #f5faff;
    border-radius: 999px;
}

body.sinemaku-modern-shell .dataTables_scrollBody::-webkit-scrollbar-thumb,
body.sinemaku-modern-shell .table-responsive::-webkit-scrollbar-thumb {
    background: #b9d6f4;
    border-radius: 999px;
    border: 2px solid #f5faff;
}

body.sinemaku-modern-shell #loading {
    padding: 28px;
    border-radius: 20px;
    background: #f8fbff;
    color: var(--sinemaku-muted);
    font-weight: 700;
}

body.sinemaku-modern-shell #loading img {
    width: 46px;
    height: 46px;
}

body.sinemaku-login-shell {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 92px),
        linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 120px),
        #2e8cf2;
    color: var(--sinemaku-ink);
}

body.sinemaku-login-shell #bgvid,
body.sinemaku-login-shell .login-footer,
body.sinemaku-login-shell .blankpage-footer {
    display: none;
}

body.sinemaku-login-shell .sinemaku-login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 32px;
}

body.sinemaku-login-shell .sinemaku-login-shell-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1fr);
    width: min(1040px, 100%);
    min-height: 620px;
    border-radius: 34px;
    background: #eaf4fb;
    box-shadow: var(--sinemaku-shadow);
    overflow: hidden;
}

body.sinemaku-login-shell .login-visual {
    position: relative;
    padding: 36px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.68)),
        url("../img/foto_sinemaku.jpg") center / cover no-repeat;
}

body.sinemaku-login-shell .login-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sinemaku-ink);
}

body.sinemaku-login-shell .login-brand img {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(45, 140, 255, 0.16);
}

body.sinemaku-login-shell .login-brand strong {
    display: block;
    font-size: 1.18rem;
    font-weight: 900;
}

body.sinemaku-login-shell .login-brand span {
    display: block;
    color: var(--sinemaku-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

body.sinemaku-login-shell .login-visual-copy {
    position: absolute;
    right: 36px;
    bottom: 36px;
    left: 36px;
}

body.sinemaku-login-shell .login-visual-copy h1 {
    max-width: 380px;
    margin: 0 0 12px;
    color: var(--sinemaku-ink);
    font-size: 2.05rem;
    line-height: 1.12;
    font-weight: 900;
}

body.sinemaku-login-shell .login-visual-copy p {
    max-width: 420px;
    margin: 0;
    color: #53667f;
    font-weight: 700;
}

body.sinemaku-login-shell .login-form-panel {
    display: flex;
    align-items: center;
    padding: 44px;
    background: #ffffff;
}

body.sinemaku-login-shell .login-form-inner {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

body.sinemaku-login-shell .login-form-inner h2 {
    margin: 0 0 8px;
    color: var(--sinemaku-ink);
    font-size: 1.8rem;
    font-weight: 900;
}

body.sinemaku-login-shell .login-form-inner > p {
    margin: 0 0 28px;
    color: var(--sinemaku-muted);
    font-weight: 700;
}

body.sinemaku-login-shell .login-input-wrap {
    position: relative;
}

body.sinemaku-login-shell .login-input-wrap i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    color: var(--sinemaku-blue);
    transform: translateY(-50%);
}

body.sinemaku-login-shell .form-label {
    color: #53667f;
    font-weight: 800;
}

body.sinemaku-login-shell .form-control {
    min-height: 52px;
    padding-left: 44px;
    border: 1px solid #dfebf6;
    border-radius: 16px;
    background: #f8fbff;
    color: var(--sinemaku-ink);
    box-shadow: none;
}

body.sinemaku-login-shell .form-control:focus {
    border-color: rgba(45, 140, 255, 0.42);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(45, 140, 255, 0.1);
}

body.sinemaku-login-shell .help-block {
    display: none;
}

body.sinemaku-login-shell .custom-control-label {
    color: #66758b;
    font-weight: 800;
}

body.sinemaku-login-shell .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--sinemaku-blue);
    background-color: var(--sinemaku-blue);
}

body.sinemaku-login-shell .btn-login-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: var(--sinemaku-blue);
    box-shadow: 0 14px 28px rgba(45, 140, 255, 0.24);
    font-weight: 900;
}

body.sinemaku-login-shell .login-forgot-link {
    color: var(--sinemaku-blue-dark);
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    body.sinemaku-modern-shell .page-wrapper {
        padding: 16px;
    }

    body.sinemaku-modern-shell .page-inner {
        border-radius: 26px;
    }

    body.sinemaku-modern-shell .page-sidebar {
        top: 16px;
        bottom: 16px;
        left: 16px;
        width: 250px;
        min-width: 250px;
    }

    body.sinemaku-modern-shell .page-content-wrapper {
        margin-left: 274px;
    }

    body.sinemaku-modern-shell .dashboard-hero {
        min-height: 230px;
    }
}

@media (max-width: 991.98px) {
    body.sinemaku-modern-shell .page-wrapper {
        padding: 0;
    }

    body.sinemaku-modern-shell .page-inner {
        min-height: 100vh;
        border-radius: 0;
    }

    /* Sidebar: hidden off-screen by default on mobile */
    body.sinemaku-modern-shell .page-sidebar {
        position: fixed;
        top: 12px;
        bottom: 12px;
        left: 12px;
        width: 280px;
        min-width: 280px;
        border-radius: 24px;
        transform: translateX(calc(-100% - 24px));
        transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1050;
    }

    /* Sidebar slides in when mobile-nav-on is active */
    body.sinemaku-modern-shell.mobile-nav-on .page-sidebar {
        transform: translateX(0);
    }

    /* Content takes full width */
    body.sinemaku-modern-shell .page-content-wrapper {
        min-height: 100vh;
        margin-left: 0;
        border-radius: 0;
    }

    body.sinemaku-modern-shell .page-content {
        padding: 18px;
    }

    /* Show hamburger menu button on mobile */
    body.sinemaku-modern-shell .page-header .sinemaku-hamburger {
        display: block !important;
    }

    body.sinemaku-modern-shell .page-header .search {
        display: none;
    }

    /* Overlay backdrop when sidebar is open */
    body.sinemaku-modern-shell .page-content-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1045;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }

    body.sinemaku-modern-shell.mobile-nav-on .page-content-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.sinemaku-modern-shell .dashboard-hero {
        padding: 26px;
    }

    body.sinemaku-modern-shell .dashboard-hero h1 {
        font-size: 1.65rem;
    }

    body.sinemaku-login-shell .sinemaku-login-shell-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    body.sinemaku-login-shell .login-visual {
        min-height: 280px;
    }

    /* Sidebar close button on mobile */
    body.sinemaku-modern-shell .page-sidebar .sinemaku-sidebar-close {
        display: flex;
    }

    /* Metric cards: smaller on tablet */
    body.sinemaku-modern-shell .metric-card {
        min-height: 96px;
        padding: 14px;
        gap: 12px;
    }

    body.sinemaku-modern-shell .metric-icon {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        font-size: 1.05rem;
    }

    body.sinemaku-modern-shell .metric-card h3 {
        font-size: 1.1rem;
    }

    /* Tables: allow horizontal scroll */
    body.sinemaku-modern-shell .table-responsive {
        -webkit-overflow-scrolling: touch;
    }

    /* Header: reduce height on mobile */
    body.sinemaku-modern-shell .page-header {
        height: 64px;
        padding: 10px 18px;
    }
}

@media (max-width: 575.98px) {
    body.sinemaku-modern-shell .page-wrapper {
        padding: 0;
    }

    /* Sidebar: slide-in overlay on small mobile */
    body.sinemaku-modern-shell .page-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 280px;
        min-width: 280px;
        margin: 0;
        border-radius: 0 24px 24px 0;
        transform: translateX(-100%);
        transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1050;
    }

    body.sinemaku-modern-shell.mobile-nav-on .page-sidebar {
        transform: translateX(0);
    }

    body.sinemaku-modern-shell .primary-nav {
        height: calc(100vh - 160px);
        max-height: none;
    }

    body.sinemaku-modern-shell .page-content-wrapper {
        margin-left: 0;
        border-radius: 0;
    }

    body.sinemaku-modern-shell .page-content {
        padding: 14px;
    }

    body.sinemaku-modern-shell .panel-content,
    body.sinemaku-modern-shell .modern-filter-card,
    body.sinemaku-modern-shell .modern-chart-card,
    body.sinemaku-modern-shell .modern-table-card,
    body.sinemaku-modern-shell .modern-info-card {
        padding: 16px;
        border-radius: 20px;
    }

    body.sinemaku-modern-shell .dashboard-hero {
        min-height: auto;
        padding: 22px;
    }

    body.sinemaku-modern-shell .chart-container,
    body.sinemaku-modern-shell .chart-fixed {
        min-height: 280px;
        height: 280px;
    }

    /* Metric cards: stack vertically on small mobile */
    body.sinemaku-modern-shell .metric-card {
        min-height: 80px;
        padding: 12px;
        gap: 10px;
        border-radius: 18px;
    }

    body.sinemaku-modern-shell .metric-icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        border-radius: 14px;
        font-size: 0.95rem;
    }

    body.sinemaku-modern-shell .metric-card h3 {
        font-size: 1rem;
    }

    body.sinemaku-modern-shell .metric-card p {
        font-size: 0.76rem;
    }

    /* Hero section compact */
    body.sinemaku-modern-shell .dashboard-hero h1 {
        font-size: 1.35rem;
    }

    body.sinemaku-modern-shell .dashboard-hero p {
        font-size: 0.86rem;
    }

    /* Header: compact on small mobile */
    body.sinemaku-modern-shell .page-header {
        height: 58px;
        padding: 8px 14px;
    }

    body.sinemaku-modern-shell .page-header .header-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    /* Filter form inputs full width */
    body.sinemaku-modern-shell .modern-filter-card .form-group {
        padding-left: 8px;
        padding-right: 8px;
    }

    body.sinemaku-login-shell .sinemaku-login-page {
        padding: 14px;
    }

    body.sinemaku-login-shell .sinemaku-login-shell-card {
        border-radius: 26px;
    }

    body.sinemaku-login-shell .login-visual,
    body.sinemaku-login-shell .login-form-panel {
        padding: 24px;
    }

    body.sinemaku-login-shell .login-visual-copy {
        position: static;
        margin-top: 84px;
    }

    body.sinemaku-login-shell .login-visual-copy h1 {
        font-size: 1.55rem;
    }
}
