
        .wb-act-table td input { background: transparent; border: none; outline: none; color: rgba(255,255,255,0.85); font-size: 12px; width: 100%; padding: 2px 4px; font-family: inherit; }
        .wb-act-table td input:focus { background: rgba(0,200,255,0.07); border-radius: 4px; }
        .wb-act-table .required-cell input:not(:placeholder-shown) { color: #00DDFF; }
        .wb-act-table .required-cell { background: rgba(255,193,7,0.04); }
        .wb-act-table .required-cell input { color: rgba(255,255,255,0.9); }
        .wb-act-header-field { display: flex; flex-direction: column; gap: 4px; }
        .wb-act-header-field label { font-size: 11px; color: rgba(0,200,255,0.4); }
        .wb-act-header-field input { background: rgba(0,30,80,0.4); border: 1px solid rgba(0,200,255,0.12); border-radius: 7px; padding: 7px 10px; font-size: 13px; color: rgba(255,255,255,0.88); outline: none; font-family: inherit; }
        .wb-act-header-field input:focus { border-color: rgba(0,220,255,0.4); }
        .wb-act-header-field.required input { border-color: rgba(255,193,7,0.3); background: rgba(255,193,7,0.04); }
        .wb-act-total { text-align: right; font-size: 15px; font-weight: 700; color: #00DDFF; padding: 12px 10px; border-top: 1px solid rgba(0,200,255,0.1); }

        /* ===== DIEM / PAYMENT ===== */
        .diem-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; background: rgba(0,200,255,0.1); border: 1px solid rgba(0,200,255,0.25); border-radius: 7px; padding: 3px 9px; color: #00DDFF; }
        .diem-badge.pending { background: rgba(255,149,0,0.1); border-color: rgba(255,149,0,0.28); color: #FF9500; }
        .pay-method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
        .pay-method-card { border: 2px solid rgba(0,200,255,0.1); border-radius: 13px; padding: 14px 12px; cursor: pointer; transition: all 0.2s; background: rgba(0,30,80,0.35); display: flex; flex-direction: column; align-items: center; gap: 6px; }
        .pay-method-card:hover { border-color: rgba(0,200,255,0.4); background: rgba(0,80,180,0.2); box-shadow: 0 0 18px rgba(0,180,255,0.1); }
        .pay-method-card.selected { border-color: #00DDFF; background: rgba(0,150,220,0.14); box-shadow: 0 0 0 1px rgba(0,200,255,0.2), 0 0 20px rgba(0,200,255,0.12); }
        .pay-method-card .pay-icon { font-size: 28px; }
        .pay-method-card .pay-name { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); text-align: center; }
        .pay-method-card .pay-tag { font-size: 10px; color: rgba(0,200,255,0.4); }
        .pay-method-card.selected .pay-name { color: #00DDFF; text-shadow: 0 0 12px rgba(0,200,255,0.5); }
        .pay-qr-box { background: #fff; border-radius: 14px; padding: 8px; display: flex; align-items: center; justify-content: center; margin: 10px auto; width: 196px; height: 196px; box-shadow: 0 0 30px rgba(0,200,255,0.2); overflow: hidden; }
        .pay-amount-big { font-size: 36px; font-weight: 800; color: #00DDFF; text-align: center; margin: 8px 0; letter-spacing: -1px; text-shadow: 0 0 24px rgba(0,200,255,0.45); }
        .pay-purpose { background: rgba(0,40,100,0.38); border: 1px solid rgba(0,200,255,0.1); border-radius: 10px; padding: 10px 14px; font-size: 12px; color: rgba(255,255,255,0.62); margin: 10px 0; }
        .pay-progress { height: 4px; background: rgba(0,200,255,0.1); border-radius: 2px; overflow: hidden; margin: 12px 0; }
        .pay-progress-bar { height: 100%; background: linear-gradient(90deg, #00DDFF, #0088CC); border-radius: 2px; transition: width 0.15s linear; box-shadow: 0 0 8px rgba(0,200,255,0.5); }
        .pay-success-screen { text-align: center; padding: 20px 10px; }
        .pay-success-icon { font-size: 64px; margin-bottom: 12px; animation: pay-bounce 0.4s ease; }
        @keyframes pay-bounce { 0% { transform: scale(0.5); opacity: 0; } 70% { transform: scale(1.15); } 100% { transform: scale(1); opacity: 1; } }
        .pay-history-entry { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(0,200,255,0.07); }
        .pay-history-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
        @media (max-width: 800px) {
            .pay-method-grid { grid-template-columns: 1fr 1fr; }
            .pay-amount-big { font-size: 28px; }
        }
        @media (max-width: 480px) {
            .pay-method-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
            .pay-method-card { padding: 10px 8px; }
        }

        /* ===== SCROLLBAR ===== */
        ::-webkit-scrollbar { width: 5px; height: 5px; }
        ::-webkit-scrollbar-track { background: transparent; }
        ::-webkit-scrollbar-thumb { background: rgba(0, 200, 255, 0.15); border-radius: 3px; }
        ::-webkit-scrollbar-thumb:hover { background: rgba(0, 200, 255, 0.28); }

        /* ===== TOAST NOTIFICATIONS ===== */
        .toast-container { position: fixed; bottom: 20px; right: 20px; z-index: 10000; display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
        .toast { background: rgba(4,12,36,0.96); border: 1px solid rgba(0,200,255,0.16); border-radius: 12px; padding: 12px 16px; min-width: 280px; max-width: 360px; backdrop-filter: blur(28px); box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 20px rgba(0,150,255,0.08); animation: toastIn 0.3s ease-out; border-left: 3px solid #00DDFF; pointer-events: auto; }
        @keyframes toastIn { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }
        .toast-exit { animation: toastOut 0.3s ease-in forwards; }
        @keyframes toastOut { from { opacity: 1; } to { opacity: 0; transform: translateX(100px); } }

        /* ===== LIGHTBOX ===== */
        .lightbox-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.93); z-index: 10010; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; }
        .lightbox-img { max-width: 92vw; max-height: 80vh; border-radius: 8px; object-fit: contain; box-shadow: 0 8px 40px rgba(0,0,0,0.7), 0 0 40px rgba(0,200,255,0.08); }
        .lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,200,255,0.1); border: 1px solid rgba(0,200,255,0.2); color: #00DDFF; font-size: 28px; padding: 10px 16px; cursor: pointer; border-radius: 8px; transition: all 0.2s; z-index: 2; }
        .lightbox-nav:hover { background: rgba(0,200,255,0.2); box-shadow: 0 0 16px rgba(0,200,255,0.3); }
        .lightbox-close { position: absolute; top: 16px; right: 16px; background: rgba(0,200,255,0.08); border: 1px solid rgba(0,200,255,0.18); color: rgba(255,255,255,0.85); font-size: 20px; padding: 8px 12px; cursor: pointer; border-radius: 8px; z-index: 2; transition: all 0.2s; }
        .lightbox-close:hover { background: rgba(0,200,255,0.18); color: #00DDFF; }
        .lightbox-actions { display: flex; gap: 10px; margin-top: 14px; z-index: 2; }
        .lightbox-actions button { padding: 9px 22px; border-radius: 8px; font-weight: 700; font-size: 14px; cursor: pointer; display: flex; align-items: center; gap: 6px; transition: all 0.2s; }
        @media (max-width: 800px) { .lightbox-img { max-width: 96vw; max-height: 75vh; } .lightbox-nav { font-size: 22px; padding: 8px 12px; } }

        /* ===== PHOTO GROUPS ===== */
        .photo-group { margin-bottom: 10px; border: 1px solid rgba(0,200,255,0.08); border-radius: 8px; overflow: hidden; }
        .photo-group-header { padding: 8px 12px; background: rgba(0,200,255,0.04); cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(0,220,255,0.7); transition: background 0.2s; }
        .photo-group-header:hover { background: rgba(0,200,255,0.08); color: #00DDFF; }
        .photo-group-body { padding: 8px; }