/**
 * Failed to minify the file using clean-css v5.3.3. Serving the original version.
 * Original file: /gh/NoLiners/allu@main/nsrc.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.plyr {--plyr-color-main: #fe0002;box-shadow: 0px 0px 19px rgba(30,30,30,.1);border-radius: 10px;font-family: 'Inter';}
    .plyr__control--overlaid {border-radius: 30%;}
    .plyr__controls .plyr__controls__item:first-child {margin-right:0 !important}
    .plyr__time{margin-right:auto;}
    :root { --chat-height: 500px; }

    /* Layout Utama */
    .main-vid { display: flex; flex-direction: column; width: 100%; gap: 10px; box-sizing: border-box; line-height: normal; font-family: 'Inter', sans-serif; }
    @media (min-width: 992px) {
        .main-vid { flex-direction: row; align-items: flex-start; }
        .main-vid .vid-content { flex: 2; }
        .main-vid .chat-sidebar { flex: 1; height: var(--chat-height); position: sticky; top: 0; }
    }

    /* Video Section */
    .main-vid .vid-content { position: relative; background: #000; border-radius: 8px; overflow: hidden; color: #fff; aspect-ratio: 16/9; }
    .main-vid .vid-content video { width: 100%; height: 100%; object-fit: contain; }

    /* OFFLINE OVERLAY (Twitch Style) */
    #offline-overlay {position: absolute; inset: 0; z-index: 3;background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);display: none; align-items: center; justify-content: center; padding: 20px;}
    .offline-container { display: flex; flex-direction: row; gap: 30px; max-width: 585px; align-items: center; width: 100%; justify-content: center; }
    .offline-info { flex: 1; text-align: left; }
    .offline-tag { background: #fff; color: #000; padding: 2px 8px; border-radius: 4px; font-weight: bold; font-size: 11px; }
    .offline-info h2 { font-size: 22px; margin: 12px 0 5px; color: #fff; }
    .offline-info h2 span { border-bottom: 2px solid #fff; }
    .offline-info p { color: #ccc; font-size: 13px; margin-bottom: 15px; }
    .visit-link { color: #fff; text-decoration: none; font-weight: bold; display: flex; align-items: center; gap: 5px; font-size: 13px; cursor: pointer; user-select: none;}
  .visit-link:hover{color: #394df2; transition: 0.4s;}

    /* Schedule Card Dinamis */
    .schedule-card { background: #f3f3f3; color: #000; border-radius: 4px; width: 300px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); flex-shrink: 0; }
    .sch-header { padding: 12px 15px; font-size: 11px; font-weight: 800; border-bottom: 1px solid #ddd; color: #333; }
    .sch-list { display: flex; flex-direction: column; }
    .sch-item { padding: 5px 8px; border-left: 4px solid #fe0002; background: #fff; border-bottom: 1px solid #eee; text-align: left; }
    .sch-title { font-weight: 800; font-size: 13px; color: #000; margin-bottom: 2px; }
    .sch-day { font-size: 11px; font-weight: 500; color: #555; }


    @media (max-width: 768px) {
        .schedule-card { display: none !important; }
        .offline-info { text-align: center; display: flex; flex-direction: column; align-items: center; }
        .offline-info h2 { font-size: 18px; }
    }

 
    #plyr--logo { position: absolute; top: 15px; left: 15px; z-index: 2; display: flex; align-items: center; gap: 8px; pointer-events: none; }
    .viewer-badge { background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(5px); padding: 3px 8px; border-radius: 20px; font-size: 11px; display: flex; align-items: center; gap: 6px; }
    .live-label { background: #fe0002; color: white; padding: 4px 10px; border-radius: 4px; font-weight: bold; font-size: 11px; text-transform: uppercase; }
    .lucide { width: 18px; height: 18px; stroke-width: 2.7; vertical-align: middle; }
    .lucide-sm { width: 14px; height: 14px; }
    .chat-sidebar { background: rgba(20, 20, 20, 0.98); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; display: flex; flex-direction: column; overflow: hidden; position: relative; height: var(--chat-height); transition: height 0.3s ease; }
    .chat-sidebar.collapsed { height: 45px !important; min-height: 45px !important; }
    .toggle-icon { transition: transform 0.3s ease; }
    .chat-sidebar.collapsed .toggle-icon { transform: rotate(180deg); }
    #auth-overlay { position: absolute; inset: 0; background: #111; z-index: 100; display: none; flex-direction: column; align-items: center; justify-content: center; padding: 25px; }
    #auth-overlay input { width: 100%; padding: 12px; margin-bottom: 12px; border-radius: 8px; border: 1px solid #333; background: #222; color: #fff; outline: none; box-sizing: border-box; }
    #auth-overlay button { width: 100%; padding: 12px; border: none; border-radius: 8px; background: #fe0002; color: #fff; font-weight: bold; cursor: pointer; }
    .chat-top { padding: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; color: #fff; font-weight: bold; cursor: pointer; }
    #chat-badge { background: #fe0002; color: white; font-size: 10px; padding: 2px 6px; border-radius: 10px; display: none; margin-left: 5px; }
    #chat-box { flex: 1; overflow-y: auto; padding: 15px; display: flex; flex-direction: column; gap: 12px; scroll-behavior: smooth; }
    .msg-item { display: flex; gap: 10px; animation: slideUp 0.3s ease; }
    .avatar { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff; flex-shrink: 0; font-size: 12px;}
    .msg-user { color: #fff; font-weight: 700; font-size: 12px; }
    .msg-time { color: #8d8f91; font-size: 11px; margin-left: 5px; }
    .msg-text { color: #ccc; font-size: 13px; line-height: 1.4; word-break: break-word; }
    .action-btn { cursor: pointer; color: #666; transition: 0.2s; margin-left: 8px; display: flex; align-items: center; }
    .action-btn:hover { color: #fe0002; }
    .chat-footer { padding: 15px; background: rgba(26, 26, 26, 0.9); border-top: 1px solid rgba(255,255,255,0.1); }
    .emoji-bar { display: flex; gap: 12px; font-size: 16px; margin-bottom: 10px; cursor: pointer; }
    .input-group { display: flex; gap: 8px; }
    .input-group input { flex: 1; background: #222; border: 1px solid #333; color: #fff; padding: 10px 15px; border-radius: 25px; outline: none; font-size: 12px; }
    #btn-send { background: #fe0002; color: #fff; border: none; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; }
    #reply-preview { display: none; background: #252525; padding: 10px; border-left: 4px solid #fe0002; font-size: 11px; margin-bottom: 5px; }
    @keyframes slideUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
</style>
