       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: white;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            scroll-behavior: smooth;
            color: #1e1e1e;
        }

        /* Navbar Super Minimal: hanya title tengah */
        .custom-nav {
            background: #e91e63;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 8px rgba(0,0,0,0.12);
            padding: 0 2px;
        }
        nav {
            background: transparent !important;
            box-shadow: none !important;
            height: 25px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 25px;
            position: relative;
        }
        .brand-logo-center {
            font-weight: 700;
            font-size: 1.4rem;
            letter-spacing: -0.3px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: white !important;
            text-decoration: none;
        }
        .brand-logo-center i {
            font-size: 1.6rem;
            color: white;
        }

        /* Tab styling */
        .tab-container {
            display: flex;
            border-bottom: 2px solid #f0f0f0;
            background: white;
            position: sticky;
            top: 20px;
            z-index: 99;
            padding: 0 5px;
            gap: 2px;
        }
        .tab-item {
            font-size: 1rem;
            font-weight: 600;
            padding: 12px 4px 10px 4px;
            cursor: pointer;
            color: #888;
            transition: all 0.2s;
            border-bottom: 3px solid transparent;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .tab-item i {
            font-size: 1.2rem;
        }
        .tab-item.active {
            color: #e91e63;
            border-bottom-color: #e91e63;
        }
        .tab-pane {
            display: none;
            width: 100%;
        }
        .tab-pane.active-pane {
            display: block;
        }

        /* Search panel (di dalam tab Cari Video) */
        .search-panel {
            background: #f9f9f9;
            padding: 20px 20px 12px 20px;
            border-radius: 20px;
            margin: 20px 20px 10px 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
            border: 1px solid #eee;
        }
        .search-input-group {
            display: flex;
            gap: 12px;
            align-items: center;
            flex-wrap: wrap;
        }
        .search-input-field {
            flex: 3;
            min-width: 200px;
        }
        .search-input-field input {
            height: 48px;
            border-radius: 40px !important;
            padding: 0 20px !important;
            border: 1px solid #ddd !important;
            font-size: 0.9rem;
            background: white;
            margin: 0 !important;
            box-sizing: border-box;
            width: 100%;
        }
        .search-input-field input:focus {
            border-color: #e91e63 !important;
            box-shadow: none !important;
        }
        .btn-cari {
            background: #e91e63;
            border-radius: 40px;
            height: 48px;
            padding: 0 28px;
            font-weight: 600;
            text-transform: none;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .btn-cari:hover {
            background: #c2185b;
        }
        .search-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 18px;
            padding-top: 12px;
            border-top: 1px solid #e0e0e0;
        }
        .pagination-control {
            background: transparent;
            border: 1px solid #ddd;
            border-radius: 40px;
            padding: 6px 20px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #333;
        }
        .pagination-control:hover {
            background: #e91e63;
            color: white;
            border-color: #e91e63;
        }
        .pagination-info {
            font-weight: 600;
            background: #f1f1f1;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.85rem;
        }
        .result-stats {
            font-size: 0.75rem;
            color: #666;
            margin-left: 12px;
        }

        /* player stage */
        .player-stage {
            background: #1a1a1a;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0,0,0,0.3);
            border: 1px solid #e91e63;
            display: none;
        }
        .player-stage.active {
            display: block;
        }
        #frame_load {
            color: black;
            background: white;
            text-align: center;
            padding: 5px;
            margin: 0;
            font-weight: bold;
            letter-spacing: 0.5px;
            border-bottom: 1px solid #e91e63;
        }
        #myframe {
            width: 100%;
            height: 420px;
            background: #000;
        }
        #myframe iframe {
            width: 100%;
            height: 420px;
            border: none;
            display: block;
        }
        .info-player-bar {
            background: #2d2d2d;
            padding: 8px 20px;
            font-size: 0.8rem;
            border-top: 1px solid #e91e63;
            color: #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .recommend-title {
            font-weight: 600;
            margin: 16px 0 12px 20px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 1.2rem;
            color: black;
            font-weight: bold;
        }
        .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .col {
            padding: 0 !important;
            margin: 0 !important;
        }
        .video-card {
            border-radius: 0;
            overflow: hidden;
            background: #ffffff;
            transition: 0.2s ease;
            box-shadow: none;
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid #e0e0e0;
            margin: 0;
        }
        .video-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(233,30,99,0.15);
            border-color: #e91e63;
            z-index: 2;
        }
        .card-image {
            position: relative;
            background: #f5f5f5;
        }
        .thumbnail-img {
            width: 100%;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            display: block;
        }
        .card-content {
            padding: 0.9rem 0.9rem 0.5rem;
            flex-grow: 1;
        }
        .card-title {
            font-size: 0.95rem;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 6px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #222;
        }
        .actors {
            font-size: 0.73rem;
            color: #555;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .actors i { font-size: 0.7rem; color: #e91e63; }
        .btn-watch {
            background: #e91e63;
            border-radius: 40px;
            width: 100%;
            text-transform: none;
            font-weight: 600;
            color: white;
            margin: 0 0 10px 0;
        }
        .btn-watch:hover { background: #c2185b; }
        
        .load-more-container {
            text-align: center;
            padding: 30px 0;
        }
        .btn-load-more {
            background: #e91e63;
            color: white;
            padding: 12px 32px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            border: none;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-load-more:hover {
            background: #c2185b;
        }
        .loader-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 3rem;
            text-align: center;
        }
        footer {
            background: #2c2c2c;
            color: #ccc;
            text-align: center;
            padding: 1.5rem;
            margin-top: 2rem;
            font-size: 0.8rem;
            border-top: 2px solid #e91e63;
        }
        @media (max-width: 600px) {
            .search-input-group {
                flex-direction: column;
                align-items: stretch;
            }
            .btn-cari {
                justify-content: center;
            }
            .tab-item {
                font-size: 0.85rem;
                gap: 4px;
            }
            .brand-logo-center {
                font-size: 1.1rem;
            }
        }
        .hidden-loading {
            display: none !important;
        }
    /* Toast di tengah layar */
.toast-center {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    min-width: 250px !important;
    max-width: 90% !important;
    text-align: center !important;
    z-index: 10000 !important;
    border-radius: 50px !important;
    font-weight: bold !important;
}