.purchase-confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(4px)}.purchase-confirmation-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-20px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.purchase-confirmation-modal .modal-header{padding:24px 24px 16px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.purchase-confirmation-modal .modal-header h3{margin:0;color:#212529;font-weight:600;font-size:20px;display:flex;align-items:center}.purchase-confirmation-modal .modal-header h3 i{color:#007bff}.purchase-confirmation-modal .close-btn{background:none;border:none;font-size:18px;color:#6c757d;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.purchase-confirmation-modal .close-btn:hover{background:#f8f9fa;color:#495057}.purchase-confirmation-modal .modal-body{padding:24px}.post-info{display:flex;gap:16px;margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.post-preview{flex-shrink:0}.media-thumbnail,.text-thumbnail{width:60px;height:60px;background:linear-gradient(135deg, #007bff 0%, #0056b3 100%);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:12px;text-align:center;gap:4px}.media-thumbnail i,.text-thumbnail i{font-size:18px}.media-thumbnail span{font-weight:500;font-size:10px}.post-details{flex:1;min-width:0}.post-details h5{margin:0 0 8px 0;color:#212529;font-weight:600;font-size:16px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-author{margin:0 0 12px 0;color:#6c757d;font-size:14px;display:flex;align-items:center}.post-price{display:flex;align-items:center;gap:8px}.price-label{color:#6c757d;font-size:14px}.price-amount{color:#28a745;font-weight:700;font-size:16px}.wallet-info{margin-bottom:24px}.balance-section{background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);border-radius:12px;padding:20px;border:1px solid #dee2e6}.balance-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.balance-row:last-child{margin-bottom:0}.balance-row .label{color:#495057;font-size:14px;font-weight:500;display:flex;align-items:center}.balance-row .amount{font-weight:600;font-size:16px}.balance-row .amount.negative{color:#dc3545}.balance-row.total .label{color:#212529;font-weight:600;font-size:15px}.balance-row.total .amount{font-size:18px;font-weight:700}.balance-row.total .amount.sufficient{color:#28a745}.balance-row.total .amount.insufficient{color:#dc3545}.balance-divider{height:1px;background:#dee2e6;margin:16px 0}.insufficient-funds-warning{margin-top:16px;padding:12px 16px;background:#f8d7da;color:#721c24;border-radius:8px;border:1px solid #f5c6cb;font-size:14px;font-weight:500;display:flex;align-items:center}.insufficient-funds-warning i{color:#dc3545}.purchase-benefits{background:#e8f5e8;border-radius:12px;padding:20px;border:1px solid #c3e6c3}.purchase-benefits h6{margin:0 0 16px 0;color:#155724;font-weight:600;font-size:15px;display:flex;align-items:center}.purchase-benefits h6 i{color:#28a745}.purchase-benefits ul{margin:0;padding:0;list-style:none}.purchase-benefits li{margin-bottom:8px;color:#155724;font-size:14px;display:flex;align-items:center}.purchase-benefits li:last-child{margin-bottom:0}.purchase-benefits li i{flex-shrink:0}.purchase-confirmation-modal .modal-footer{padding:16px 24px 24px;display:flex;gap:12px;justify-content:flex-end}.purchase-confirmation-modal .modal-footer .btn{padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:120px}.purchase-confirmation-modal .modal-footer .btn:disabled{opacity:.6;cursor:not-allowed}.purchase-confirmation-modal .modal-footer .btn-secondary{background:#6c757d;color:#fff}.purchase-confirmation-modal .modal-footer .btn-secondary:hover:not(:disabled){background:#5a6268}.purchase-confirmation-modal .modal-footer .btn-success{background:linear-gradient(135deg, #28a745 0%, #20c997 100%);color:#fff;box-shadow:0 4px 12px rgba(40,167,69,.3)}.purchase-confirmation-modal .modal-footer .btn-success:hover:not(:disabled){background:linear-gradient(135deg, #218838 0%, #1e7e34 100%);box-shadow:0 6px 16px rgba(40,167,69,.4);transform:translateY(-1px)}.purchase-confirmation-modal .modal-footer .btn-danger{background:#dc3545;color:#fff}.purchase-confirmation-modal .modal-footer .btn-danger:hover:not(:disabled){background:#c82333}@media(max-width: 576px){.purchase-confirmation-modal{width:95%;margin:20px}.post-info{flex-direction:column;text-align:center}.post-details h5{white-space:normal}.purchase-confirmation-modal .modal-footer{flex-direction:column}.purchase-confirmation-modal .modal-footer .btn{width:100%}}
.subscription-selection-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1060;backdrop-filter:blur(4px)}.subscription-selection-modal-overlay .subscription-selection-modal{background:#fff;border-radius:16px;width:90%;max-width:900px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);display:flex;flex-direction:column}.subscription-selection-modal-overlay .subscription-selection-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);color:#fff}.subscription-selection-modal-overlay .subscription-selection-modal .modal-header h3{margin:0;font-size:20px;font-weight:600}.subscription-selection-modal-overlay .subscription-selection-modal .modal-header .close-btn{background:rgba(255,255,255,.2);border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.subscription-selection-modal-overlay .subscription-selection-modal .modal-header .close-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body{padding:28px;overflow-y:auto;flex:1}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .post-info{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:16px;margin-bottom:24px;color:#1e40af;font-weight:500}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .loading-state{text-align:center;padding:60px 20px;color:#6b7280}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .loading-state .spinner-border{width:3rem;height:3rem;margin-bottom:16px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .loading-state p{margin:0;font-size:16px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .empty-state{text-align:center;padding:60px 20px;color:#6b7280}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .empty-state i{font-size:48px;color:#f59e0b;margin-bottom:16px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .empty-state h4{color:#374151;margin-bottom:8px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .empty-state p{margin:0}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection h4{color:#374151;margin-bottom:16px;font-size:18px;font-weight:600}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:16px;margin-bottom:32px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card{border:2px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;background:#fff}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.15)}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card.selected{border-color:#3b82f6;background:rgba(59,130,246,.05);box-shadow:0 8px 25px rgba(59,130,246,.15)}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-header h5{margin:0;color:#374151;font-size:18px;font-weight:600}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-header i{font-size:20px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-description{color:#6b7280;font-size:14px;margin-bottom:16px;line-height:1.5}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-features{margin-bottom:16px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-features .feature{display:flex;align-items:center;margin-bottom:8px;font-size:14px;color:#374151}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-features .feature.premium{color:#92400e;font-weight:500}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-features .feature:last-child{margin-bottom:0}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-stats{color:#6b7280;font-size:12px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid .plan-card .plan-stats .subscribers{display:flex;align-items:center}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection{margin-top:32px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection h4{color:#374151;margin-bottom:16px;font-size:18px;font-weight:600}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:12px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card{border:2px solid #e5e7eb;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;background:#fff}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.15)}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card.selected{border-color:#10b981;background:rgba(16,185,129,.05);box-shadow:0 8px 25px rgba(16,185,129,.15)}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .price-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .price-header .duration{font-weight:600;color:#374151;font-size:16px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .price-header i{font-size:16px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .price-amount{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .price-amount .original-price{text-decoration:line-through;color:#9ca3af;font-size:14px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .price-amount .current-price{font-weight:700;color:#10b981;font-size:18px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .price-amount .discount-badge{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .premium-status{margin-top:8px;padding:6px 8px;background:linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);border:1px solid rgba(245,158,11,.3);border-radius:6px;display:flex;align-items:center;justify-content:center}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid .price-card .premium-status .premium-text{font-size:11px;font-weight:600;color:#92400e}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 28px;border-top:1px solid #e9ecef;background:#fafbfc}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer .btn{padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;border:none;cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer .btn.btn-secondary{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer .btn.btn-secondary:hover{background:#e5e7eb}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer .btn.btn-primary{background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.3)}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer .btn.btn-primary:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer .btn.btn-primary:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(16,185,129,.4)}@media(max-width: 768px){.subscription-selection-modal-overlay .subscription-selection-modal{width:95%;max-height:95vh}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body{padding:20px}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .plans-grid{grid-template-columns:1fr}.subscription-selection-modal-overlay .subscription-selection-modal .modal-body .plans-selection .price-selection .prices-grid{grid-template-columns:1fr}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer{padding:16px 20px;flex-direction:column}.subscription-selection-modal-overlay .subscription-selection-modal .modal-footer .btn{width:100%;justify-content:center}}
.subscription-confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1060;backdrop-filter:blur(4px)}.subscription-confirmation-modal-overlay .subscription-confirmation-modal{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);display:flex;flex-direction:column}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-header h3{margin:0;font-size:20px;font-weight:600}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-header .close-btn{background:rgba(255,255,255,.2);border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-header .close-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body{padding:28px;overflow-y:auto;flex:1}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details{margin-bottom:24px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .plan-info{margin-bottom:20px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .plan-info h4{color:#374151;margin-bottom:8px;font-size:20px;font-weight:600}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .plan-info .plan-description{color:#6b7280;margin-bottom:16px;font-size:14px;line-height:1.5}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .plan-info .plan-features .feature{display:flex;align-items:center;margin-bottom:8px;font-size:14px;color:#374151}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .plan-info .plan-features .feature.premium{color:#92400e;font-weight:500}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .plan-info .plan-features .feature:last-child{margin-bottom:0}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .price-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .price-info .selected-duration{text-align:center}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .price-info .selected-duration .duration-label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:16px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .price-info .selected-duration .price-display{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .price-info .selected-duration .price-display .original-price{text-decoration:line-through;color:#9ca3af;font-size:16px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .price-info .selected-duration .price-display .current-price{font-weight:700;color:#10b981;font-size:24px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .subscription-details .price-info .selected-duration .price-display .discount-badge{background:#dc2626;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section{margin-bottom:24px;background:linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);border:1px solid #0ea5e9;border-radius:12px;padding:20px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section h5{color:#0c4a6e;margin-bottom:12px;font-size:16px;font-weight:600}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .loading-balance{color:#6b7280;font-style:italic}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .balance-display{display:flex;justify-content:space-between;align-items:center}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .balance-display .balance-amount{font-size:20px;font-weight:700}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .balance-display .balance-status{font-size:14px;font-weight:500}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .balance-display.sufficient .balance-amount{color:#10b981}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .balance-display.sufficient .balance-status{color:#059669}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .balance-display.insufficient .balance-amount{color:#dc2626}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .wallet-section .balance-display.insufficient .balance-status{color:#b91c1c}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .transaction-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:20px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .transaction-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .transaction-summary .summary-row:last-child{margin-bottom:0}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .transaction-summary .summary-row.total{border-top:1px solid #d1d5db;padding-top:8px;margin-top:8px;font-weight:600;font-size:16px;color:#374151}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body .insufficient-balance-warning{background:linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);border:1px solid #f59e0b;border-radius:12px;padding:16px;color:#92400e;font-size:14px;line-height:1.5}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 28px;border-top:1px solid #e9ecef;background:#fafbfc}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer .btn{padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;border:none;cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer .btn.btn-secondary{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer .btn.btn-secondary:hover:not(:disabled){background:#e5e7eb}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer .btn.btn-success{background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.3)}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer .btn.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(16,185,129,.4)}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer .btn:disabled{background:#9ca3af !important;color:#6b7280 !important;cursor:not-allowed !important;box-shadow:none !important;transform:none !important}@media(max-width: 768px){.subscription-confirmation-modal-overlay .subscription-confirmation-modal{width:95%;max-height:95vh}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-body{padding:20px}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer{padding:16px 20px;flex-direction:column}.subscription-confirmation-modal-overlay .subscription-confirmation-modal .modal-footer .btn{width:100%;justify-content:center}}
.deletion-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease}.deletion-modal-overlay .deletion-modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.3);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.deletion-modal-overlay .deletion-modal-container .deletion-modal-header{padding:20px 24px 16px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.deletion-modal-overlay .deletion-modal-container .deletion-modal-header .modal-title{margin:0;color:#2c3e50;font-weight:600;display:flex;align-items:center}.deletion-modal-overlay .deletion-modal-container .deletion-modal-header .btn-close{background:none;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6c757d;transition:all .2s ease}.deletion-modal-overlay .deletion-modal-container .deletion-modal-header .btn-close:hover{background-color:#f8f9fa;color:#495057}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body{padding:24px}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .post-info{background:#f8f9fa;border-radius:12px;padding:16px}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .post-info .post-icon{opacity:.7}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .post-info h6{color:#2c3e50;font-weight:600}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status{text-align:center;padding:20px;border-radius:12px;border:2px solid}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status.immediate{background:rgba(40,167,69,.1);border-color:#28a745}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status.immediate .immediate-deletion .status-icon{animation:pulse 2s infinite}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status.delayed{background:rgba(255,193,7,.1);border-color:#ffc107}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status.delayed .delayed-deletion .status-icon{animation:clockTick 2s ease-in-out infinite}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status.delayed .delayed-deletion .dependencies{text-align:left;background:#fff;padding:12px;border-radius:8px;margin-bottom:16px}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status.delayed .delayed-deletion .dependencies ul{margin:0}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status.delayed .delayed-deletion .dependencies ul li{display:flex;align-items:center;padding:4px 0;font-size:.9rem}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status h6{font-weight:600}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .form-label{font-weight:500;color:#495057}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .form-control{border:2px solid #e9ecef;border-radius:8px;transition:border-color .3s ease}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .form-control:focus{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .alert{border:none;border-radius:8px;font-size:.9rem}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .alert.alert-warning{background:rgba(255,193,7,.1);color:#856404;border-left:4px solid #ffc107}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .alert.alert-info{background:rgba(23,162,184,.1);color:#0c5460;border-left:4px solid #17a2b8}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer{padding:16px 24px 20px;border-top:1px solid #e9ecef;display:flex;gap:12px;justify-content:flex-end}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn{border-radius:8px;font-weight:500;padding:8px 20px;display:flex;align-items:center;transition:all .2s ease}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn:hover{transform:translateY(-1px)}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn.btn-secondary{background:#6c757d;border-color:#6c757d}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn.btn-secondary:hover{background:#5a6268;border-color:#545b62}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn.btn-danger{background:#dc3545;border-color:#dc3545}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn.btn-danger:hover{background:#c82333;border-color:#bd2130}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn.btn-warning{background:#ffc107;border-color:#ffc107;color:#212529}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn.btn-warning:hover{background:#e0a800;border-color:#d39e00}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(50px) scale(0.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes clockTick{0%,100%{transform:rotate(0deg)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}@media(max-width: 768px){.deletion-modal-overlay .deletion-modal-container{width:95%;margin:10px}.deletion-modal-overlay .deletion-modal-container .deletion-modal-header{padding:16px 20px 12px}.deletion-modal-overlay .deletion-modal-container .deletion-modal-header .modal-title{font-size:1.1rem}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body{padding:20px}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status{padding:16px}.deletion-modal-overlay .deletion-modal-container .deletion-modal-body .deletion-status h6{font-size:1rem}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer{padding:12px 20px 16px;flex-direction:column}.deletion-modal-overlay .deletion-modal-container .deletion-modal-footer .btn{width:100%;justify-content:center}}
.chat-page-wrapper{width:100%;padding-top:70px;min-height:calc(100vh - 70px);background-color:#f8f9fa;overflow-x:hidden}.chat-container{width:100%;max-width:1400px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column}.chat-container.expanded-chat .chat-header.main-header{min-height:0;padding:0}.chat-container.expanded-chat .chat-header.main-header .accordion-wrapper{display:none}.chat-container.expanded-chat .chat-layout{height:calc(100vh - 70px);max-height:calc(100vh - 70px);margin-top:0}.chat-header{padding:12px 15px;background:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.chat-header.main-header{background-color:#fff;min-height:40px}.chat-header.main-header .dropdowns-container{width:100%;display:flex;flex-direction:column;gap:8px}.chat-header.main-header .dropdown-item{background-color:#f8f9fa;border-radius:8px;overflow:hidden;transition:all .3s ease}.chat-header.main-header .dropdown-item.expanded{box-shadow:0 2px 8px rgba(0,0,0,.1)}.chat-header.main-header .dropdown-item .dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;cursor:pointer;position:relative}.chat-header.main-header .dropdown-item .dropdown-header:hover{background-color:#f0f0f0}.chat-header.main-header .dropdown-item .dropdown-title{display:flex;align-items:center;gap:8px}.chat-header.main-header .dropdown-item .dropdown-title i{font-size:18px;color:#555}.chat-header.main-header .dropdown-item .dropdown-title span{font-weight:500;color:#333;font-size:15px}.chat-header.main-header .dropdown-item .dropdown-arrow{font-size:16px;color:#777;transition:transform .2s}.chat-header.main-header .dropdown-item .dropdown-content{padding:12px 15px;border-top:1px solid #eee;background-color:#fff}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .balance-amount{font-weight:600;font-size:18px;color:#4caf50}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #4CAF50 0%, #45a049 100%);border:none;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 8px rgba(76,175,80,.2);position:relative;overflow:hidden}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);opacity:0;transition:opacity .3s ease}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn i{font-size:18px;color:#fff;transition:all .3s ease;z-index:1}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:hover{background:linear-gradient(135deg, #45a049 0%, #388e3c 100%);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 16px rgba(76,175,80,.3)}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:hover::before{opacity:1}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:hover i{transform:rotate(180deg)}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:active{transform:translateY(0) scale(0.95);box-shadow:0 2px 8px rgba(76,175,80,.2)}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(76,175,80,.3)}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn{width:100%;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#4caf50;color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn i{font-size:18px}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn:hover{background-color:#43a047;transform:translateY(-1px)}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn:active{transform:translateY(1px)}.chat-header.main-header .dropdown-item.pricing-dropdown .dropdown-header .dropdown-title i.isax-money{color:#4caf50 !important}.chat-header.main-header .dropdown-item.pricing-dropdown .dropdown-header .dropdown-title i{color:#4caf50 !important}.chat-header.main-header .dropdown-item.pricing-dropdown .dropdown-title i.isax-money{color:#4caf50 !important}.chat-header.main-header .dropdown-item.pricing-dropdown .dropdown-title i{color:#4caf50 !important}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn{width:100%;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#4caf50;color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn i{font-size:18px}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn:hover{background-color:#45a049;transform:translateY(-1px)}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn:active{transform:translateY(1px)}.chat-header.user-chat-header{background-color:#fff;padding:12px 16px;display:grid;grid-template-columns:auto auto 1fr auto;gap:12px;align-items:center;min-height:64px}.chat-header.user-chat-header .user-avatar{display:flex;align-items:center}.chat-header.user-chat-header .user-avatar img{width:48px;height:48px;border-radius:50% !important;object-fit:cover;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px rgba(0,0,0,.08)}.chat-header.user-chat-header .user-avatar .status-indicator{position:absolute;bottom:1px;right:1px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2)}.chat-header.user-chat-header .user-avatar .status-indicator.online{background:#10b981}.chat-header.user-chat-header .user-avatar .status-indicator.offline{background:#ef4444}.chat-header.user-chat-header .selected-user-info{display:flex;flex-direction:column;min-width:0}.chat-header.user-chat-header .selected-user-info h3{margin:0;font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header.user-chat-header .selected-user-info .user-name-status{display:flex;align-items:center;gap:8px}.chat-header.user-chat-header .selected-user-info .user-name-status .user-status{display:none}.chat-header.user-chat-header .selected-user-info .user-payid{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-layout{display:flex;height:calc(100vh - 200px);max-height:75vh;margin-top:10px;width:100%;container-type:inline-size}.users-list{width:30%;min-width:320px;max-width:450px;border-right:1px solid rgba(0,0,0,.08);overflow-y:auto;background:linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);-webkit-overflow-scrolling:touch}.users-list::-webkit-scrollbar{width:6px}.users-list::-webkit-scrollbar-track{background:rgba(0,0,0,.02);border-radius:3px}.users-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);border-radius:3px;transition:background .3s ease}.users-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, rgba(102, 126, 234, 0.5) 0%, rgba(118, 75, 162, 0.5) 100%)}.users-list h2{margin:0;padding:24px 20px 20px 20px;font-size:26px;font-weight:800;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-align:center;position:sticky;top:0;z-index:10;letter-spacing:.5px;backdrop-filter:blur(10px);background-color:rgba(248,250,252,.9);border-bottom:1px solid rgba(0,0,0,.05)}.users-list h2::after{content:"";position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:2px;box-shadow:0 2px 8px rgba(102,126,234,.3)}.chat-main{flex:1;display:flex;flex-direction:column}.messages-container{padding:10px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:none;height:auto;padding-bottom:100px;display:flex;flex-direction:column;scroll-behavior:smooth}.user-item{margin:8px 12px;padding:16px;background:#fff;border-radius:16px;cursor:pointer;display:flex;align-items:center;gap:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.user-item::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(118, 75, 162, 0.02) 100%);opacity:0;transition:opacity .3s ease}.user-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12);border-color:rgba(102,126,234,.15)}.user-item:hover::before{opacity:1}.user-item.selected{background:linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);border-color:rgba(102,126,234,.3);box-shadow:0 4px 20px rgba(102,126,234,.15)}.user-item.selected::after{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.user-item .user-avatar{position:relative}.user-item .user-avatar img{width:54px;height:54px;border-radius:50% !important;object-fit:cover;border:3px solid rgba(255,255,255,.8);box-shadow:0 4px 12px rgba(0,0,0,.08)}.user-item .user-avatar .status-indicator{position:absolute;bottom:2px;right:2px;width:16px;height:16px;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}.user-item .user-avatar .status-indicator.online{background:#10b981}.user-item .user-avatar .status-indicator.offline{background:#ef4444}.user-avatar{position:relative}.user-avatar img{width:40px;height:40px;border-radius:50% !important;object-fit:cover;border:2px solid #f8f9fa;box-sizing:content-box}.chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important}.chat-header.user-chat-header .user-avatar img .status-indicator{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;border:2px solid #fff}.chat-header.user-chat-header .user-avatar img .status-indicator.online{background-color:#4caf50}.chat-header.user-chat-header .user-avatar img .status-indicator.offline{background-color:#ff5252}.user-info{flex:1;display:flex;flex-direction:column;min-width:0}.user-name{font-weight:500;margin-bottom:3px}.last-message-preview{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.user-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.message-date{font-size:11px;color:#666;white-space:nowrap}.user-email{font-size:12px;color:#666}.user-status{display:none}.message{max-width:75%;width:max-content;display:block;margin-bottom:15px;padding:10px 15px;border-radius:8px;position:relative;word-break:break-word;hyphens:auto}.message.sent{margin-left:auto;margin-right:0;background:#e8f5e9}.message.sent .price-tag{color:#f44;font-weight:600;display:inline-block;background-color:rgba(255,68,68,.1);padding:2px 6px;border-radius:10px;margin-right:5px}.message.sent .price-tag.free{color:#8b5cf6 !important;background-color:rgba(139,92,246,.1) !important}.message.sent .timestamp{color:#7e7e7e;font-size:11px}.message.received{margin-right:auto;margin-left:0;background:#f5f5f5}.message.received .price-tag{color:#4caf50;font-weight:600;display:inline-block;background-color:rgba(76,175,80,.1);padding:2px 6px;border-radius:10px;margin-right:5px}.message.received .price-tag.free{color:#8b5cf6 !important;background-color:rgba(139,92,246,.1) !important}.message.received .timestamp{color:#7e7e7e;font-size:11px}.message-header{display:flex;justify-content:space-between;margin-bottom:5px;font-size:12px;align-items:center}.sender{font-weight:bold;color:#4caf50}.message-content{color:#333;font-size:15px;line-height:1.4;word-wrap:break-word}.message-footer{display:flex;justify-content:flex-end;margin-top:5px}.message-footer .timestamp{color:#999;font-size:11px;font-weight:400;opacity:.8}.message-footer .status-indicator{display:flex;align-items:center;gap:3px;color:#999;font-size:11px}.message-footer .status-indicator.error{color:#f44}.message-footer .status-indicator i{font-size:12px}.free-response-actions{margin-top:8px;display:flex;justify-content:flex-start}.free-response-btn{background:linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%);color:#fff;border:none;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .3s ease;box-shadow:0 2px 4px rgba(139,92,246,.2)}.free-response-btn i{font-size:14px}.free-response-btn:hover:not(.disabled){background:linear-gradient(135deg, #7C3AED 0%, #9333EA 100%);transform:translateY(-1px);box-shadow:0 4px 8px rgba(139,92,246,.3)}.free-response-btn:active:not(.disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(139,92,246,.2)}.free-response-btn.disabled{background:linear-gradient(135deg, #9CA3AF 0%, #6B7280 100%);color:#d1d5db;cursor:not-allowed;opacity:.7;box-shadow:0 1px 2px rgba(0,0,0,.1)}.free-response-btn.disabled:hover{transform:none;box-shadow:0 1px 2px rgba(0,0,0,.1)}.free-response-btn.disabled i{color:#d1d5db}.free-response-tag{background:linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:12px;display:inline-flex;align-items:center;gap:4px;margin-left:6px;box-shadow:0 1px 3px rgba(139,92,246,.3)}.free-response-tag i{font-size:12px}.message.free-response{position:relative}.message.free-response.sent{border-left:3px solid #8b5cf6;background:linear-gradient(135deg, #f3f0ff 0%, #ede9fe 100%)}.message.free-response.received{border-left:3px solid #8b5cf6;background:linear-gradient(135deg, #f3f0ff 0%, #ede9fe 100%)}.message-date-group{margin-bottom:15px}.date-separator{display:flex;align-items:center;justify-content:center;margin:20px 0;position:relative}.separator-line{flex:1;height:1px;background-color:#e0e0e0}.date-label{background-color:#f5f5f5;color:#666;font-size:12px;padding:3px 10px;border-radius:12px;margin:0 10px;text-align:center;font-weight:500;box-shadow:0 1px 3px rgba(0,0,0,.05)}.input-container{padding:8px 12px;background-color:#fff;border-top:1px solid #eee;position:relative;z-index:10;display:flex;align-items:center;gap:6px;width:100%;box-sizing:border-box;position:sticky;bottom:0;box-shadow:0 -2px 8px rgba(0,0,0,.05);min-height:56px}.middle-options{display:flex;align-items:center;gap:4px}input{flex:1;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}button{padding:10px 20px;background:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer}button:hover{background:#45a049}.selected-user-actions{display:flex;gap:10px;margin-bottom:10px}.tip-btn{padding:8px 16px;background:hotpink;color:#fff;border:none;border-radius:20px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:5px}.tip-btn:hover{background:#ff1493}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.tip-modal{background:#fff;padding:20px;border-radius:8px;width:300px}.tip-modal h3{margin:0 0 10px 0;color:#333}.tip-modal p{margin:0 0 15px 0;color:#666}.tip-modal input{width:100%;padding:8px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.send-tip-btn{background:#4caf50;color:#fff}.send-tip-btn:hover{background:#45a049}.system-message{font-style:italic;color:#666;text-align:center;padding:5px 10px;background:#f8f9fa;border-radius:4px;margin:10px auto;padding:10px 15px;max-width:80%;text-align:left}.system-message pre{margin:0;white-space:pre-wrap;font-family:inherit;color:#666}.price-tag{font-size:12px;padding:2px 6px;border-radius:10px;background:rgba(0,0,0,.1);margin:0 5px}.voice-message{display:flex;align-items:center;gap:10px;padding:5px}.voice-message audio{height:40px}.voice-message .duration{color:#666;font-size:12px}.recording-container{display:flex;align-items:center;gap:10px;padding:10px;background:#fff3e0;border-radius:4px}.recording-time{color:#f44336;font-weight:bold}.stop-btn{background:#f44336}.record-btn{padding:8px;background:none;border:none;cursor:pointer;font-size:20px}.audio-preview{display:flex;align-items:center;gap:10px;padding:10px;background:#f5f5f5;border-radius:4px}.audio-preview audio{height:40px}.audio-preview button{padding:5px 10px}.image-message{position:relative;max-width:300px;margin:5px 0}.image-message img{width:100%;height:auto;border-radius:8px;cursor:pointer;transition:transform .2s}.image-message img:hover{transform:scale(1.02)}.image-info{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-top:4px}.file-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{flex-shrink:0;margin-left:8px}.upload-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f0f2f5;cursor:pointer;transition:background-color .2s}.upload-btn:hover{background:#e4e6e9}.upload-btn input{display:none}.upload-btn i{font-size:20px;color:#666;display:flex;align-items:center;justify-content:center}.upload-btn:hover i{color:#333}.message-input-container{position:relative;flex:1;display:flex}.emoji-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666;z-index:2}.emoji-btn:hover{background:none;color:#333}.emoji-picker-container{position:absolute;bottom:45px;right:0;z-index:100;box-shadow:0 5px 15px rgba(0,0,0,.2);border-radius:8px;overflow:hidden}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:2000;cursor:pointer}.image-modal-content{position:relative;max-width:90%;max-height:90%;cursor:default}.image-modal-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:4px}.close-modal-btn{position:absolute;top:-40px;right:0;background:rgba(0,0,0,0);border:none;color:#fff;font-size:30px;cursor:pointer;padding:5px 10px;line-height:1}.desktop-options{display:flex;gap:10px}.mobile-options{display:none;position:relative}.attach-btn{width:44px;height:44px;min-width:44px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f0f2f5;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-right:0}.attach-btn i{font-size:20px;color:#25a313}.bottom-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end;animation:fadeIn .2s ease}.bottom-sheet{width:100%;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:0 0 20px 0;animation:slideUp .3s ease;transform-origin:bottom}.sheet-header{padding:16px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid #f1f1f1}.sheet-header h4{margin:0;font-size:16px;color:#333}.sheet-handle{width:40px;height:5px;background:#e0e0e0;border-radius:3px;position:absolute;top:8px;left:50%;transform:translateX(-50%)}.close-sheet-btn{position:absolute;right:16px;top:16px;background:none;border:none;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.close-sheet-btn i{color:#666;font-size:24px}.attachment-grid{display:grid;grid-template-columns:repeat(4, 1fr);padding:16px;gap:16px}.attachment-item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;text-align:center}.attachment-item span{font-size:12px;color:#333;margin-top:4px;display:block;width:100%;text-align:center}.attachment-icon{width:60px;height:60px;border-radius:50%;background:#e8f5e9;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.attachment-icon i{color:#4caf50;font-size:24px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width: 768px){.chat-page-wrapper{padding-top:60px;padding-left:0;padding-right:0;height:calc(100vh - 60px);overflow:hidden;display:flex;flex-direction:column}.chat-container{border-radius:0;box-shadow:none;height:100%;display:flex;flex-direction:column}.chat-header{padding:10px 15px;position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05)}.chat-header h1{font-size:18px}.chat-header.user-chat-header{border-bottom:1px solid #eee;padding:12px 16px;min-height:64px}.chat-header.user-chat-header .user-avatar{position:relative;display:flex;align-items:center}.chat-header.user-chat-header .user-avatar img{width:48px;height:48px;border-radius:50% !important;object-fit:cover;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px rgba(0,0,0,.08)}.chat-header.user-chat-header .user-avatar .status-indicator{position:absolute;bottom:1px;right:1px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2)}.chat-header.user-chat-header .user-avatar .status-indicator.online{background:#10b981}.chat-header.user-chat-header .user-avatar .status-indicator.offline{background:#ef4444}.chat-header.user-chat-header .selected-user-info{min-width:0}.chat-header.user-chat-header .selected-user-info h3{font-size:16px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header.user-chat-header .selected-user-info .user-payid{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.chat-header.main-header{min-height:40px}.chat-header.main-header .dropdown-item .dropdown-header{padding:8px 12px}.chat-header.main-header .dropdown-item .dropdown-title i{font-size:16px}.chat-header.main-header .dropdown-item .dropdown-title span{font-size:14px}.chat-header.main-header .dropdown-item .dropdown-arrow{font-size:14px}.chat-header.main-header .dropdown-item .dropdown-content{padding:10px 12px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display{margin-bottom:10px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .balance-amount{font-size:16px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg, #4CAF50 0%, #45a049 100%);box-shadow:0 2px 6px rgba(76,175,80,.2)}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);opacity:0;transition:opacity .3s ease}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn i{font-size:16px;color:#fff;transition:all .3s ease;z-index:1}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:hover{background:linear-gradient(135deg, #45a049 0%, #388e3c 100%);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px rgba(76,175,80,.3)}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:hover::before{opacity:1}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn:hover i{transform:rotate(180deg)}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn{height:36px;font-size:14px}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn i{font-size:16px}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn{height:36px;font-size:14px}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn i{font-size:16px}.back-btn{width:32px;height:32px}.back-btn i{font-size:18px}.mobile-selected-user{display:flex;align-items:center;gap:10px;font-weight:500;margin:0 auto}.chat-layout{flex:1;overflow:hidden;flex-direction:column;height:calc(100% - 50px)}.users-list,.chat-main{height:100%;width:100%;transition:all .3s ease}.users-list{width:100%;max-height:100%;height:auto;border-right:none;border-bottom:1px solid #eee;overflow-y:auto;flex-shrink:0;padding-bottom:10px}.users-list h2{margin:0;padding:20px 16px 16px 16px;font-size:22px;font-weight:800;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-align:center;position:sticky;top:0;z-index:10;letter-spacing:.4px;backdrop-filter:blur(8px);background-color:rgba(248,250,252,.95);border-bottom:1px solid rgba(0,0,0,.04)}.users-list h2::after{content:"";position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:2px;box-shadow:0 1px 4px rgba(102,126,234,.2)}.users-list:not(.mobile-hidden){max-height:calc(100% - 50px);overflow-y:auto}.chat-main{height:70vh;flex:1;position:relative;display:flex;flex-direction:column}.chat-main:not(.mobile-hidden){width:100%}.mobile-hidden{display:none}.mobile-full-width{display:flex;flex-direction:column;width:100%;height:100%}.user-item{margin:6px 10px;padding:14px;background:#fff;border-radius:14px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.user-item:active{transform:scale(0.98)}.user-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:rgba(102,126,234,.1)}.user-item.selected{background:linear-gradient(135deg, rgba(102, 126, 234, 0.06) 0%, rgba(118, 75, 162, 0.06) 100%);border-color:rgba(102,126,234,.2)}.user-avatar{position:relative}.user-avatar img{width:50px;height:50px;border-radius:50% !important;object-fit:cover;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px rgba(0,0,0,.06)}.user-avatar .status-indicator{position:absolute;bottom:1px;right:1px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .3s ease}.user-avatar .status-indicator.online{background:#10b981}.user-avatar .status-indicator.offline{background:#ef4444}.user-info{min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:4px}.user-name{font-weight:600;font-size:15px;color:#1f2937;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.last-message-preview{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.last-message-preview.grs-message{color:#059669;font-weight:500}.last-message-preview.grs-message::before{content:"💎 ";margin-right:2px}.last-message-preview.paytime-message{color:#0369a1;font-weight:500}.last-message-preview.paytime-message::before{content:"⏰ ";margin-right:2px}.last-message-preview.tip-message{color:#dc2626;font-weight:500}.last-message-preview.tip-message::before{content:"💰 ";margin-right:2px}.user-meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;height:100%;gap:6px}.message-date{font-size:11px;color:#9ca3af;font-weight:500;white-space:nowrap}.message-status{display:flex;gap:4px;align-items:center}.status-badge{padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.pending{background:rgba(245,158,11,.1);color:#d97706}.status-badge.accepted{background:rgba(16,185,129,.1);color:#059669}.status-badge.declined{background:rgba(239,68,68,.1);color:#dc2626}.unread-count{min-width:18px;height:18px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border-radius:50%;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(102,126,234,.3)}.message{max-width:85%;width:max-content;display:block;border-radius:18px;padding:12px 16px;margin-bottom:16px;box-shadow:0 1px 2px rgba(0,0,0,.1);font-size:16px}.message.sent{background:#e8f5e9;border-top-right-radius:4px;margin-left:auto;margin-right:8px}.message.sent .timestamp{font-size:12px;color:#476e49;margin-left:4px;opacity:.9;font-weight:400;display:inline-block;min-width:40px;text-align:right}.message.received{background:#f5f5f5;border-top-left-radius:4px;margin-right:auto;margin-left:8px}.message.received .timestamp{font-size:12px;color:#656565;margin-left:4px;opacity:.9;font-weight:400;display:inline-block;min-width:40px;text-align:right}.messages-container{flex:1;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px;padding-bottom:20px !important;scroll-behavior:smooth;position:relative;margin-bottom:60px;height:calc(100% - 60px);scrollbar-width:thin;overscroll-behavior:contain;scroll-snap-type:none}.messages-container::-webkit-scrollbar{width:4px}.messages-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.input-container{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 10px rgba(0,0,0,.1);padding:10px;padding-bottom:calc(10px + env(safe-area-inset-bottom, 0px));display:flex;align-items:center;z-index:40;width:100%;box-sizing:border-box;height:60px}.message-input-container{flex:1;position:relative;margin-right:0}.mobile-options{display:flex;align-items:center}.attach-btn,.send-btn{width:44px;height:44px;min-width:44px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0}.send-btn{background-color:#4caf50;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);margin-left:-2px}.attach-btn{background-color:#f0f2f5;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-right:0;margin-left:4px}.attach-btn i{font-size:20px;color:#25a313}.emoji-btn{right:8px;width:40px;height:40px;z-index:5;background:rgba(0,0,0,0)}.emoji-btn:active{transform:scale(0.97)}.emoji-picker-container{position:fixed;bottom:70px;left:0;right:0;width:100%;z-index:50;display:flex;justify-content:center}.emoji-picker-container>div{max-width:95%;width:320px;border-radius:8px;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.recording-container{width:100%;display:flex;justify-content:space-between;background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.3);padding:8px 15px;border-radius:22px;align-items:center;gap:10px}.recording-time{flex:1;text-align:center;font-weight:bold;color:#e53935;font-size:16px}.stop-btn{min-width:auto;padding:8px 15px;border-radius:20px;background:#e53935;color:#fff}.audio-preview{flex-direction:column;width:100%;align-items:stretch;padding:12px;box-sizing:border-box;display:flex;gap:12px;background:#f8f9fa;border-radius:12px;margin-top:10px}.audio-preview audio{width:100%;margin-bottom:10px;height:44px}.audio-preview button{margin-top:5px;border-radius:22px;height:44px;background:#4caf50;color:#fff}.audio-preview button:last-child{background:#f5f5f5;color:#333}.tip-btn{padding:8px 15px;font-size:14px;border-radius:20px;background:#ff4081;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.tip-btn:active{transform:scale(0.97);background:#e91e63}.tip-modal{width:90%;max-width:320px;padding:20px;border-radius:16px}.tip-modal h3{font-size:18px;margin-bottom:15px}.tip-modal input{margin:15px 0;border-radius:8px}.tip-modal .modal-actions button{border-radius:8px;height:44px}.tip-modal .modal-actions button.send-tip-btn{background:#4caf50;min-width:100px}.bottom-sheet{padding-bottom:calc(15px + env(safe-area-inset-bottom, 0px));box-shadow:0 -4px 10px rgba(0,0,0,.1)}.image-modal-content{width:95%;max-height:80vh;background:rgba(0,0,0,.3);padding:10px;border-radius:12px}.image-modal-content img{border-radius:8px}.close-modal-btn{top:-30px;right:0;font-size:30px;color:#fff;background:rgba(0,0,0,.5);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.attachment-grid{padding:20px 15px;gap:24px}.attachment-icon{width:60px;height:60px;background:#e8f5e9;margin-bottom:10px;transition:transform .2s}.attachment-icon:active{transform:scale(0.95)}.attachment-icon i{font-size:24px;color:#4caf50}.voice-message{padding:8px;border-radius:12px;background:#f5f5f5;margin:5px 0}.voice-message audio{max-width:200px}.system-message{margin:15px auto;padding:10px 15px;max-width:90%;background:#f0f2f5;font-size:14px}.message-content{font-size:16px;line-height:1.5}.free-response-btn{padding:8px 14px;font-size:13px;border-radius:18px}.free-response-btn i{font-size:15px}.free-response-btn:active:not(.disabled){transform:scale(0.97)}.free-response-btn.disabled:active{transform:none}.attachment-item{text-align:center}.attachment-item span{margin-top:5px;font-size:13px;width:100%;text-align:center}.upload-btn,.record-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:20px;background:#f1f1f1;border-radius:50%;min-width:44px}.attach-btn,.send-btn{width:44px;height:44px;min-width:44px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.send-btn{background-color:#4caf50;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.attach-btn{background-color:#f0f2f5;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-right:0}.attach-btn i{font-size:20px;color:#25a313}.send-btn i{font-size:20px}input{height:44px;padding:8px 40px 8px 15px;border-radius:22px;background-color:#f5f5f5;border:1px solid #eaeaea;width:100%;box-sizing:border-box;font-size:16px}input:focus{outline:none;border-color:#4caf50;background-color:#fff}button{padding:0;font-size:16px;height:44px;min-width:44px;padding:0 15px;border-radius:22px}button:active{transform:scale(0.97)}.desktop-options{display:none}.date-separator{margin:15px 0}.date-label{font-size:11px;padding:2px 8px;background-color:#f0f2f5}}@media(max-width: 480px){.chat-main{height:100%}.messages-container{padding:10px 8px}.users-list h2{font-size:18px;padding:12px 15px 10px 15px;letter-spacing:.2px}.users-list h2::after{width:40px;height:2px;bottom:2px}.message{max-width:75%;width:max-content;padding:8px 12px;margin-bottom:8px;font-size:15px}.user-item{padding:10px}.user-avatar img{width:40px;height:40px;border-radius:50% !important}.user-avatar .status-indicator{width:8px;height:8px}.attachment-grid{grid-template-columns:repeat(3, 1fr)}.attachment-icon{width:50px;height:50px}.input-container{padding:8px 8px calc(8px + env(safe-area-inset-bottom, 0px))}.message-header{font-size:11px}.message-footer{margin-top:4px}.message-footer .timestamp{font-size:10px;opacity:.7}.message-footer .status-indicator{font-size:10px}.message-footer .status-indicator i{font-size:11px}.system-message{font-size:13px;padding:8px 12px}.last-message-preview{font-size:12px;max-width:160px}.message-date{font-size:10px}.user-meta{gap:3px}.chat-header.main-header .dropdown-item .dropdown-header{padding:7px 10px}.chat-header.main-header .dropdown-item .dropdown-title i{font-size:15px}.chat-header.main-header .dropdown-item .dropdown-title span{font-size:13px}.chat-header.main-header .dropdown-item .dropdown-arrow{font-size:13px}.chat-header.main-header .dropdown-item .dropdown-content{padding:8px 10px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display{margin-bottom:8px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .balance-amount{font-size:15px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn{width:26px;height:26px}.chat-header.main-header .dropdown-item.wallet-dropdown .balance-display .refresh-balance-btn i{font-size:13px}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn{height:34px;font-size:13px}.chat-header.main-header .dropdown-item.wallet-dropdown .deposit-btn i{font-size:15px}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn{height:34px;font-size:13px}.chat-header.main-header .dropdown-item.pricing-dropdown .pricing-settings-btn i{font-size:15px}.chat-header-actions{gap:8px}.call-btn,.video-call-btn,.show-pricing-btn,.pricing-btn{width:34px;height:34px}.call-btn i,.video-call-btn i,.show-pricing-btn i,.pricing-btn i{font-size:16px}.show-pricing-btn{height:34px;padding:0 12px;gap:6px}.show-pricing-btn i{font-size:14px}.show-pricing-btn span{font-size:12px}}@media(max-width: 360px){.messages-container{margin-bottom:55px;height:calc(100% - 55px);padding:8px}.input-container{height:55px;padding:8px;padding-bottom:calc(8px + env(safe-area-inset-bottom, 0px))}.message{max-width:90%;padding:10px 14px;margin-bottom:12px}.message-content{font-size:16px;line-height:1.5}input{padding-right:36px;height:40px;font-size:16px}.emoji-btn{right:6px;height:36px;width:36px}}@media(max-width: 768px)and (orientation: landscape){.chat-page-wrapper{height:calc(100vh - 60px)}.chat-layout{flex-direction:row;height:calc(100% - 45px)}.users-list:not(.mobile-hidden){width:40%;border-right:1px solid #eee;border-bottom:none}.chat-main:not(.mobile-hidden){width:60%;position:relative}.user-item{padding:8px}.user-avatar img{width:32px;height:32px;border-radius:50% !important}.input-container{position:absolute;bottom:0;left:0;width:100%;z-index:100;background-color:#fff;box-shadow:0 -2px 5px rgba(0,0,0,.1);padding:6px}.messages-container{height:100%;padding-bottom:65px}.emoji-picker-container{width:auto;right:10px;left:10px;bottom:65px}}@media(min-width: 768px)and (max-width: 1024px){.input-container{padding:12px;grid-gap:10px}.users-list h2{font-size:22px;padding:18px 15px 14px 15px;letter-spacing:.4px}.users-list h2::after{width:55px;height:2.5px;bottom:4px}.upload-btn,.record-btn,.send-btn{width:48px;height:48px;min-width:48px}input{height:48px;font-size:16px;padding-right:48px}.emoji-btn{width:48px;height:48px}.user-avatar img{border-radius:50% !important}.chat-layout{height:calc(100vh - 220px)}.chat-page-wrapper{display:flex;flex-direction:column}.chat-container{display:flex;flex-direction:column}.main-header{flex-shrink:0;position:sticky;top:0;z-index:10}}@supports(padding-bottom: env(safe-area-inset-bottom)){.input-container{padding-bottom:calc(8px + env(safe-area-inset-bottom))}@media(max-width: 360px){.input-container{padding-bottom:calc(6px + env(safe-area-inset-bottom))}}.bottom-sheet{padding-bottom:calc(15px + env(safe-area-inset-bottom))}}.chat-header-actions{display:flex;align-items:center;gap:10px}.call-btn,.video-call-btn,.pricing-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f5e9;border:none;cursor:pointer;transition:background-color .3s,transform .2s}.call-btn:hover,.video-call-btn:hover,.pricing-btn:hover{background:#c8e6c9;transform:scale(1.05)}.call-btn:active,.video-call-btn:active,.pricing-btn:active{transform:scale(0.95)}.call-btn i,.video-call-btn i,.pricing-btn i{color:#4caf50;font-size:20px}.show-pricing-btn{width:auto;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:none;cursor:pointer;transition:background-color .3s,transform .2s}.show-pricing-btn:hover{transform:scale(1.05)}.show-pricing-btn:active{transform:scale(0.95)}.show-pricing-btn i{font-size:16px}.show-pricing-btn span{font-size:14px;font-weight:500;white-space:nowrap}.show-pricing-btn{background:linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%)}.show-pricing-btn:hover{background:linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%)}.show-pricing-btn:disabled{background:#e5e7eb;cursor:not-allowed;transform:none}.show-pricing-btn:disabled:hover{background:#e5e7eb;transform:none}.show-pricing-btn:disabled i,.show-pricing-btn:disabled span{color:#9ca3af}.show-pricing-btn i{color:#fff}.show-pricing-btn span{color:#fff}.pricing-modal{background:#fff;padding:25px;border-radius:12px;width:450px;max-width:90%;box-shadow:0 4px 12px rgba(0,0,0,.15)}.pricing-modal h3{margin:0 0 10px 0;color:#333;font-size:20px}.pricing-modal p{margin:0 0 20px 0;color:#666}.pricing-options{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.pricing-option{display:flex;flex-direction:column;gap:8px;padding-bottom:15px;border-bottom:1px solid #f0f0f0}.pricing-option:last-child{border-bottom:none;padding-bottom:0}.option-header{display:flex;align-items:center;justify-content:space-between}.option-header label{display:flex;align-items:center;gap:10px;font-weight:500;cursor:pointer}.option-header label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.option-controls{display:flex;align-items:center;position:relative}.option-controls input[type=number]{flex:1;padding:10px 40px 10px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px}.option-controls input[type=number]:disabled{background-color:#f5f5f5;color:#999}.option-controls .currency{position:absolute;right:15px;color:#666;font-weight:500}.save-pricing-btn{background:#4caf50;color:#fff;padding:10px 20px}.save-pricing-btn:hover{background:#45a049}@media(max-width: 768px){.pricing-option{padding-bottom:12px;gap:6px}.call-btn,.video-call-btn,.pricing-btn{width:36px;height:36px}.call-btn i,.video-call-btn i,.pricing-btn i{font-size:18px}.show-pricing-btn{height:36px;padding:0 12px;gap:6px}.show-pricing-btn i{font-size:14px}.show-pricing-btn span{font-size:12px}}@media(max-width: 768px){.pricing-option{padding-bottom:12px;gap:6px}.call-btn,.video-call-btn,.pricing-btn{width:36px;height:36px}.call-btn i,.video-call-btn i,.pricing-btn i{font-size:18px}.show-pricing-btn{height:36px;padding:0 12px;gap:6px}.show-pricing-btn i{font-size:14px}.show-pricing-btn span{font-size:12px}}.back-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border:none;cursor:pointer;padding:0;transition:background-color .3s,transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.08)}.back-btn i{color:#666;font-size:20px}.back-btn:hover{background:#e4e6e9;transform:scale(1.05)}.back-btn:active{transform:scale(0.95);background:#dcdfe3}.user-avatar img,.chat-header .user-avatar img,.user-item .user-avatar img,.selected-user-info .user-avatar img{border-radius:50% !important;object-fit:cover !important}.chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px rgba(0,0,0,.08)}.custom-dropdown{margin-bottom:1rem;border:1px solid #dee2e6;border-radius:.25rem;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.dropdown-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;background-color:#f8f9fa;border:none;cursor:pointer;text-align:left;border-radius:.25rem;color:#495057;font-weight:500}.dropdown-toggle:hover{background-color:#e9ecef}.dropdown-toggle:focus{outline:none;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.dropdown-toggle .arrow{transition:transform .3s ease;margin-left:.5rem;font-size:.8rem;display:inline-block}.dropdown-toggle .arrow.down{transform:rotate(0deg)}.dropdown-toggle .arrow.up{transform:rotate(180deg)}.dropdown-menu{display:block;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1rem;border-top:0;background-color:#fff;width:100%;box-sizing:border-box}.dropdown-menu.show{max-height:1000px;padding:1rem;border-top:1px solid #dee2e6}.dropdown-menu input,.dropdown-menu textarea{width:100%;padding:.375rem .75rem;border:1px solid #ced4da;border-radius:.25rem;margin-bottom:1rem}.dropdown-menu .btn-group{display:flex;justify-content:flex-end;gap:.5rem}.dropdown-menu .btn{padding:.375rem .75rem;border-radius:.25rem;border:1px solid rgba(0,0,0,0);cursor:pointer;font-size:.875rem}.dropdown-menu .btn-primary{background-color:#0d6efd;color:#fff}.dropdown-menu .btn-secondary{background-color:#6c757d;color:#fff}.dropdown-menu .btn:hover{opacity:.9}@keyframes rotateArrow{from{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotateArrowReverse{from{transform:rotate(180deg)}to{transform:rotate(0deg)}}.bootstrap-accordion{border:1px solid #dee2e6;border-radius:.25rem;overflow:hidden;margin-bottom:0;background-color:#fff;width:100%}.accordion-item{border-bottom:1px solid #dee2e6}.accordion-item:last-child{border-bottom:none}.accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;background-color:#f8f9fa;cursor:pointer;user-select:none}.accordion-header:hover{background-color:#e9ecef}.accordion-header.active{background-color:#f8f9fa}.accordion-title{font-weight:500;color:#4caf50}.accordion-arrow{color:#4caf50;margin-left:10px}.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-body.show{max-height:500px}.accordion-content{padding:1rem;border-top:1px solid #dee2e6;background-color:#fff;color:#212529}@media(max-width: 768px){.accordion-header{padding:.625rem .875rem}.accordion-content{padding:.75rem}}.chat-header.main-header .accordion-wrapper{width:100%}.chat-header.main-header .bootstrap-accordion{border:none;margin-bottom:0;background-color:rgba(0,0,0,0);box-shadow:none}.chat-header.main-header .accordion-item{margin-bottom:8px;border:none;border-radius:8px;overflow:hidden;background-color:#f8f9fa;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s ease}.chat-header.main-header .accordion-item:last-child{margin-bottom:0}.chat-header.main-header .accordion-item:hover{box-shadow:0 2px 5px rgba(0,0,0,.1)}.chat-header.main-header .accordion-header{background-color:#f8f9fa;border-radius:8px;padding:10px 15px}.chat-header.main-header .accordion-header:hover{background-color:#f0f0f0}.chat-header.main-header .accordion-header.active .accordion-title i{color:#4caf50}.chat-header.main-header .accordion-title{display:flex;align-items:center;gap:8px;color:#333;font-weight:500;font-size:15px}.chat-header.main-header .accordion-title i{font-size:18px;color:#555;transition:color .2s}.chat-header.main-header .accordion-title span{font-weight:500;color:#333}.chat-header.main-header .accordion-arrow{color:#777}.chat-header.main-header .accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.chat-header.main-header .accordion-body.show{max-height:500px}.chat-header.main-header .accordion-content{padding:12px 15px;border-top:1px solid #eee;background-color:#fff}.chat-header.main-header .wallet-content .balance-display{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.chat-header.main-header .wallet-content .balance-display .balance-amount{font-weight:600;font-size:18px;color:#4caf50}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #4CAF50 0%, #45a049 100%);border:none;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 6px rgba(76,175,80,.2);position:relative;overflow:hidden}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);opacity:0;transition:opacity .3s ease}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn i{font-size:17px;color:#fff;transition:all .3s ease;z-index:1}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn:hover{background:linear-gradient(135deg, #45a049 0%, #388e3c 100%);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px rgba(76,175,80,.3)}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn:hover::before{opacity:1}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn:hover i{transform:rotate(180deg)}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn:active{transform:translateY(0) scale(0.95);box-shadow:0 2px 6px rgba(76,175,80,.2)}.chat-header.main-header .wallet-content .deposit-btn{width:100%;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#4caf50;color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s}.chat-header.main-header .wallet-content .deposit-btn i{font-size:18px}.chat-header.main-header .wallet-content .deposit-btn:hover{background-color:#43a047;transform:translateY(-1px)}.chat-header.main-header .wallet-content .deposit-btn:active{transform:translateY(1px)}.chat-header.main-header .pricing-content .pricing-settings-btn{width:100%;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#4caf50;color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s}.chat-header.main-header .pricing-content .pricing-settings-btn i{font-size:18px}.chat-header.main-header .pricing-content .pricing-settings-btn:hover{background-color:#45a049;transform:translateY(-1px)}.chat-header.main-header .pricing-content .pricing-settings-btn:active{transform:translateY(1px)}@media(max-width: 768px){.chat-header.main-header .accordion-header{padding:8px 12px}.chat-header.main-header .accordion-title{font-size:14px}.chat-header.main-header .accordion-title::before{font-size:16px}.chat-header.main-header .wallet-content .balance-display .balance-amount{font-size:16px}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg, #4CAF50 0%, #45a049 100%);box-shadow:0 2px 4px rgba(76,175,80,.2);position:relative;overflow:hidden}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);opacity:0;transition:opacity .3s ease}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn i{font-size:15px;color:#fff;transition:all .3s ease;z-index:1}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn:hover{background:linear-gradient(135deg, #45a049 0%, #388e3c 100%);transform:translateY(-1px) scale(1.05);box-shadow:0 3px 8px rgba(76,175,80,.3)}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn:hover::before{opacity:1}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn:hover i{transform:rotate(180deg)}.chat-header.main-header .wallet-content .deposit-btn{height:36px;font-size:14px}.chat-header.main-header .wallet-content .deposit-btn i{font-size:16px}.chat-header.main-header .pricing-content .pricing-settings-btn{height:36px;font-size:14px}.chat-header.main-header .pricing-content .pricing-settings-btn i{font-size:16px}}@media(max-width: 480px){.chat-header.main-header .accordion-header{padding:7px 10px}.chat-header.main-header .accordion-title{font-size:13px}.chat-header.main-header .accordion-title::before{font-size:15px}.chat-header.main-header .wallet-content .balance-display{margin-bottom:8px}.chat-header.main-header .wallet-content .balance-display .balance-amount{font-size:15px}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg, #4CAF50 0%, #45a049 100%);box-shadow:0 2px 4px rgba(76,175,80,.2)}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn i{font-size:14px;color:#fff}.chat-header.main-header .wallet-content .deposit-btn{height:34px;font-size:13px}.chat-header.main-header .wallet-content .deposit-btn i{font-size:15px}.chat-header.main-header .pricing-content .pricing-settings-btn{height:34px;font-size:13px}.chat-header.main-header .pricing-content .pricing-settings-btn span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header.main-header .pricing-content .pricing-settings-btn i{font-size:14px}}@media(max-width: 360px){.chat-header.main-header .accordion-header{padding:6px 8px}.chat-header.main-header .accordion-title{font-size:12px}.chat-header.main-header .accordion-title::before{font-size:14px}.chat-header.main-header .wallet-content .balance-display{margin-bottom:6px}.chat-header.main-header .wallet-content .balance-display .balance-amount{font-size:14px}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg, #4CAF50 0%, #45a049 100%);box-shadow:0 1px 3px rgba(76,175,80,.2)}.chat-header.main-header .wallet-content .balance-display .refresh-balance-btn i{font-size:13px;color:#fff}.chat-header.main-header .wallet-content .deposit-btn{height:32px;font-size:12px}.chat-header.main-header .wallet-content .deposit-btn i{font-size:14px}.chat-header.main-header .pricing-content .pricing-settings-btn{height:32px;font-size:12px}.chat-header.main-header .pricing-content .pricing-settings-btn span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header.main-header .pricing-content .pricing-settings-btn i{font-size:14px}}@media(min-width: 1025px){.chat-page-wrapper{display:flex;flex-direction:column;min-height:100vh}.chat-container{display:flex;flex-direction:column}.main-header{flex-shrink:0;position:sticky;top:0;z-index:10}.chat-layout{height:calc(100vh - 220px);margin-top:15px}}.recording-container-minimal{display:flex !important;justify-content:space-between !important;align-items:center !important;padding:10px 15px !important;background:#f8f9fa !important;border-radius:22px !important;border:1px solid #e0e0e0 !important;box-shadow:0 1px 3px rgba(0,0,0,.05) !important;width:100% !important;margin-bottom:10px !important;position:relative !important;overflow:hidden !important}.recording-container-minimal::before{content:"";position:absolute;left:0;top:0;height:100%;width:5px;background-color:#f44336;animation:recordingPulse 1.5s infinite}.recording-container-minimal:has(audio)::before{display:none !important}.recording-container-minimal audio{width:100% !important;height:30px !important;border-radius:20px !important;margin:0 !important}@keyframes recordingPulse{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}.recording-time{color:#f44336;font-size:16px;font-weight:bold;margin-right:20px;min-width:45px;text-align:center}.recording-controls{display:flex;gap:6px;margin-left:auto}.pause-btn-minimal,.resume-btn-minimal,.stop-btn-minimal,.cancel-btn-minimal{border:none;border-radius:22px;padding:8px 18px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s,transform .1s;white-space:nowrap;text-align:center;min-width:70px;display:inline-flex;align-items:center;justify-content:center}.pause-btn-minimal{background-color:#f44336;color:#fff}.pause-btn-minimal:hover{background-color:#d32f2f;transform:scale(1.05)}.resume-btn-minimal{background-color:#4caf50;color:#fff}.resume-btn-minimal:hover{background-color:#388e3c;transform:scale(1.05)}.stop-btn-minimal{background-color:#4caf50;color:#fff}.stop-btn-minimal:hover{background-color:#45a049;transform:scale(1.05)}.cancel-btn-minimal{background-color:#9e9e9e;color:#fff}.cancel-btn-minimal:hover{background-color:#757575;transform:scale(1.05)}.recording-container-minimal .recording-time audio{width:100%;height:26px;border-radius:4px;margin:0;opacity:.9}@media(max-width: 768px){.recording-container-minimal{padding:10px 12px;border-radius:18px}.recording-time{font-size:16px}.recording-controls{gap:6px}.pause-btn-minimal,.resume-btn-minimal,.stop-btn-minimal,.cancel-btn-minimal{padding:8px 12px;font-size:13px;border-radius:18px;min-height:36px;min-width:60px}.recording-container-minimal .recording-time audio{height:26px}}@media(max-width: 480px){.recording-container-minimal{padding:8px 10px}.recording-time{font-size:14px}.recording-controls{gap:4px}.pause-btn-minimal,.resume-btn-minimal,.stop-btn-minimal,.cancel-btn-minimal{padding:6px 10px;font-size:12px;min-height:32px;min-width:50px}.recording-container-minimal .recording-time audio{height:26px}}@media(max-width: 768px)and (orientation: landscape){.recording-container-minimal{padding:8px 10px;border-radius:10px}.recording-time{font-size:14px}.pause-btn-minimal,.resume-btn-minimal,.stop-btn-minimal,.cancel-btn-minimal{padding:6px 10px;font-size:12px;min-height:30px;min-width:55px}.recording-container-minimal .recording-time audio{height:30px}}@media(min-width: 768px)and (max-width: 1024px){.recording-container-minimal{padding:14px 16px;border-radius:10px}.recording-time{font-size:18px}.pause-btn-minimal,.resume-btn-minimal,.stop-btn-minimal,.cancel-btn-minimal{padding:10px 16px;font-size:15px;min-width:80px}.recording-container-minimal .recording-time audio{height:30px}}.recording-container-minimal .recording-time{display:flex;flex:1;max-width:70%}.recording-container-minimal .recording-time audio{width:100%;height:30px;border-radius:20px;margin:0;opacity:1}.recording-container-minimal:has(audio)::before{display:none}.audio-preview-container::before{display:none !important}.audio-preview-container .recording-time{color:#333 !important}.modal.pricing-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:3000;padding:20px;overflow-y:auto;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}.modal .modal-content{background-color:#fff;border-radius:12px;width:90%;max-width:500px;box-shadow:0 5px 20px rgba(0,0,0,.2);overflow:hidden;max-height:calc(100vh - 40px);display:flex;flex-direction:column;margin:auto;animation:modalSlideIn .3s ease;position:relative}.modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.modal .modal-header h4{margin:0;font-size:20px;font-weight:600;color:#333}.modal .close-btn{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;transition:background-color .2s}.modal .close-btn:hover{background-color:#f0f0f0;color:#333}.modal .modal-body{padding:20px;overflow-y:auto;max-height:70vh}.modal .modal-description{margin-bottom:20px;color:#666}.modal .pricing-section{margin-bottom:25px}.modal .pricing-section h5{font-size:16px;margin-bottom:15px;color:#333;border-bottom:1px solid #eee;padding-bottom:10px}.modal .pricing-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #f5f5f5}.modal .pricing-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.modal .price-label{display:flex;align-items:center;gap:10px}.modal .form-switch{display:inline-block;position:relative;cursor:pointer;user-select:none;padding-left:40px}.modal .form-switch input{position:absolute;opacity:0;width:0;height:0}.modal .form-switch::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:36px;height:20px;background-color:#ccc;border-radius:10px;transition:background-color .2s}.modal .form-switch::after{content:"";position:absolute;left:3px;top:50%;transform:translateY(-50%);width:14px;height:14px;background-color:#fff;border-radius:50%;transition:transform .2s,background-color .2s}.modal .form-switch input:checked+.form-switch::before{background-color:#4caf50}.modal .form-switch input:checked+.form-switch::after{transform:translate(16px, -50%)}.modal .form-switch input:focus+.form-switch::before{box-shadow:0 0 0 2px rgba(0,0,0,.1)}.modal .price-input-group{display:flex;align-items:center;position:relative;max-width:120px}.modal .price-input-group .currency{position:absolute;left:10px;color:#666}.modal .price-input-group input{padding:8px 8px 8px 24px;border:1px solid #ddd;border-radius:4px;width:100%;text-align:right}.modal .price-input-group .unit{margin-left:5px;color:#666}.modal .modal-footer{padding:15px 20px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #eee}.modal .cancel-button{padding:8px 16px;border:1px solid #ddd;background-color:#fff;color:#666;border-radius:4px;cursor:pointer;transition:background-color .2s}.modal .cancel-button:hover{background-color:#f5f5f5}.modal .save-button{padding:8px 16px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.modal .save-button:hover{background-color:#45a049}@media(max-width: 768px){.modal .modal-content{max-width:95%;max-height:80vh}.modal .modal-header{padding:12px 16px}.modal .modal-header h4{font-size:18px}.modal .modal-body{padding:16px;max-height:60vh}}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch label{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.toggle-switch label:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.toggle-switch input:checked+label{background-color:#4caf50}.toggle-switch input:checked+label:before{transform:translateX(26px)}.toggle-switch input:focus+label{box-shadow:0 0 1px #4caf50}@keyframes modalSlideIn{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.pricing-summary{margin-bottom:15px;background-color:#f8f9fa;border-radius:10px;padding:12px 15px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.pricing-summary-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.pricing-summary-item:last-child{border-bottom:none;padding-bottom:0}.pricing-summary-item:first-child{padding-top:0}.service-name{font-size:14px;color:#444;font-weight:500;display:flex;align-items:center;gap:6px}.service-name i{font-size:18px;color:#4caf50;width:20px;display:flex;align-items:center;justify-content:center}.service-price{font-weight:600;color:#4caf50;font-size:14px;border-radius:4px;padding:2px 8px;background-color:rgba(76,175,80,.1)}.service-price.disabled{color:#888;font-weight:normal;background-color:rgba(0,0,0,.05);font-style:italic}.paid-message{position:relative}.paid-message.sent{border-left:2px solid #f44}.paid-message.sent .price-tag.outgoing{color:#f44;font-weight:600;display:inline-block;background-color:rgba(255,68,68,.1);padding:2px 8px;border-radius:10px;margin-left:6px;font-size:12px}.paid-message.sent .price-tag.outgoing.free{color:#8b5cf6 !important;background-color:rgba(139,92,246,.1) !important}.paid-message.received{border-left:2px solid #4caf50}.paid-message.received .price-tag.incoming{color:#4caf50;font-weight:600;display:inline-block;background-color:rgba(76,175,80,.1);padding:2px 8px;border-radius:10px;margin-left:6px;font-size:12px}.paid-message.received .price-tag.incoming.free{color:#8b5cf6 !important;background-color:rgba(139,92,246,.1) !important}@supports(display: flex){.chat-layout{display:flex;flex-wrap:nowrap;gap:0}.chat-main{display:flex;flex-direction:column;min-width:0}.messages-container{flex:1 1 auto;min-height:0}}@supports not (display: flex){.chat-layout{display:table;width:100%;table-layout:fixed}.users-list,.chat-main{display:table-cell;vertical-align:top}}@media(hover: none)and (pointer: coarse){.user-item{-webkit-tap-highlight-color:rgba(0,0,0,.1)}.user-item:active{background-color:#f0f2f5;transition:background-color .1s}button,.attach-btn,.send-btn{-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}.message{-webkit-touch-callout:default}}@supports(height: 100dvh){@media(max-width: 768px){.chat-page-wrapper{height:100dvh;min-height:-webkit-fill-available}.chat-container{height:calc(100dvh - 60px)}}}@media(screen-spanning: single-fold-vertical){.chat-layout{display:grid;grid-template-columns:1fr 1fr;gap:env(fold-width, 0)}.users-list{grid-column:1}.chat-main{grid-column:2}}@media(min-aspect-ratio: 21/9){.chat-container{max-width:1800px}.users-list{max-width:500px}.messages-container{padding:20px 40px}.message{max-width:55%}}@media(prefers-contrast: high){.message{border:1px solid currentColor}.message.sent{border-color:#2d5a2e}.message.received{border-color:#333}.input-container{border-top:2px solid currentColor}button{border:2px solid currentColor}}@media(prefers-reduced-motion: reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.messages-container{scroll-behavior:auto}}@media(max-width: 320px){.chat-header h1{font-size:16px}.user-item{padding:8px;gap:8px}.user-avatar img{width:36px;height:36px}.chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important}.chat-main .chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important}.message{font-size:14px;padding:8px 12px}.input-container{min-height:48px;padding:6px}.attach-btn,.send-btn{width:36px;height:36px;min-width:36px}}@media(prefers-reduced-motion: no-preference){:focus-visible{outline:2px solid #4caf50;outline-offset:2px}button:focus-visible,.user-item:focus-visible{outline:2px solid #4caf50;outline-offset:-2px}}@media(max-width: 768px){.message{box-shadow:none}.messages-container{will-change:scroll-position}.modal-overlay,.bottom-sheet{transform:translateZ(0);backface-visibility:hidden}}@media print{.chat-header,.input-container,.attach-btn,.send-btn,.emoji-btn{display:none !important}.chat-layout{display:block}.users-list{display:none}.messages-container{padding:0;height:auto;overflow:visible}.message{break-inside:avoid;page-break-inside:avoid}}.message-input-container.free-response-mode,.mobile-input-wrapper.free-response-mode{border:2px solid #8b5cf6 !important;border-color:#8b5cf6 !important;border-radius:12px !important;box-shadow:0 0 0 2px rgba(139,92,246,.2),0 0 15px rgba(139,92,246,.15) !important;background-color:rgba(139,92,246,.02) !important}.message-input.free-response-mode{border-color:#8b5cf6 !important;background-color:rgba(139,92,246,.05) !important;transition:all .3s ease !important}.message-input.free-response-mode:focus{border-color:#8b5cf6 !important;box-shadow:0 0 0 2px rgba(139,92,246,.2) !important;background-color:rgba(139,92,246,.08) !important}.message-input.free-response-mode::placeholder{color:#8b5cf6 !important;opacity:.8}.message-input.free-response-mode::-webkit-input-placeholder{color:#8b5cf6 !important;opacity:.8}.message-input.free-response-mode::-moz-placeholder{color:#8b5cf6 !important;opacity:.8}.message-input.free-response-mode:-ms-input-placeholder{color:#8b5cf6 !important;opacity:.8}.send-btn.free-response-mode,.send-btn-mobile.free-response-mode{background-color:#8b5cf6 !important;color:#fff !important;box-shadow:0 2px 8px rgba(139,92,246,.3) !important}.send-btn.free-response-mode:hover,.send-btn-mobile.free-response-mode:hover{background-color:#7c3aed !important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.4) !important}.send-btn.free-response-mode:active,.send-btn-mobile.free-response-mode:active{transform:translateY(0);background-color:#6d28d9 !important}@media(max-width: 768px){.message-input.free-response-mode{border-color:#8b5cf6 !important;background-color:rgba(139,92,246,.05) !important}.message-input.free-response-mode:focus{border-color:#8b5cf6 !important;background-color:rgba(139,92,246,.08) !important}.send-btn.free-response-mode,.send-btn-mobile.free-response-mode{background-color:#8b5cf6 !important}.send-btn.free-response-mode:active,.send-btn-mobile.free-response-mode:active{background-color:#7c3aed !important;transform:scale(0.95)}}.text-message{white-space:pre-wrap;word-wrap:break-word}.character-counter{position:absolute;right:50px;bottom:8px;font-size:12px;color:#666;background:rgba(255,255,255,.9);padding:2px 6px;border-radius:10px;font-weight:500;z-index:10;pointer-events:none;transition:all .3s ease}.character-counter.warning{color:#ff9800;background:rgba(255,152,0,.1);border:1px solid rgba(255,152,0,.3)}.character-counter.limit-reached{color:#f44336;background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.3);font-weight:600}.send-btn:disabled{background-color:#ccc !important;color:#999 !important;cursor:not-allowed !important;opacity:.6}.send-btn:disabled:hover{background-color:#ccc !important;transform:none !important;box-shadow:none !important}.grs-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:18px;position:relative;margin:0;flex-shrink:0}.grs-btn:hover{background:#e9ecef;border-color:#667eea;transform:translateY(-1px)}.grs-btn.active{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-color:#667eea;color:#fff;box-shadow:0 4px 12px rgba(102,126,234,.3)}.grs-btn .grs-indicator{position:absolute;top:-2px;right:-2px;background:#4caf50;color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.paytime-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:18px;position:relative;margin:0;flex-shrink:0}.paytime-btn:hover{background:#e9ecef;border-color:#667eea;transform:translateY(-1px)}.paytime-btn.active{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-color:#667eea;color:#fff;box-shadow:0 4px 12px rgba(102,126,234,.3)}.paytime-btn .paytime-indicator{position:absolute;top:-2px;right:-2px;background:#4caf50;color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.send-btn{display:flex;align-items:center;gap:4px}.send-btn .grs-cost{font-size:11px;font-weight:600;background:rgba(255,255,255,.2);padding:2px 6px;border-radius:8px;margin-left:2px}.message-input-container{position:relative;background-color:#fff;border-radius:10px;padding:2px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.message-input-container:focus-within{box-shadow:0 4px 12px rgba(76,175,80,.15)}.message-input-container .emoji-btn{right:10px;bottom:8px;position:absolute}.message-input-container .message-input{width:100%;min-height:40px;max-height:120px;line-height:1.4;padding:10px 90px 10px 15px;font-family:inherit;resize:none;overflow-y:auto;box-sizing:border-box;border:1px solid #e1e5e9;border-radius:6px;background-color:rgba(0,0,0,0);transition:all .3s ease;outline:none}.message-input-container .message-input:focus{border-color:#4caf50;background-color:rgba(76,175,80,.02)}.message-input-container .message-input::placeholder{color:#999;opacity:1}.message-input-container .message-input::-webkit-scrollbar{width:4px}.message-input-container .message-input::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.message-input-container .message-input::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}.message-input-container .message-input::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.mobile-input-wrapper{display:flex;align-items:center;background-color:#f9f9f9;border:1px solid #ddd;border-radius:20px;padding:8px 12px;flex:1;min-height:40px;position:relative;margin-right:6px;min-width:0}.attach-btn-inline{background:rgba(0,0,0,0);border:none;font-size:18px;color:#666;padding:4px;margin-right:4px;cursor:pointer}.attach-btn-inline:hover{opacity:.7}.message-input-mobile{flex:1;border:none;background:rgba(0,0,0,0);outline:none;font-size:16px;line-height:1.4;resize:none;min-height:24px;max-height:100px;padding:0}.message-input-mobile::placeholder{color:#999}.emoji-btn-inline{background:rgba(0,0,0,0);border:none;font-size:20px;padding:4px;margin-left:4px;cursor:pointer}.emoji-btn-inline:hover{opacity:.7}.emoji-category-btn:not(.active):hover{background-color:#f8fafc !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(0,0,0,.15) !important;border-color:#00c07f !important}.emoji-category-btn:not(.active):active{transform:translateY(0) !important}.emoji-btn:hover{background:linear-gradient(145deg, #00c07f 0%, #00e090 100%) !important;transform:scale(1.15) translateY(-2px) !important;box-shadow:0 8px 25px rgba(0,192,127,.25) !important;border-color:#00c07f !important}.emoji-btn:active{transform:scale(0.95) !important}@media(hover: none)and (pointer: coarse){.emoji-btn:active{transform:scale(0.95) !important}}.grs-btn-mobile{width:40px;height:40px;border-radius:20px;background-color:#f0f0f0;border:none;display:flex;align-items:center;justify-content:center;font-size:16px;margin-right:6px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);flex-shrink:0}.grs-btn-mobile:hover{background-color:#e0e0e0}.grs-btn-mobile.active{background-color:#00c07f;color:#fff}.grs-btn-mobile .grs-indicator{position:absolute;top:-2px;right:-2px;background:#4caf50;color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center}.send-btn-mobile{width:40px;height:40px;border-radius:20px;background-color:#00c07f;border:none;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);flex-shrink:0}.send-btn-mobile:hover{background-color:#00a86b}.send-btn-mobile:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width: 480px){.input-container{padding:6px 8px;gap:4px;min-height:52px}.mobile-input-wrapper{margin-right:4px;padding:6px 10px;min-height:36px}.grs-btn-mobile,.send-btn-mobile{width:36px;height:36px;border-radius:18px;font-size:14px;margin-right:4px}.grs-btn-mobile:last-of-type{margin-right:4px}.send-btn-mobile{margin-right:0}}@media(max-width: 360px){.input-container{padding:4px 6px;gap:3px;min-height:48px}.mobile-input-wrapper{margin-right:3px;padding:5px 8px;min-height:32px}.grs-btn-mobile,.send-btn-mobile{width:32px;height:32px;border-radius:16px;font-size:12px;margin-right:3px}.send-btn-mobile{margin-right:0}}@media(max-width: 768px){.character-counter{right:45px;font-size:11px;padding:1px 4px;bottom:6px}.message-input-container .emoji-btn{right:8px;bottom:6px}.message-input-container{border-radius:8px;padding:1px}.message-input-container .message-input{padding:8px 80px 8px 12px;min-height:36px;border-radius:5px}}@media(max-width: 360px){.character-counter{right:40px;font-size:10px;padding:1px 3px;bottom:5px}.message-input-container .emoji-btn{right:6px;bottom:5px}.message-input-container{border-radius:6px;padding:1px}.message-input-container .message-input{padding:6px 75px 6px 10px;min-height:32px;border-radius:4px}}.message.grs-message .message-content{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border:2px solid #667eea;box-shadow:0 4px 12px rgba(102,126,234,.3)}.message.grs-message.sent .message-content{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.message.grs-message.received .message-content{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.grs-tag{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px}.grs-tag i{font-size:12px}.grs-info{margin-top:8px;padding:12px;background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.2);border-radius:8px;font-size:12px}.grs-info .grs-details{display:flex;flex-direction:column;gap:6px}.grs-info .grs-response-type{display:flex;align-items:center;gap:6px}.grs-info .grs-response-type .grs-icon{font-size:14px}.grs-info .grs-response-type .grs-label{font-weight:500;color:#667eea}.grs-info .grs-cost{display:flex;align-items:center;gap:4px}.grs-info .grs-cost .cost-label{color:#666}.grs-info .grs-cost .cost-amount{font-weight:600;color:#4caf50}.grs-info .grs-countdown .time-left{color:#ff9800;font-weight:600}.grs-info .grs-countdown .expired{color:#f44336;font-weight:600}.grs-info .grs-status .status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600}.grs-info .grs-status .status-badge.pending{background:rgba(255,152,0,.1);color:#ff9800;border:1px solid rgba(255,152,0,.3)}.grs-info .grs-status .status-badge.accepted{background:rgba(76,175,80,.1);color:#4caf50;border:1px solid rgba(76,175,80,.3)}.grs-info .grs-status .status-badge.fulfilled{background:rgba(76,175,80,.1);color:#4caf50;border:1px solid rgba(76,175,80,.3)}.grs-info .grs-status .status-badge.expired{background:rgba(244,67,54,.1);color:#f44336;border:1px solid rgba(244,67,54,.3)}.grs-info .grs-status .status-badge.declined{background:rgba(244,67,54,.1);color:#f44336;border:1px solid rgba(244,67,54,.3)}.grs-info .grs-status .grs-actions{display:flex;gap:8px;margin-top:8px}.grs-info .grs-status .grs-accept-btn,.grs-info .grs-status .grs-decline-btn{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.grs-info .grs-status .grs-accept-btn{background-color:#4caf50;color:#fff}.grs-info .grs-status .grs-accept-btn:hover{background-color:#45a049;transform:translateY(-1px)}.grs-info .grs-status .grs-decline-btn{background-color:#f44336;color:#fff}.grs-info .grs-status .grs-decline-btn:hover{background-color:#da190b;transform:translateY(-1px)}.message.paytime-message .message-content .paytime-info{margin:8px 0}.message.paytime-message .message-content .paytime-info .paytime-box{transition:all .3s ease}.message.paytime-message .message-content .paytime-info .paytime-box:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.paytime-tag{background:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);color:#fff;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(245,158,11,.3)}.paytime-accept-btn,.paytime-decline-btn{transition:all .2s ease}.paytime-accept-btn:hover,.paytime-decline-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.paytime-accept-btn:active,.paytime-decline-btn:active{transform:translateY(0)}.paytime-accept-btn:hover{background:#059669 !important}.paytime-decline-btn:hover{background:#dc2626 !important}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(30px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width: 768px){.show-pricing-modal .modal-content{width:95vw !important;borderRadius:20px !important}.show-pricing-modal .modal-content .modal-header{padding:20px !important}.show-pricing-modal .modal-content .modal-header h3{fontSize:20px !important}.show-pricing-modal .modal-content .modal-body{padding:20px !important}}@keyframes shimmer{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}.user-item-skeleton{margin:8px 12px;padding:16px;background:#fff;border-radius:16px;display:flex;align-items:center;gap:14px;border:1px solid rgba(0,0,0,.04)}.user-item-skeleton .skeleton-avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}.user-item-skeleton .skeleton-content{flex:1}.user-item-skeleton .skeleton-content .skeleton-name{height:16px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px;width:70%}.user-item-skeleton .skeleton-content .skeleton-message{height:12px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px;width:90%}.user-item-skeleton .skeleton-meta .skeleton-time{width:40px;height:10px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.notification-pulse{animation:pulse 2s infinite}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}.new-message-animation{animation:slideInFromRight .4s cubic-bezier(0.4, 0, 0.2, 1)}@keyframes typing{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-10px)}}.typing-indicator{display:flex;gap:2px;align-items:center}.typing-indicator .dot{width:4px;height:4px;background:#10b981;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-indicator .dot:nth-child(1){animation-delay:0ms}.typing-indicator .dot:nth-child(2){animation-delay:200ms}.typing-indicator .dot:nth-child(3){animation-delay:400ms}.message-type-indicator{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.message-type-indicator.grs{background:linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);color:#059669}.message-type-indicator.grs::before{content:"💎";font-size:8px}.message-type-indicator.paytime{background:linear-gradient(135deg, rgba(3, 105, 161, 0.1) 0%, rgba(14, 165, 233, 0.1) 100%);color:#0369a1}.message-type-indicator.paytime::before{content:"⏰";font-size:8px}.message-type-indicator.tip{background:linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(248, 113, 113, 0.1) 100%);color:#dc2626}.message-type-indicator.tip::before{content:"💰";font-size:8px}.message-type-indicator.file{background:linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);color:#6366f1}.message-type-indicator.file::before{content:"📎";font-size:8px}@media(prefers-color-scheme: dark){.users-list{background:linear-gradient(180deg, #1f2937 0%, #111827 100%);border-right-color:rgba(255,255,255,.1)}.users-list h2{background-color:rgba(31,41,55,.95);border-bottom-color:rgba(255,255,255,.05)}.users-list .user-item{background:rgba(31,41,55,.8);border-color:rgba(255,255,255,.05)}.users-list .user-item:hover{background:rgba(55,65,81,.8);border-color:rgba(102,126,234,.2)}.users-list .user-item.selected{background:linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);border-color:rgba(102,126,234,.4)}.users-list .user-item .user-name{color:#f9fafb}.users-list .user-item .last-message-preview{color:#9ca3af}.users-list .user-item .message-date{color:#6b7280}.users-list::-webkit-scrollbar-track{background:rgba(255,255,255,.02)}.users-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%)}.users-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, rgba(102, 126, 234, 0.6) 0%, rgba(118, 75, 162, 0.6) 100%)}}.pricing-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.pricing-modal-container{background:#fff;border-radius:12px;width:90%;max-width:420px;max-height:85vh;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.25);animation:slideUp .3s ease;display:flex;flex-direction:column}.pricing-modal-header{background:linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:none}.pricing-modal-title{color:#fff;font-size:18px;font-weight:700;margin:0;display:flex;align-items:center;gap:6px}.pricing-modal-title:before{content:"💰";font-size:16px}.pricing-modal-close{background:rgba(255,255,255,.2);border:none;color:#fff;font-size:20px;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pricing-modal-close:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.pricing-modal-body{flex:1;overflow-y:auto;padding:16px 14px;background:linear-gradient(to bottom, #f8fffe 0%, #f0f7f4 100%)}.pricing-modal-description{font-size:14px;color:#555;line-height:1.5;text-align:center;background:#fff;padding:12px;border-radius:8px;border-left:3px solid #4caf50;box-shadow:0 1px 4px rgba(0,0,0,.06);margin-bottom:16px}.pricing-modal-section{background:#fff;border-radius:10px;padding:14px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e8f5e9;position:relative;overflow:hidden}.pricing-modal-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #4CAF50 0%, #81C784 100%)}.pricing-modal-section-title{font-size:16px;color:#2e7d32;font-weight:700;margin:0 0 12px 0;padding-bottom:8px;border-bottom:1px solid #e8f5e9;display:flex;align-items:center;gap:6px}.pricing-modal-section-title:before{content:"📱";font-size:14px}.pricing-modal-item{background:#fafffe;border-radius:8px;border:1px solid #e8f5e9;padding:12px;margin-bottom:12px;transition:all .2s}.pricing-modal-item:last-child{margin-bottom:0}.pricing-modal-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(76,175,80,.12)}.pricing-modal-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pricing-modal-service-name{font-size:15px;font-weight:600;color:#2e7d32;display:flex;align-items:center;gap:8px}.pricing-modal-service-name:before{content:"•";color:#4caf50;font-size:18px}.pricing-modal-toggle input[type=checkbox]{width:20px;height:20px;accent-color:#4caf50}.pricing-modal-input-group{display:flex;align-items:stretch;background:#fff;border:2px solid #e8f5e9;border-radius:8px;height:44px;overflow:hidden;transition:all .2s;box-shadow:0 1px 4px rgba(0,0,0,.04)}.pricing-modal-input-group:focus-within{border-color:#4caf50;box-shadow:0 0 0 2px rgba(76,175,80,.1);transform:scale(1.01)}.pricing-modal-currency{background:linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);color:#4caf50;font-weight:700;font-size:18px;padding:0 16px;display:flex;align-items:center;justify-content:center;min-width:56px;border-right:2px solid #e8f5e9}.pricing-modal-input{flex:1;border:none;background:#fff;padding:0 16px;font-size:18px;font-weight:600;height:100%;outline:none;color:#2e7d32;text-align:center}.pricing-modal-input::placeholder{color:#a5d6a7;font-weight:400}.pricing-modal-input:disabled{background:#f5f5f5;color:#bdbdbd;cursor:not-allowed}.pricing-modal-input:focus{background:#fafffe}.pricing-modal-input::-webkit-outer-spin-button,.pricing-modal-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pricing-modal-input[type=number]{-moz-appearance:textfield}.pricing-modal-unit{background:linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);color:#666;font-size:14px;font-weight:500;padding:0 16px;display:flex;align-items:center;justify-content:center;min-width:56px;border-left:2px solid #e8f5e9}.pricing-modal-footer{background:#fff;border-top:1px solid #e8eaed;padding:12px 18px;display:flex;gap:12px;box-shadow:0 -2px 6px rgba(0,0,0,.06)}.pricing-modal-cancel,.pricing-modal-save{flex:1;height:42px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.3px}.pricing-modal-cancel{background:#f5f5f5;color:#666;border:2px solid #e0e0e0}.pricing-modal-cancel:hover{background:#eee;color:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.pricing-modal-save{background:linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);color:#fff;box-shadow:0 4px 12px rgba(76,175,80,.3)}.pricing-modal-save:hover{background:linear-gradient(135deg, #45a049 0%, #1B5E20 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(76,175,80,.4)}@media(max-width: 768px){.pricing-modal-overlay{padding:20px 0 80px 0;align-items:stretch}.pricing-modal-container{width:95%;height:calc(100vh - 100px);max-height:calc(100vh - 100px);border-radius:12px;max-width:none;margin:auto}.pricing-modal-header{padding:12px 16px}.pricing-modal-title{font-size:16px}.pricing-modal-body{padding:12px 16px}.pricing-modal-section{padding:12px;margin-bottom:12px}.pricing-modal-description{margin-bottom:12px;padding:10px}.pricing-modal-item{padding:10px;margin-bottom:10px}.pricing-modal-label{margin-bottom:8px}.pricing-modal-input-group{height:44px}.pricing-modal-footer{padding:12px 16px}.pricing-modal-cancel,.pricing-modal-save{height:44px;font-size:14px}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalSlideIn{from{opacity:0;transform:scale(0.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalSlideUp{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes packagePulse{0%,100%{box-shadow:0 4px 12px rgba(102,126,234,.25)}50%{box-shadow:0 6px 16px rgba(102,126,234,.35)}}@keyframes packageSelect{0%{transform:translateY(0)}50%{transform:translateY(-2px)}100%{transform:translateY(-1px)}}.paytime-package-card:not(.selected):hover{border-color:#9ca3af !important;background:linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(0,0,0,.1) !important;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1) !important}.paytime-package-card:not(.selected):active{transform:translateY(0) scale(0.99) !important;transition:all .15s ease !important}.paytime-package-card.selected{animation:packagePulse 2s infinite !important}.paytime-package-card.selected:hover{transform:translateY(-2px) !important;box-shadow:0 8px 20px rgba(102,126,234,.3) !important}.paytime-package-card:focus{outline:2px solid rgba(102,126,234,.5) !important;outline-offset:1px !important}.paytime-package-card:active{transition:all .1s ease !important;transform:scale(0.98) !important}@media(max-width: 768px){.paytime-modal-mobile .modal-overlay{padding:0 !important;align-items:flex-end !important}.paytime-modal-mobile .modal-content{width:100% !important;max-width:100% !important;border-radius:20px 20px 0 0 !important;max-height:95vh !important;min-height:50vh !important;animation:modalSlideUp .3s ease-out !important}.paytime-modal-mobile .modal-header{padding:16px 20px !important;flex-direction:row !important;min-height:64px !important;border-radius:20px 20px 0 0 !important}.paytime-modal-mobile .modal-body{padding:16px 20px !important;max-height:calc(95vh - 120px) !important;-webkit-overflow-scrolling:touch}.paytime-modal-mobile .package-selector{gap:12px !important}.paytime-modal-mobile .package-selector button{padding:16px 12px !important;font-size:16px !important;min-height:48px !important;touch-action:manipulation}.paytime-modal-mobile .action-buttons{gap:16px !important;margin-top:20px !important;padding:16px 0 8px 0 !important;border-top:1px solid #e5e7eb !important}.paytime-modal-mobile .action-buttons button{padding:16px 20px !important;font-size:16px !important;min-height:52px !important;touch-action:manipulation}.paytime-modal-mobile .package-type-buttons{flex-direction:column !important;gap:12px !important}.paytime-modal-mobile .package-type-buttons button{width:100% !important;min-height:48px !important}.paytime-modal-mobile .custom-rate-inputs input,.paytime-modal-mobile .custom-rate-inputs select{font-size:16px !important;padding:12px 14px !important;min-height:48px !important}.paytime-modal-mobile .duration-suggestions button{padding:8px 12px !important;font-size:12px !important;min-height:36px !important;touch-action:manipulation}.paytime-modal-mobile .rate-suggestions button{padding:6px 10px !important;font-size:11px !important;min-height:32px !important;touch-action:manipulation}.paytime-modal-mobile .paytime-packages-grid{gap:16px !important}.paytime-modal-mobile .paytime-package-card{min-height:80px !important;border-radius:12px !important;padding:14px 16px !important;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1) !important}.paytime-modal-mobile .paytime-package-card:not(.selected):hover{border-color:#9ca3af !important;background:linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(0,0,0,.1) !important}.paytime-modal-mobile .paytime-package-card:not(.selected):active{transform:translateY(0) scale(0.99) !important;transition:all .15s ease !important}.paytime-modal-mobile .paytime-package-card.selected{animation:packagePulse 2s infinite !important}.paytime-modal-mobile .paytime-package-card.selected:hover{transform:translateY(-2px) !important;box-shadow:0 8px 20px rgba(102,126,234,.3) !important}}@media(max-width: 768px)and (max-width: 768px){.paytime-modal-mobile .paytime-package-card{min-height:80px !important;border-radius:12px !important;padding:14px 16px !important}.paytime-modal-mobile .paytime-package-card:not(.selected):hover{transform:translateY(-1px) !important}.paytime-modal-mobile .paytime-package-card.selected:hover{transform:translateY(-1px) !important}}@media(max-width: 768px){.paytime-modal-mobile .paytime-package-card:focus{outline:3px solid rgba(102,126,234,.5) !important;outline-offset:2px !important}.paytime-modal-mobile .paytime-package-card:active{transition:all .1s ease !important;transform:scale(0.98) !important}}@media(max-width: 480px){.paytime-modal-mobile .package-type-buttons{flex-direction:column !important}.paytime-modal-mobile .package-type-buttons button{width:100% !important}.paytime-modal-mobile .action-buttons{flex-direction:column-reverse !important}.paytime-modal-mobile .action-buttons button{width:100% !important}.paytime-modal-mobile .custom-settings .rate-container input,.paytime-modal-mobile .custom-settings .rate-container select,.paytime-modal-mobile .custom-settings .duration-container input,.paytime-modal-mobile .custom-settings .duration-container select{font-size:16px !important}}.chat-page-wrapper .chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-main .chat-header.user-chat-header .user-avatar img,.chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important;min-width:48px !important;min-height:48px !important;max-width:48px !important;max-height:48px !important}@media(max-width: 768px){.chat-page-wrapper .chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-main .chat-header.user-chat-header .user-avatar img,.chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important;min-width:48px !important;min-height:48px !important;max-width:48px !important;max-height:48px !important}}@media(max-width: 480px){.chat-page-wrapper .chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-main .chat-header.user-chat-header .user-avatar img,.chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important;min-width:48px !important;min-height:48px !important;max-width:48px !important;max-height:48px !important}}@media(max-width: 360px){.chat-page-wrapper .chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-container .chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-layout .chat-main .chat-header.user-chat-header .user-avatar img,.chat-main .chat-header.user-chat-header .user-avatar img,.chat-header.user-chat-header .user-avatar img{width:48px !important;height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important;min-width:48px !important;min-height:48px !important;max-width:48px !important;max-height:48px !important}}.chat-header-profile-container{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important}.chat-header-profile-image-fixed{width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important;max-width:48px !important;max-height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important;flex-shrink:0 !important;display:block !important}.chat-header-status-badge{position:absolute !important;bottom:1px !important;right:1px !important;width:14px !important;height:14px !important;min-width:14px !important;min-height:14px !important;border:2px solid #fff !important;border-radius:50% !important;box-shadow:0 1px 3px rgba(0,0,0,.2) !important;z-index:10 !important}.chat-header-status-badge.online-status{background-color:#10b981 !important}.chat-header-status-badge.offline-status{background-color:#ef4444 !important}@media(max-width: 768px){.chat-header.user-chat-header{padding:14px 18px !important;min-height:70px !important;gap:14px !important}.chat-header-profile-container{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;min-width:52px !important;min-height:52px !important}.chat-header-profile-image-fixed{width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important;max-width:48px !important;max-height:48px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;box-sizing:border-box !important;flex-shrink:0 !important;display:block !important}.chat-header-status-badge{position:absolute !important;bottom:1px !important;right:1px !important;width:14px !important;height:14px !important;min-width:14px !important;min-height:14px !important;border:2px solid #fff !important;border-radius:50% !important;box-shadow:0 1px 3px rgba(0,0,0,.2) !important;z-index:10 !important}}@media(max-width: 480px){.chat-header.user-chat-header{padding:16px 20px !important;min-height:72px !important;gap:16px !important}.chat-header-profile-container{min-width:54px !important;min-height:54px !important}}.contact-list-profile-container{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0 !important}.contact-list-profile-image-fixed{width:54px !important;height:54px !important;min-width:54px !important;min-height:54px !important;max-width:54px !important;max-height:54px !important;border-radius:50% !important;object-fit:cover !important;border:3px solid rgba(255,255,255,.8) !important;box-shadow:0 4px 12px rgba(0,0,0,.08) !important;box-sizing:border-box !important;flex-shrink:0 !important;display:block !important}.contact-list-status-badge{position:absolute !important;bottom:2px !important;right:2px !important;width:16px !important;height:16px !important;min-width:16px !important;min-height:16px !important;border:3px solid #fff !important;border-radius:50% !important;box-shadow:0 2px 4px rgba(0,0,0,.1) !important;z-index:10 !important;transition:all .3s ease !important}.contact-list-status-badge.online-status{background-color:#10b981 !important}.contact-list-status-badge.offline-status{background-color:#ef4444 !important}@media(max-width: 768px){.contact-list-profile-container{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0 !important}.contact-list-profile-image-fixed{width:50px !important;height:50px !important;min-width:50px !important;min-height:50px !important;max-width:50px !important;max-height:50px !important;border-radius:50% !important;object-fit:cover !important;border:2px solid rgba(255,255,255,.9) !important;box-shadow:0 2px 8px rgba(0,0,0,.06) !important;box-sizing:border-box !important;flex-shrink:0 !important;display:block !important}.contact-list-status-badge{position:absolute !important;bottom:1px !important;right:1px !important;width:14px !important;height:14px !important;min-width:14px !important;min-height:14px !important;border:2px solid #fff !important;border-radius:50% !important;box-shadow:0 1px 3px rgba(0,0,0,.2) !important;z-index:10 !important}}@media(max-width: 480px){.contact-list-profile-image-fixed{width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important;max-width:48px !important;max-height:48px !important}}.loading-older-messages{display:flex;align-items:center;justify-content:center;padding:15px;background:rgba(248,249,250,.9);border-bottom:1px solid #e9ecef;gap:10px;font-size:14px;color:#6c757d}.loading-older-messages .loading-spinner{width:16px;height:16px;border:2px solid #e9ecef;border-top:2px solid #04bd6c;border-radius:50%;animation:spin 1s linear infinite}.load-more-container{display:flex;justify-content:center;padding:10px 15px;background:rgba(248,249,250,.5);border-bottom:1px solid #e9ecef}.load-more-container .load-more-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#04bd6c;color:#fff;border:none;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.load-more-container .load-more-btn:hover:not(:disabled){background:#039c5a;transform:translateY(-1px)}.load-more-container .load-more-btn:disabled{opacity:.6;cursor:not-allowed}.load-more-container .load-more-btn i{font-size:12px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(max-width: 768px){.loading-older-messages{padding:12px;font-size:13px}.loading-older-messages .loading-spinner{width:14px;height:14px}.load-more-container{padding:8px 15px}.load-more-container .load-more-btn{padding:6px 14px;font-size:12px;border-radius:16px}}
.voice-message-confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}.voice-message-confirmation-modal{background-color:#fff;border-radius:10px;width:90%;max-width:450px;box-shadow:0 5px 20px rgba(0,0,0,.3);overflow:hidden;animation:scaleIn .3s ease-out}.voice-message-confirmation-header{padding:20px;text-align:center;border-bottom:1px solid #f0f0f0;background-color:#f9f9f9;position:relative}.voice-message-confirmation-header i{font-size:24px;color:#00d280;margin-bottom:10px;display:block}.voice-message-confirmation-header h3{font-size:18px;font-weight:600;color:#333;margin:0}.voice-message-confirmation-content{padding:20px}.voice-message-confirmation-content p{text-align:center;font-size:15px;margin-bottom:15px;color:#444}.voice-message-price-info{background-color:#f8f9ff;border-radius:8px;padding:12px 15px;margin-bottom:15px;display:flex;align-items:center}.voice-message-price-info i{font-size:18px;color:#00d280;margin-right:10px}.voice-message-price-info span{font-size:14px;color:#444}.voice-message-info{background-color:#f9f9f9;border-radius:8px;padding:15px}.voice-message-info ul{padding-left:20px;margin:0}.voice-message-info ul li{font-size:13px;color:#666;margin-bottom:5px}.voice-message-info ul li:last-child{margin-bottom:0}.voice-message-confirmation-actions{padding:15px 20px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #f0f0f0}.voice-message-cancel-btn,.voice-message-confirm-btn{border:none;border-radius:5px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.voice-message-cancel-btn{background-color:#f2f2f2;color:#666}.voice-message-cancel-btn:hover{background-color:#e5e5e5}.voice-message-confirm-btn{background-color:#00d280;color:#fff}.voice-message-confirm-btn:hover{background-color:#00b870;transform:translateY(-1px);box-shadow:0 2px 5px rgba(0,210,128,.3)}.voice-message-confirm-btn:active{transform:translateY(0)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width: 480px){.voice-message-confirmation-modal{width:95%}.voice-message-confirmation-header{padding:15px}.voice-message-confirmation-header i{font-size:20px}.voice-message-confirmation-header h3{font-size:16px}.voice-message-confirmation-content,.voice-message-confirmation-actions{padding:15px}}
.blocked-chat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10000;backdrop-filter:blur(4px)}.blocked-chat-modal{background:#fff;border-radius:12px;max-width:400px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}.blocked-chat-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.blocked-chat-modal__title{margin:0;font-size:18px;font-weight:600;color:#333}.blocked-chat-modal__close{background:none;border:none;font-size:24px;cursor:pointer;color:#999;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.blocked-chat-modal__close:hover{background-color:#f0f0f0;color:#666}.blocked-chat-modal__body{padding:24px;text-align:center}.blocked-chat-modal__icon{font-size:48px;margin-bottom:16px;opacity:.8}.blocked-chat-modal__message{font-size:16px;color:#555;line-height:1.5;margin:0}.blocked-chat-modal__footer{padding:16px 24px 24px;display:flex;gap:12px;justify-content:center;border-top:1px solid #e0e0e0;background:#f8f9fa}.blocked-chat-modal__unblock-btn{background:#dc3545;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.blocked-chat-modal__unblock-btn:hover{background:#c82333;transform:translateY(-1px)}.blocked-chat-modal__unblock-btn:active{transform:translateY(0)}.blocked-chat-modal__cancel-btn{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.blocked-chat-modal__cancel-btn:hover{background:#5a6268;transform:translateY(-1px)}.blocked-chat-modal__cancel-btn:active{transform:translateY(0)}@keyframes modalSlideIn{from{opacity:0;transform:scale(0.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width: 480px){.blocked-chat-modal{margin:20px;width:calc(100% - 40px)}.blocked-chat-modal__header{padding:16px 20px 12px}.blocked-chat-modal__title{font-size:16px}.blocked-chat-modal__body{padding:20px}.blocked-chat-modal__icon{font-size:40px;margin-bottom:12px}.blocked-chat-modal__message{font-size:14px}.blocked-chat-modal__footer{padding:12px 20px 20px;flex-direction:column}.blocked-chat-modal__unblock-btn,.blocked-chat-modal__cancel-btn{width:100%;padding:12px}}
.insufficient-balance-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:10000;backdrop-filter:blur(4px);animation:fadeIn .3s ease}.insufficient-balance-modal{background:#fff;border-radius:16px;max-width:420px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out;position:relative}.insufficient-balance-modal .modal-header{display:flex;flex-direction:column;align-items:center;padding:24px 24px 16px;background:linear-gradient(135deg, #f8fafc, #e2e8f0);border-bottom:1px solid #e2e8f0;position:relative}.insufficient-balance-modal .modal-header .icon-container{background:linear-gradient(135deg, #ef4444, #dc2626);border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 8px 25px rgba(239,68,68,.3)}.insufficient-balance-modal .modal-header .icon-container i{font-size:28px;color:#fff}.insufficient-balance-modal .modal-header h3{margin:0;font-size:22px;font-weight:700;color:#1f2937;text-align:center}.insufficient-balance-modal .modal-header .close-btn{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:50%;transition:all .2s}.insufficient-balance-modal .modal-header .close-btn:hover{background-color:rgba(107,114,128,.1);color:#374151}.insufficient-balance-modal .modal-content{padding:24px}.insufficient-balance-modal .modal-content .balance-info{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid #e2e8f0}.insufficient-balance-modal .modal-content .balance-info .balance-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.insufficient-balance-modal .modal-content .balance-info .balance-row:last-child{margin-bottom:0}.insufficient-balance-modal .modal-content .balance-info .balance-row.shortage{padding-top:12px;border-top:2px dashed #e5e7eb;margin-top:16px;margin-bottom:0}.insufficient-balance-modal .modal-content .balance-info .balance-row.shortage .label{font-weight:600;color:#ef4444}.insufficient-balance-modal .modal-content .balance-info .balance-row.shortage .amount{font-weight:700;color:#ef4444;font-size:18px}.insufficient-balance-modal .modal-content .balance-info .balance-row .label{font-size:14px;color:#6b7280;font-weight:500}.insufficient-balance-modal .modal-content .balance-info .balance-row .amount{font-size:16px;font-weight:600}.insufficient-balance-modal .modal-content .balance-info .balance-row .amount.current{color:#6b7280}.insufficient-balance-modal .modal-content .balance-info .balance-row .amount.required{color:#059669}.insufficient-balance-modal .modal-content .balance-info .balance-row .amount.needed{color:#ef4444}.insufficient-balance-modal .modal-content .message{text-align:center;color:#4b5563;font-size:15px;line-height:1.5;margin:0}.insufficient-balance-modal .modal-actions{display:flex;gap:12px;padding:20px 24px 24px;background:#f8fafc}.insufficient-balance-modal .modal-actions button{flex:1;padding:14px 20px;border-radius:10px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.insufficient-balance-modal .modal-actions button i{font-size:18px}.insufficient-balance-modal .modal-actions button.cancel-btn{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.insufficient-balance-modal .modal-actions button.cancel-btn:hover{background:#e5e7eb;color:#374151;transform:translateY(-1px)}.insufficient-balance-modal .modal-actions button.deposit-btn{background:linear-gradient(135deg, #10b981, #059669);color:#fff;box-shadow:0 4px 15px rgba(16,185,129,.3)}.insufficient-balance-modal .modal-actions button.deposit-btn:hover{background:linear-gradient(135deg, #059669, #047857);transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.insufficient-balance-modal .modal-actions button.deposit-btn:active{transform:translateY(0)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes modalSlideIn{from{opacity:0;transform:scale(0.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width: 768px){.insufficient-balance-modal{max-width:100%;width:95%}.insufficient-balance-modal .modal-actions{flex-direction:column}.insufficient-balance-modal .modal-actions button{width:100%}}
.attachment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.attachment-modal-overlay.open{opacity:1;visibility:visible}@media(max-width: 767px){.attachment-modal-overlay{align-items:center;padding:20px}}.attachment-modal{background:#fff;border-radius:24px;max-width:520px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08),0 8px 24px rgba(0,0,0,.15);transform:scale(0.9) translateY(20px);transition:all .3s cubic-bezier(0.34, 1.56, 0.64, 1)}.attachment-modal-overlay.open .attachment-modal{transform:scale(1) translateY(0)}.attachment-modal.mobile{width:90%;max-width:400px;border-radius:24px;max-height:80vh}.attachment-modal-overlay.open .attachment-modal.mobile{transform:scale(1) translateY(0)}.attachment-modal.tablet-portrait,.attachment-modal.tablet-landscape{max-width:600px;width:85%;border-radius:20px}.attachment-modal.tablet-landscape{max-width:700px}.attachment-modal-header{padding:24px 24px 16px;border-bottom:1px solid #e0e0e0;position:relative;display:flex;align-items:center;justify-content:center}.attachment-modal-header .modal-handle{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:36px;height:4px;background:#e0e0e0;border-radius:2px}@media(min-width: 768px)and (max-width: 1366px){.attachment-modal-header .modal-handle{display:none}}.attachment-modal-header .modal-title{margin:0;font-size:20px;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:12px}.attachment-modal-header .modal-title i{color:#04bd6c;font-size:24px}@media(min-width: 768px)and (max-width: 1366px){.attachment-modal-header .modal-title{font-size:22px}}.attachment-modal-header .close-button{position:absolute;right:16px;top:50%;transform:translateY(-50%);min-height:44px;min-width:44px;cursor:pointer;user-select:none;-webkit-tap-highlight-color:rgba(4,189,108,.1);background:rgba(0,0,0,.05);border:none;border-radius:12px;padding:8px;transition:all .3s ease}.attachment-modal-header .close-button:hover{background:rgba(220,53,69,.1);transform:translateY(-50%) scale(1.05)}.attachment-modal-header .close-button:active{transform:translateY(-50%) scale(0.95)}.attachment-modal-header .close-button i{font-size:20px;color:#666}@media(min-width: 768px)and (max-width: 1366px){.attachment-modal-header .close-button{padding:12px}.attachment-modal-header .close-button i{font-size:22px}}.attachment-modal-content{padding:0 24px 24px;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(min-width: 768px)and (max-width: 1366px){.attachment-modal-content{max-height:50vh}}.attachment-section{margin-bottom:32px}.attachment-section:last-child{margin-bottom:0}.attachment-section .section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#666;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.attachment-section .section-header i{font-size:16px;color:#04bd6c}.attachment-grid{display:grid;gap:16px}.attachment-grid.media-grid{grid-template-columns:repeat(auto-fit, minmax(140px, 1fr))}@media(min-width: 768px)and (max-width: 1366px){.attachment-grid.media-grid{grid-template-columns:repeat(3, 1fr);gap:20px}}@media(max-width: 767px){.attachment-grid.media-grid{grid-template-columns:repeat(2, 1fr);gap:12px}}.attachment-grid.payment-grid{grid-template-columns:repeat(2, 1fr);gap:16px}@media(max-width: 767px){.attachment-grid.payment-grid{grid-template-columns:1fr;gap:12px}}@media(min-width: 768px)and (max-width: 1366px){.attachment-grid.payment-grid{gap:20px}}.attachment-card{min-height:44px;min-width:44px;cursor:pointer;user-select:none;-webkit-tap-highlight-color:rgba(4,189,108,.1);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);background:#fff;border:2px solid #e0e0e0;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;overflow:hidden;min-height:120px;justify-content:center}.attachment-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15),0 12px 32px rgba(0,0,0,.25)}.attachment-card:active{transform:translateY(0) scale(0.98);transition-duration:.15s}@media(min-width: 768px)and (max-width: 1366px){.attachment-card{padding:20px;min-height:140px;border-radius:20px}}.attachment-card:hover{border-color:#04bd6c;background:linear-gradient(135deg, rgba(4, 189, 108, 0.02) 0%, rgba(4, 189, 108, 0.05) 100%)}.attachment-card:active{background:linear-gradient(135deg, rgba(4, 189, 108, 0.05) 0%, rgba(4, 189, 108, 0.1) 100%)}.attachment-card .attachment-icon-wrapper{position:relative;width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(min-width: 768px)and (max-width: 1366px){.attachment-card .attachment-icon-wrapper{width:64px;height:64px;border-radius:18px}}.attachment-card .attachment-icon-wrapper .attachment-icon-gradient{position:absolute;inset:4px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media(min-width: 768px)and (max-width: 1366px){.attachment-card .attachment-icon-wrapper .attachment-icon-gradient{border-radius:14px}}.attachment-card .attachment-icon-wrapper .attachment-icon-gradient i{color:#fff;font-size:24px;transition:all .3s ease}@media(min-width: 768px)and (max-width: 1366px){.attachment-card .attachment-icon-wrapper .attachment-icon-gradient i{font-size:28px}}.attachment-card .attachment-info{text-align:center;flex:1}.attachment-card .attachment-info .attachment-title{display:block;font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.3}@media(min-width: 768px)and (max-width: 1366px){.attachment-card .attachment-info .attachment-title{font-size:16px}}.attachment-card .attachment-info .attachment-subtitle{display:block;font-size:12px;color:#999;margin-top:2px}@media(min-width: 768px)and (max-width: 1366px){.attachment-card .attachment-info .attachment-subtitle{font-size:13px}}.attachment-card .attachment-arrow{position:absolute;top:12px;right:12px;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateX(8px);transition:all .3s ease}.attachment-card .attachment-arrow i{font-size:10px;color:#666}.attachment-card:hover .attachment-arrow{opacity:1;transform:translateX(0)}.payment-card{flex-direction:row;min-height:80px;padding:16px;gap:16px;align-items:center;justify-content:flex-start}@media(max-width: 767px){.payment-card{min-height:70px;padding:14px 16px;gap:14px}}@media(min-width: 768px)and (max-width: 1366px){.payment-card{min-height:100px;padding:20px;gap:20px}}.payment-card .payment-icon-wrapper{flex-shrink:0}.payment-card .payment-icon-wrapper .payment-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media(max-width: 767px){.payment-card .payment-icon-wrapper .payment-icon{width:44px;height:44px;border-radius:12px}}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-icon-wrapper .payment-icon{width:56px;height:56px;border-radius:16px}}.payment-card .payment-icon-wrapper .payment-icon i{color:#fff;font-size:20px}@media(max-width: 767px){.payment-card .payment-icon-wrapper .payment-icon i{font-size:18px}}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-icon-wrapper .payment-icon i{font-size:24px}}.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face{position:relative;width:24px;height:24px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face{width:28px;height:28px;border-width:3px}}.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face .clock-hand{position:absolute;background:#fff;border-radius:1px;transform-origin:bottom center}.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face .clock-hand.hour-hand{width:2px;height:6px;top:6px;transform:rotate(90deg)}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face .clock-hand.hour-hand{width:2.5px;height:7px;top:7px}}.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face .clock-hand.minute-hand{width:1.5px;height:8px;top:4px;transform:rotate(0deg)}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face .clock-hand.minute-hand{width:2px;height:9px;top:5px}}.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face .clock-center{width:3px;height:3px;background:#fff;border-radius:50%;position:absolute}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .clock-face .clock-center{width:4px;height:4px}}.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .dollar-indicator{position:absolute;top:6px;right:6px;width:14px;height:14px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:bold;color:#00a86b}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-icon-wrapper .payment-icon .custom-clock-icon .dollar-indicator{width:16px;height:16px;font-size:9px;top:8px;right:8px}}.payment-card .payment-info{flex:1;text-align:left}.payment-card .payment-info .payment-title{display:block;font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.3}@media(max-width: 767px){.payment-card .payment-info .payment-title{font-size:15px}}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-info .payment-title{font-size:18px}}.payment-card .payment-info .payment-subtitle{display:block;font-size:13px;color:#666;margin-top:2px}@media(max-width: 767px){.payment-card .payment-info .payment-subtitle{font-size:12px}}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-info .payment-subtitle{font-size:14px}}.payment-card .payment-arrow{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:rgba(4,189,108,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-arrow{width:40px;height:40px}}.payment-card .payment-arrow i{font-size:12px;color:#04bd6c}@media(min-width: 768px)and (max-width: 1366px){.payment-card .payment-arrow i{font-size:14px}}.payment-card:hover .payment-arrow{background:#04bd6c;transform:scale(1.1)}.payment-card:hover .payment-arrow i{color:#fff}.section-divider{display:flex;align-items:center;margin:32px 0;gap:16px}.section-divider .divider-line{flex:1;height:1px;background:linear-gradient(90deg, transparent, #e0e0e0, transparent)}.section-divider .divider-text{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;padding:0 12px;background:#fff}.section-divider .divider-text i{font-size:14px;color:#04bd6c}.attachment-modal-footer{padding:16px 24px;border-top:1px solid #e0e0e0;background:rgba(4,189,108,.02)}.attachment-modal-footer .footer-info{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#999}.attachment-modal-footer .footer-info i{font-size:14px;color:#04bd6c}@media(min-width: 768px)and (max-width: 1366px){.attachment-modal-footer .footer-info{font-size:14px}}@keyframes scaleIn{from{transform:scale(0.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-color-scheme: dark){.attachment-modal{background:#1a1a1a;color:#e0e0e0}.attachment-modal .attachment-modal-header{border-bottom-color:#333}.attachment-modal .attachment-modal-header .modal-title{color:#e0e0e0}.attachment-modal .attachment-modal-header .close-button{background:rgba(255,255,255,.1)}.attachment-modal .attachment-modal-header .close-button:hover{background:rgba(220,53,69,.2)}.attachment-modal .attachment-modal-header .close-button i{color:#e0e0e0}.attachment-modal .attachment-card{background:#2a2a2a;border-color:#333}.attachment-modal .attachment-card:hover{border-color:#04bd6c;background:linear-gradient(135deg, rgba(4, 189, 108, 0.1) 0%, rgba(4, 189, 108, 0.15) 100%)}.attachment-modal .attachment-card .attachment-info .attachment-title{color:#e0e0e0}.attachment-modal .attachment-card .attachment-info .attachment-subtitle{color:#999}.attachment-modal .attachment-card .attachment-arrow{background:rgba(255,255,255,.1)}.attachment-modal .attachment-card .attachment-arrow i{color:#e0e0e0}.attachment-modal .payment-card .payment-info .payment-title{color:#e0e0e0}.attachment-modal .payment-card .payment-info .payment-subtitle{color:#ccc}.attachment-modal .section-divider .divider-line{background:linear-gradient(90deg, transparent, #333, transparent)}.attachment-modal .section-divider .divider-text{color:#ccc;background:#1a1a1a}.attachment-modal .attachment-modal-footer{border-top-color:#333;background:rgba(4,189,108,.05)}.attachment-modal .attachment-modal-footer .footer-info{color:#999}.emoji-section{background:#fff !important;border-radius:16px;padding:20px;margin:8px 0;border:1px solid #e9ecef}.emoji-section .emoji-categories{display:flex;gap:6px;margin-bottom:20px;overflow-x:auto;padding:8px 4px 12px 4px;background:#fff !important;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.emoji-section .emoji-categories::-webkit-scrollbar{height:4px}.emoji-section .emoji-categories::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.emoji-section .emoji-categories::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}.emoji-section .emoji-categories .emoji-category-tab{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);border:2px solid rgba(0,0,0,0);border-radius:25px;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap;min-width:max-content;position:relative;overflow:hidden}.emoji-section .emoji-categories .emoji-category-tab::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition:left .5s ease}.emoji-section .emoji-categories .emoji-category-tab .category-icon{font-size:18px;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1))}.emoji-section .emoji-categories .emoji-category-tab .category-label{font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.emoji-section .emoji-categories .emoji-category-tab:hover{background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);border-color:#dee2e6;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.emoji-section .emoji-categories .emoji-category-tab:hover::before{left:100%}.emoji-section .emoji-categories .emoji-category-tab:hover .category-icon{transform:scale(1.1)}.emoji-section .emoji-categories .emoji-category-tab.active{background:linear-gradient(135deg, #007bff 0%, #0056b3 100%);border-color:#007bff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,123,255,.3)}.emoji-section .emoji-categories .emoji-category-tab.active .category-label{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.emoji-section .emoji-categories .emoji-category-tab.active .category-icon{transform:scale(1.05);filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2))}.emoji-section .emoji-grid{display:grid;grid-template-columns:repeat(8, 1fr);gap:10px;max-height:220px;overflow-y:auto;padding:16px;background:#fafbfc !important;border-radius:16px;border:1px solid #e9ecef}.emoji-section .emoji-grid .emoji-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);border:2px solid rgba(0,0,0,0);border-radius:12px;cursor:pointer;font-size:22px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.emoji-section .emoji-grid .emoji-button::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle, rgba(0, 0, 0, 0.05) 0%, transparent 70%);border-radius:50%;transition:all .3s ease;transform:translate(-50%, -50%)}.emoji-section .emoji-grid .emoji-button:hover{background:linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);border-color:#dee2e6;transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.1)}.emoji-section .emoji-grid .emoji-button:hover::before{width:100px;height:100px}.emoji-section .emoji-grid .emoji-button:active{transform:translateY(0) scale(0.95);transition-duration:.1s}.emoji-section .emoji-grid::-webkit-scrollbar{width:8px}.emoji-section .emoji-grid::-webkit-scrollbar-track{background:#f1f3f4;border-radius:4px;margin:4px 0}.emoji-section .emoji-grid::-webkit-scrollbar-thumb{background:#ced4da;border-radius:4px;border:2px solid rgba(0,0,0,0);background-clip:content-box}.emoji-section .emoji-grid::-webkit-scrollbar-thumb:hover{background:#adb5bd;background-clip:content-box}}@media(prefers-color-scheme: dark)and (max-width: 768px){.emoji-section{padding:16px;border-radius:12px}.emoji-section .emoji-categories{gap:4px;padding:6px 4px 8px 4px;margin-bottom:16px}.emoji-section .emoji-categories .emoji-category-tab{padding:8px 12px;gap:6px}.emoji-section .emoji-categories .emoji-category-tab .category-icon{font-size:16px}.emoji-section .emoji-categories .emoji-category-tab .category-label{font-size:11px;letter-spacing:.3px}.emoji-section .emoji-grid{grid-template-columns:repeat(7, 1fr);gap:8px;max-height:200px;padding:12px}.emoji-section .emoji-grid .emoji-button{width:38px;height:38px;font-size:20px;border-radius:10px}}@media(prefers-color-scheme: dark)and (min-width: 769px)and (max-width: 1024px){.emoji-section .emoji-grid{grid-template-columns:repeat(9, 1fr)}.emoji-section .emoji-grid .emoji-button{width:42px;height:42px}}
.posts-management{position:relative;min-height:80vh}.posts-management .dashboard-header{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem}.posts-management .dashboard-header .dashboard-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.posts-management .dashboard-header .dashboard-subtitle{font-size:1.1rem;opacity:.9}.posts-management .summary-cards .summary-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease;padding:1.5rem;text-align:center;transition:all .3s ease}.posts-management .summary-cards .summary-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.posts-management .summary-cards .summary-card .summary-icon{font-size:2.5rem;margin-bottom:1rem}.posts-management .summary-cards .summary-card .summary-icon.total{color:#28a745}.posts-management .summary-cards .summary-card .summary-icon.published{color:#28a745}.posts-management .summary-cards .summary-card .summary-icon.draft{color:#ffc107}.posts-management .summary-cards .summary-card .summary-icon.revenue{color:#17a2b8}.posts-management .summary-cards .summary-card .summary-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.posts-management .summary-cards .summary-card .summary-label{color:#6c757d;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.posts-management .posts-controls{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease;padding:1.5rem;margin-bottom:2rem}.posts-management .posts-controls .controls-header{display:flex;justify-content:between;align-items:center;margin-bottom:1.5rem}.posts-management .posts-controls .controls-header h5{margin:0;color:#343a40}.posts-management .posts-controls .create-post-btn{transition:all .3s ease;background:#28a745;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600}.posts-management .posts-controls .create-post-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.posts-management .posts-controls .create-post-btn i{margin-right:.5rem}.posts-management .posts-controls .search-filters .search-input{border-radius:8px;border:1px solid #e9ecef;padding:.75rem 1rem;transition:all .3s ease}.posts-management .posts-controls .search-filters .search-input:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.posts-management .posts-controls .search-filters .filter-select{border-radius:8px;border:1px solid #e9ecef;padding:.75rem 1rem;transition:all .3s ease}.posts-management .posts-controls .search-filters .filter-select:focus{border-color:#28a745;outline:none}.posts-management .modern-loading-state{min-height:300px;display:flex;align-items:center;justify-content:center}.posts-management .modern-loading-state .loading-container{text-align:center}.posts-management .modern-loading-state .loading-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1.5rem}.posts-management .modern-loading-state .loading-dots .dot{width:12px;height:12px;border-radius:50%;background-color:#28a745;animation:loading-bounce 1.4s ease-in-out infinite both}.posts-management .modern-loading-state .loading-dots .dot:nth-child(1){animation-delay:-0.32s}.posts-management .modern-loading-state .loading-dots .dot:nth-child(2){animation-delay:-0.16s}.posts-management .modern-loading-state .loading-text{color:#343a40;font-weight:600;font-size:1.2rem;margin-bottom:.5rem}.posts-management .modern-loading-state .loading-subtext{color:#6c757d;font-size:.9rem}@keyframes loading-bounce{0%,80%,100%{transform:scale(0.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.posts-management .error-state{text-align:center;padding:3rem 2rem}.posts-management .error-state .error-icon{font-size:4rem;color:#ffc107;margin-bottom:1.5rem}.posts-management .error-state .error-title{font-size:1.5rem;font-weight:600;color:#343a40;margin-bottom:1rem}.posts-management .error-state .error-message{color:#6c757d;margin-bottom:2rem}.posts-management .posts-table{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease;overflow:visible !important}.posts-management .posts-table .table-responsive{overflow-x:auto !important;overflow-y:visible !important;position:relative !important}.posts-management .posts-table .table{margin:0}.posts-management .posts-table .table thead{background:#f8f9fa}.posts-management .posts-table .table thead th{border:none;font-weight:600;color:#343a40;padding:1rem;text-transform:uppercase;font-size:.8rem;letter-spacing:1px}.posts-management .posts-table .table tbody tr{transition:all .3s ease;position:relative}.posts-management .posts-table .table tbody tr:hover{background:rgba(40,167,69,.05);transform:translateY(-1px)}.posts-management .posts-table .table tbody tr:last-child .actions-dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:4px;margin-top:0}.posts-management .posts-table .table tbody td{padding:1rem;border-top:1px solid #e9ecef;vertical-align:middle}.posts-management .posts-table .post-thumbnail{width:60px;height:60px;border-radius:8px;object-fit:cover;border:2px solid #e9ecef}.posts-management .posts-table .post-info .post-title{font-weight:600;color:#343a40;margin-bottom:.25rem;font-size:1rem}.posts-management .posts-table .post-info .post-excerpt{color:#6c757d;font-size:.85rem;line-height:1.4}.posts-management .posts-table .type-badge{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.posts-management .posts-table .type-badge.free{background:#d4edda;color:#155724}.posts-management .posts-table .type-badge.paid{background:#fff3cd;color:#856404}.posts-management .posts-table .type-badge.premium{background:#d1ecf1;color:#0c5460}.posts-management .posts-table .status-badge{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.posts-management .posts-table .status-badge.draft{background:#f8d7da;color:#721c24}.posts-management .posts-table .status-badge.published{background:#d4edda;color:#155724}.posts-management .posts-table .status-badge.scheduled{background:#d1ecf1;color:#0c5460}.posts-management .posts-table .post-stats .stat-item{display:flex;align-items:center;font-size:.85rem;color:#6c757d;margin-bottom:.25rem}.posts-management .posts-table .post-stats .stat-item i{width:16px;margin-right:.5rem}.posts-management .posts-table .revenue{font-weight:600;font-size:1.1rem}.posts-management .posts-table .revenue.positive{color:#28a745}.posts-management .posts-table .revenue.zero{color:#6c757d}.posts-management .posts-table .actions-dropdown{position:relative !important;z-index:1000 !important}.posts-management .posts-table .actions-dropdown .dropdown-toggle{background:#28a745;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;transition:all .3s ease}.posts-management .posts-table .actions-dropdown .dropdown-toggle:hover,.posts-management .posts-table .actions-dropdown .dropdown-toggle:focus{background:#1e7e34;box-shadow:none}.posts-management .posts-table .actions-dropdown .dropdown-toggle:after{margin-left:.5rem}.posts-management .posts-table .actions-dropdown .dropdown-menu{border:none !important;box-shadow:0 4px 12px rgba(0,0,0,.15) !important;border-radius:8px !important;padding:.5rem 0 !important;z-index:1050 !important;position:absolute !important;top:100% !important;right:0 !important;left:auto !important;min-width:180px !important;background:#fff !important;margin-top:4px !important;transform:none !important}.posts-management .posts-table .actions-dropdown .dropdown-menu .dropdown-item{padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;font-size:.9rem;border:none}.posts-management .posts-table .actions-dropdown .dropdown-menu .dropdown-item:hover{background:rgba(40,167,69,.1) !important;color:#28a745 !important}.posts-management .posts-table .actions-dropdown .dropdown-menu .dropdown-item.text-success:hover{background:rgba(40,167,69,.1) !important;color:#28a745 !important}.posts-management .posts-table .actions-dropdown .dropdown-menu .dropdown-item.text-danger:hover{background:rgba(220,53,69,.1) !important;color:#dc3545 !important}.posts-management .posts-table .actions-dropdown .dropdown-menu .dropdown-item i{width:16px;margin-right:.75rem;text-align:center}.posts-management .posts-table .actions-dropdown.show .dropdown-menu{display:block !important;z-index:1050 !important}.preview-modal-backdrop{backdrop-filter:blur(5px)}.preview-modal-content{border:none;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);overflow:hidden}.preview-modal-header{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border:none;padding:1.5rem 2rem}.preview-modal-header .preview-icon{background:rgba(255,255,255,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.preview-modal-header .modal-title{font-size:1.5rem;font-weight:700}.preview-modal-header .preview-close-btn{filter:brightness(0) invert(1);opacity:.8}.preview-modal-header .preview-close-btn:hover{opacity:1}.preview-modal-body{background:#f8f9fa;padding:2rem}.preview-post-container{max-width:600px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.post-card{background:#fff;border-radius:12px;overflow:hidden}.post-card .post-header{padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}.post-card .post-header .author-avatar{position:relative}.post-card .post-header .author-avatar img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #e9ecef}.post-card .post-header .author-avatar .online-indicator{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:#28a745;border:3px solid #fff;border-radius:50%}.post-card .post-header .author-info .author-name{font-size:1rem;font-weight:600;color:#343a40;margin:0}.post-card .post-header .author-info .post-time,.post-card .post-header .author-info .post-category{font-size:.85rem;color:#6c757d}.post-card .post-header .access-badge{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600}.post-card .post-header .access-badge.free{background:#d4edda;color:#155724}.post-card .post-header .access-badge.paid{background:#fff3cd;color:#856404}.post-card .post-header .access-badge.premium{background:#d1ecf1;color:#0c5460}.post-card .post-header .post-menu{padding:.5rem;cursor:pointer;border-radius:50%;transition:all .3s ease;color:#6c757d}.post-card .post-header .post-menu:hover{background:#f8f9fa;color:#343a40}.post-card .post-content{padding:0 1.5rem 1rem 1.5rem}.post-card .post-content .post-title{font-size:1.5rem;font-weight:700;color:#343a40;line-height:1.3;margin-bottom:1rem}.post-card .post-content .post-text{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1rem}.post-card .post-content .post-media-gallery{display:grid;gap:4px;border-radius:12px;overflow:hidden;max-height:400px;margin-bottom:1rem}.post-card .post-content .post-media-gallery:has(.media-item:nth-child(1):nth-last-child(1)){grid-template-columns:1fr}.post-card .post-content .post-media-gallery:has(.media-item:nth-child(2)){grid-template-columns:1fr 1fr}.post-card .post-content .post-media-gallery:has(.media-item:nth-child(3)){grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.post-card .post-content .post-media-gallery:has(.media-item:nth-child(4)){grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.post-card .post-content .post-media-gallery .media-item:first-child:nth-last-child(3){grid-row:1/-1}.post-card .post-content .post-media-gallery .media-item{position:relative;height:200px;overflow:hidden}.post-card .post-content .post-media-gallery .media-item.single{height:300px}.post-card .post-content .post-media-gallery .media-item .media-content{width:100%;height:100%;object-fit:cover}.post-card .post-content .post-media-gallery .media-item .media-content.clickable{cursor:pointer;transition:transform .3s ease}.post-card .post-content .post-media-gallery .media-item .media-content.clickable:hover{transform:scale(1.05)}.post-card .post-content .post-media-gallery .media-item .media-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:600}.post-card .post-content .post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.post-card .post-content .post-tags .tag{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;text-decoration:none;transition:all .3s ease}.post-card .post-content .post-tags .tag:hover{background:#dee2e6;color:#343a40}.post-card .post-stats{padding:1rem 1.5rem;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;background:rgba(248,249,250,.5)}.post-card .post-stats .stats-row{display:flex;justify-content:space-around}.post-card .post-stats .stats-row .stat-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6c757d}.post-card .post-stats .stats-row .stat-item i{font-size:1rem}.post-card .post-actions{padding:1rem 1.5rem;display:flex;justify-content:space-around}.post-card .post-actions .action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;background:none;color:#6c757d;border-radius:8px;transition:all .3s ease;cursor:pointer;font-size:.9rem}.post-card .post-actions .action-btn:hover{background:#f8f9fa;color:#343a40}.post-card .post-actions .action-btn.purchase-btn{background:#17a2b8;color:#fff}.post-card .post-actions .action-btn.purchase-btn:hover{background:#117a8b;color:#fff}.preview-modal-footer{background:#f8f9fa;border:none;padding:1rem 2rem}.preview-modal-footer .preview-info{display:flex;align-items:center;color:#6c757d;font-size:.9rem}.preview-modal-footer .preview-actions{display:flex;gap:1rem}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:2000;display:flex;align-items:center;justify-content:center}.lightbox .lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.lightbox .lightbox-content .lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.lightbox .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.9);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .3s ease;z-index:2001}.lightbox .lightbox-nav:hover{background-color:#fff;transform:translateY(-50%) scale(1.1)}.lightbox .lightbox-nav.prev{left:20px}.lightbox .lightbox-nav.next{right:20px}.lightbox .lightbox-close{position:absolute;top:20px;right:20px;background-color:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;z-index:2001;transition:all .3s ease}.lightbox .lightbox-close:hover{background-color:#fff}.lightbox .lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}@media(max-width: 1200px){.posts-management .summary-cards .col-lg-3{margin-bottom:1rem}}@media(max-width: 768px){.posts-management .dashboard-header{padding:1.5rem;text-align:center}.posts-management .dashboard-header .dashboard-title{font-size:2rem}.posts-management .summary-cards .summary-card{margin-bottom:1rem}.posts-management .posts-controls .controls-header{flex-direction:column;align-items:stretch;gap:1rem}.posts-management .posts-controls .search-filters .row{margin:0}.posts-management .posts-controls .search-filters .col-md-6{padding:0;margin-bottom:1rem}.posts-management .posts-table .table{font-size:.85rem}.posts-management .posts-table .table .post-thumbnail{width:40px;height:40px}.posts-management .posts-table .table .post-info .post-title{font-size:.9rem}.posts-management .posts-table .table .post-info .post-excerpt{display:none}.preview-modal-content{margin:.5rem;max-width:calc(100% - 1rem)}.preview-post-container{max-width:100%}.post-card .post-header{padding:1rem}.post-card .post-header .author-avatar img{width:40px;height:40px}.post-card .post-content{padding:0 1rem 1rem 1rem}.post-card .post-content .post-title{font-size:1.3rem}.post-card .post-content .post-media-gallery .media-item{height:150px}.post-card .post-content .post-media-gallery .media-item.single{height:200px}.post-card .post-actions{flex-wrap:wrap;gap:.5rem}.post-card .post-actions .action-btn{font-size:.8rem;padding:.4rem .8rem}.lightbox .lightbox-nav{width:40px;height:40px;font-size:1rem}.lightbox .lightbox-nav.prev{left:10px}.lightbox .lightbox-nav.next{right:10px}.lightbox .lightbox-close{width:36px;height:36px;top:15px;right:15px;font-size:1rem}.lightbox .lightbox-counter{bottom:15px;padding:.4rem .8rem;font-size:.8rem}}@media(max-width: 576px){.posts-management .dashboard-header .dashboard-title{font-size:1.8rem}.posts-management .posts-table .table-responsive{font-size:.8rem}.preview-modal-footer .d-flex{flex-direction:column;gap:1rem;text-align:center}}
:root{--channel-primary: #007bff;--channel-secondary: #6c757d;--channel-success: #28a745;--channel-danger: #dc3545;--channel-warning: #ffc107;--channel-info: #17a2b8;--channel-light: #f8f9fa;--channel-dark: #343a40;--channel-border: #dee2e6;--channel-border-light: #e9ecef;--channel-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);--channel-shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.15);--channel-transition: all 0.2s ease;--channel-border-radius: 8px;--channel-border-radius-lg: 12px}.channel-list-container{padding:2rem;background:#fff;min-height:100vh}.channel-list-container .list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;border-bottom:1px solid var(--channel-border);padding-bottom:1rem}.channel-list-container .list-header .header-left h2{color:var(--channel-dark);margin-bottom:.5rem}.channel-list-container .list-header .results-count{text-align:right}.channel-list-container .search-section{margin-bottom:1.5rem}.channel-list-container .channel-filters{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem;margin-bottom:2rem;padding:1rem;background:var(--channel-light);border-radius:var(--channel-border-radius)}.channel-list-container .channel-filters .filter-group{display:flex;flex-direction:column;gap:.5rem}.channel-list-container .channel-filters .filter-group label{font-weight:600;color:var(--channel-dark);font-size:.9rem}.channel-list-container .channel-filters .filter-group .form-select{border:1px solid var(--channel-border);border-radius:var(--channel-border-radius);padding:.5rem .75rem;transition:var(--channel-transition)}.channel-list-container .channel-filters .filter-group .form-select:focus{border-color:var(--channel-primary);box-shadow:0 0 0 2px rgba(0,123,255,.25)}.channel-list-container .channel-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:1.5rem;margin-bottom:2rem}.channel-list-container .channel-empty{text-align:center;padding:4rem 2rem;color:var(--channel-secondary)}.channel-list-container .channel-empty .empty-icon{font-size:3rem;margin-bottom:1rem;color:var(--channel-border)}.channel-list-container .channel-empty h4{margin-bottom:1rem;color:var(--channel-dark)}.channel-list-container .channel-empty p{margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.channel-list-container .channel-loading{text-align:center;padding:3rem 2rem;color:var(--channel-secondary)}.channel-list-container .channel-loading .spinner-border{margin-bottom:1rem}.channel-list-container .load-more-section{text-align:center;margin-top:2rem}.channel-card{background:#fff;border:1px solid var(--channel-border);border-radius:var(--channel-border-radius-lg);padding:1.5rem;transition:var(--channel-transition);cursor:pointer;position:relative;overflow:hidden}.channel-card:hover{border-color:var(--channel-primary);box-shadow:var(--channel-shadow-hover);transform:translateY(-2px)}.channel-card .card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.channel-card .card-header .channel-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--channel-border-light)}.channel-card .card-header .channel-avatar img{width:100%;height:100%;object-fit:cover}.channel-card .card-header .channel-info{flex:1;min-width:0}.channel-card .card-header .channel-info .channel-name{font-size:1.1rem;font-weight:600;color:var(--channel-dark);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-card .card-header .channel-info .channel-description{color:var(--channel-secondary);font-size:.9rem;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.channel-card .card-badges{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.channel-card .card-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;color:var(--channel-secondary)}.channel-card .card-stats .stat-item{display:flex;align-items:center;gap:.25rem}.channel-card .card-stats .stat-item i{font-size:.8rem}.channel-card .card-actions{display:flex;gap:.5rem;margin-top:auto}.channel-card .card-actions .btn{flex:1;font-size:.9rem;padding:.5rem 1rem;border-radius:var(--channel-border-radius)}.channel-card.featured{border-color:var(--channel-warning);background:linear-gradient(135deg, #fff9e6 0%, #fff 100%)}.channel-card.featured::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--channel-warning)}.channel-card.premium{border-color:var(--channel-info);background:linear-gradient(135deg, #e8f7ff 0%, #fff 100%)}.channel-card.premium::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--channel-info)}.channel-chat-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;background:#f8f9fa;overflow:hidden}.channel-chat-wrapper .channel-fixed-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.channel-chat-wrapper .channel-fixed-header .channel-header-bar{background:var(--channel-primary);color:#fff;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-title-section{display:flex;align-items:center;gap:1rem}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-title-section .back-button{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-title-section .back-button:hover{background:rgba(255,255,255,.1)}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-title-section .channel-info .channel-name{margin:0;font-size:1.2rem;font-weight:600}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-title-section .channel-info .member-count{font-size:.85rem;opacity:.9}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-actions{display:flex;gap:.5rem}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-actions .members-toggle{background:none;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-actions .members-toggle:hover,.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-actions .members-toggle.active{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-actions .members-toggle span{display:none}@media(min-width: 768px){.channel-chat-wrapper .channel-fixed-header .channel-header-bar .channel-header-content .channel-actions .members-toggle span{display:inline}}.channel-chat-wrapper .channel-main-content{margin-top:120px;height:calc(100vh - 120px);max-width:1400px;width:100%;margin-left:auto;margin-right:auto;display:flex;background:#fff;border-radius:8px 8px 0 0;box-shadow:0 -2px 8px rgba(0,0,0,.1);overflow:hidden}.channel-chat-wrapper .channel-main-content .channel-chat-area{flex:1;display:flex;flex-direction:column;height:100%}.channel-chat-wrapper .channel-main-content .channel-chat-area .channel-input-wrapper{border-top:1px solid #e0e0e0;background:#fff}.channel-chat-wrapper .channel-main-content .channel-members-sidebar{width:300px;background:#f8f9fa;border-left:1px solid #e0e0e0;transform:translateX(100%);transition:transform .3s ease}.channel-chat-wrapper .channel-main-content .channel-members-sidebar.open{transform:translateX(0)}@media(max-width: 768px){.channel-chat-wrapper .channel-main-content .channel-members-sidebar{position:absolute;top:0;right:0;bottom:0;z-index:100;box-shadow:-2px 0 8px rgba(0,0,0,.1)}}.channel-container{display:flex;flex-direction:column;height:calc(100vh - 70px);max-width:1400px;width:100%;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;position:relative}.channel-container .channel-header{background:var(--channel-primary);color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100;min-height:60px}.channel-container .channel-header .channel-title{display:flex;align-items:center}.channel-container .channel-header .channel-title h3{margin:0;font-size:1.2rem;font-weight:600}.channel-container .channel-header .channel-title .member-count{font-size:.9rem;opacity:.8}.channel-container .channel-header .channel-actions{display:flex;gap:.5rem}.channel-container .channel-header .channel-actions .btn{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(0,0,0,0)}.channel-container .channel-header .channel-actions .btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.channel-container .channel-body{flex:1;display:flex;overflow:hidden}.channel-container .channel-body .channel-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}.channel-container .channel-body .channel-sidebar{width:300px;border-left:1px solid var(--channel-border);background:var(--channel-light);transform:translateX(100%);transition:transform .3s ease}.channel-container .channel-body .channel-sidebar.open{transform:translateX(0)}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;height:100%;min-height:0}.chat-messages.empty{justify-content:center;align-items:center;text-align:center}.chat-messages.empty .empty-state{padding:2rem;color:var(--channel-secondary)}.chat-messages.empty .empty-state i{font-size:3rem;margin-bottom:1rem;color:var(--channel-border)}.chat-messages.empty .empty-state h4{color:var(--channel-dark);margin-bottom:.5rem}.chat-messages .scroll-to-bottom{position:fixed;bottom:100px;right:30px;width:40px;height:40px;border-radius:50%;background:var(--channel-primary);color:#fff;border:none;box-shadow:var(--channel-shadow);transition:var(--channel-transition)}.chat-messages .scroll-to-bottom:hover{transform:scale(1.1);box-shadow:var(--channel-shadow-hover)}.message-bubble{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;position:relative}.message-bubble.own{flex-direction:row-reverse}.message-bubble.own .message-content{background:var(--channel-primary);color:#fff;border-radius:18px 18px 4px 18px}.message-bubble.own .avatar{display:none}.message-bubble.system{justify-content:center;margin:.5rem 0}.message-bubble.system .message-content{background:var(--channel-info);color:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;text-align:center;max-width:fit-content}.message-bubble .avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.message-bubble .avatar img{width:100%;height:100%;object-fit:cover}.message-bubble .message-content{background:var(--channel-light);border-radius:18px 18px 18px 4px;padding:.75rem 1rem;max-width:70%;word-wrap:break-word;position:relative}.message-bubble .message-content .message-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.85rem}.message-bubble .message-content .message-header .sender-name{font-weight:600;color:var(--channel-primary)}.message-bubble .message-content .message-header .timestamp{color:var(--channel-secondary);font-size:.75rem}.message-bubble .message-content .message-text{line-height:1.4;white-space:pre-wrap;word-wrap:break-word}.message-bubble .message-content .message-meta{margin-top:.25rem;font-size:.75rem;color:var(--channel-secondary);display:flex;align-items:center;gap:.5rem}.message-bubble .message-actions{position:absolute;top:-8px;right:10px;background:#fff;border-radius:20px;padding:.25rem;box-shadow:var(--channel-shadow);display:flex;gap:.25rem;opacity:0;transition:var(--channel-transition);z-index:10}.message-bubble .message-actions .btn{width:28px;height:28px;border-radius:50%;padding:0;font-size:.75rem;display:flex;align-items:center;justify-content:center}.message-bubble:hover .message-actions{opacity:1}.message-bubble.own .message-actions{left:10px;right:auto}.typing-indicator{padding:.5rem 1rem;margin:.5rem 0;background:rgba(0,123,255,.05);border-radius:20px;max-width:fit-content;display:flex;align-items:center;gap:.5rem}.typing-indicator .typing-dots{display:flex;gap:.2rem}.typing-indicator .typing-dots .dot{width:6px;height:6px;border-radius:50%;background:var(--channel-primary);animation:typing-pulse 1.5s infinite}.typing-indicator .typing-dots .dot:nth-child(1){animation-delay:0s}.typing-indicator .typing-dots .dot:nth-child(2){animation-delay:.2s}.typing-indicator .typing-dots .dot:nth-child(3){animation-delay:.4s}.typing-indicator .typing-text{font-size:.85rem;color:var(--channel-primary);font-style:italic}@keyframes typing-pulse{0%,60%,100%{opacity:.4;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}.chat-input{padding:1rem 1.5rem;background:#fff;border-top:1px solid var(--channel-border)}.chat-input .input-group{display:flex;align-items:flex-end;gap:.5rem}.chat-input .message-input{flex:1;min-height:40px;max-height:120px;padding:.75rem 1rem;border:1px solid var(--channel-border);border-radius:20px;resize:none;font-family:inherit;line-height:1.4;transition:var(--channel-transition)}.chat-input .message-input:focus{outline:none;border-color:var(--channel-primary);box-shadow:0 0 0 2px rgba(0,123,255,.25)}.chat-input .message-input:disabled{background:var(--channel-light);color:var(--channel-secondary)}.chat-input .btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:var(--channel-transition)}.chat-input .btn:disabled{opacity:.5}.chat-input .char-counter{text-align:right;margin-top:.5rem;font-size:.8rem}.chat-input .input-help{margin-top:.5rem;text-align:center;font-size:.8rem;color:var(--channel-secondary)}.members-list{padding:1rem;height:100%;display:flex;flex-direction:column}.members-list .members-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--channel-border)}.members-list .members-header h4{margin:0;font-size:1.1rem;color:var(--channel-dark)}.members-list .members-header .member-count{background:var(--channel-primary);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;font-weight:600}.members-list .members-controls{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.members-list .members-controls .search-box input,.members-list .members-controls .role-filter select{font-size:.9rem;border-radius:var(--channel-border-radius)}.members-list .online-count{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;color:var(--channel-success)}.members-list .online-count i{font-size:.6rem}.members-list .members-container{flex:1;overflow-y:auto}.members-list .members-container .no-members{text-align:center;padding:2rem 1rem;color:var(--channel-secondary)}.members-list .members-container .no-members i{font-size:2rem;margin-bottom:1rem;color:var(--channel-border)}.members-list .member-item{display:flex;align-items:center;padding:.75rem;border-radius:var(--channel-border-radius);margin-bottom:.5rem;transition:var(--channel-transition);border:1px solid rgba(0,0,0,0)}.members-list .member-item:hover{background:rgba(0,123,255,.05);border-color:rgba(0,123,255,.1)}.members-list .member-item.current-user{background:rgba(40,167,69,.05);border-color:rgba(40,167,69,.2)}.members-list .member-item .avatar{position:relative;margin-right:.75rem}.members-list .member-item .avatar img{width:32px;height:32px;border-radius:50%;object-fit:cover}.members-list .member-item .avatar .online-dot{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;background:var(--channel-success);border:2px solid #fff;border-radius:50%}.members-list .member-item .member-info{flex:1;min-width:0}.members-list .member-item .member-info .name{font-weight:600;color:var(--channel-dark);margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.members-list .member-item .member-info .name .current-user-label{font-size:.75rem;color:var(--channel-success);font-weight:500}.members-list .member-item .member-info .role-info{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem}.members-list .member-item .member-info .role-info .role{font-size:.8rem;font-weight:600}.members-list .member-item .member-info .role-info i{font-size:.75rem}.members-list .member-item .member-info .join-date{font-size:.75rem}.members-list .member-item .member-actions{opacity:0;transition:var(--channel-transition)}.members-list .member-item:hover .member-actions{opacity:1}.members-list .members-footer{margin-top:1rem;padding-top:.5rem;border-top:1px solid var(--channel-border);text-align:center}.access-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.access-badge.size-sm{padding:.2rem .4rem;font-size:.7rem}.access-badge.size-lg{padding:.5rem .75rem;font-size:.85rem}.access-badge.access-free{background:rgba(40,167,69,.1);color:var(--channel-success);border:1px solid rgba(40,167,69,.3)}.access-badge.access-paid{background:rgba(255,193,7,.1);color:#b8860b;border:1px solid rgba(255,193,7,.3)}.access-badge.access-subscription{background:rgba(0,123,255,.1);color:var(--channel-primary);border:1px solid rgba(0,123,255,.3)}.access-badge.access-premium{background:rgba(220,53,69,.1);color:var(--channel-danger);border:1px solid rgba(220,53,69,.3)}.access-badge i{font-size:.85em}.member-count{display:inline-flex;align-items:center;gap:.25rem;color:var(--channel-secondary);font-size:.85rem}.member-count.size-sm{font-size:.75rem}.member-count.size-lg{font-size:1rem}.member-count.layout-vertical{flex-direction:column;text-align:center}.member-count .member-icon{color:inherit}.member-count .member-text{font-weight:500}.member-count .online-indicator{color:var(--channel-success);margin-left:.25rem}.moderation-panel .nav-tabs{border-bottom:2px solid var(--channel-border)}.moderation-panel .nav-tabs .nav-link{border:none;color:var(--channel-secondary);padding:1rem 1.5rem;font-weight:600;transition:var(--channel-transition)}.moderation-panel .nav-tabs .nav-link:hover{border:none;color:var(--channel-primary);background:rgba(0,123,255,.05)}.moderation-panel .nav-tabs .nav-link.active{border:none;border-bottom:2px solid var(--channel-primary);color:var(--channel-primary);background:rgba(0,123,255,.05)}.moderation-panel .nav-tabs .nav-link .badge{margin-left:.5rem}.moderation-panel .report-card,.moderation-panel .user-card{border:1px solid var(--channel-border);border-radius:var(--channel-border-radius);padding:1rem;margin-bottom:1rem;background:#fff;transition:var(--channel-transition)}.moderation-panel .report-card:hover,.moderation-panel .user-card:hover{border-color:var(--channel-primary);box-shadow:var(--channel-shadow)}.moderation-panel .log-entry{padding:.75rem;border-bottom:1px solid var(--channel-border-light);display:flex;align-items:flex-start;gap:1rem}.moderation-panel .log-entry:last-child{border-bottom:none}.moderation-panel .log-entry .log-icon{width:24px;text-align:center;flex-shrink:0}.moderation-panel .log-entry .log-content{flex:1}.channel-search{position:relative}.channel-search .search-input{width:100%;padding:.75rem 1rem;padding-left:2.5rem;border:1px solid var(--channel-border);border-radius:var(--channel-border-radius-lg);font-size:1rem;transition:var(--channel-transition)}.channel-search .search-input:focus{outline:none;border-color:var(--channel-primary);box-shadow:0 0 0 3px rgba(0,123,255,.1)}.channel-search .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--channel-secondary);pointer-events:none}.channel-search .clear-search{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--channel-secondary);padding:.25rem;cursor:pointer;border-radius:50%;transition:var(--channel-transition)}.channel-search .clear-search:hover{background:var(--channel-light);color:var(--channel-dark)}@media(max-width: 1200px){.channel-list{grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))}}@media(max-width: 992px){.channel-filters{grid-template-columns:repeat(auto-fit, minmax(150px, 1fr))}.channel-container{max-width:100%;margin:0 .5rem}.channel-sidebar{position:absolute;top:0;right:0;bottom:0;z-index:1000;box-shadow:var(--channel-shadow-hover);width:280px}.channel-header .channel-actions .btn{padding:.6rem 1rem;font-size:.9rem}}@media(max-width: 768px){.channel-list-container{padding:1rem}.channel-list{grid-template-columns:1fr;gap:1rem}.channel-filters{grid-template-columns:1fr;gap:.75rem}.list-header{flex-direction:column;gap:1rem;text-align:center}.channel-container{height:calc(100vh - 60px);margin:0;border-radius:0;max-width:100%}.channel-header{padding:.75rem 1rem;min-height:56px}.channel-header .channel-title{flex-direction:row;align-items:center;gap:.5rem}.channel-header .channel-title h3{font-size:1.1rem;margin:0}.channel-header .channel-title .member-count{font-size:.8rem}.channel-header .channel-actions{gap:.5rem}.channel-header .channel-actions .btn{padding:.5rem;font-size:.9rem}.message-bubble .message-content{max-width:85%}.message-bubble .message-actions{position:relative;top:auto;right:auto;margin-top:.5rem;opacity:1;justify-content:flex-end;background:rgba(0,0,0,0);box-shadow:none}.chat-input{padding:.75rem}.chat-input .input-group{gap:.25rem}.chat-input .btn{width:36px;height:36px}.chat-input .input-help{display:none}.members-list .members-controls .search-box input,.members-list .members-controls .role-filter select{font-size:.85rem}.members-list .member-item{padding:.5rem}.members-list .member-item .avatar img{width:28px;height:28px}}@media(max-width: 576px){.channel-card{padding:1rem}.channel-card .card-header{flex-direction:column;text-align:center;gap:.75rem}.channel-card .card-stats{flex-direction:column;gap:.5rem;text-align:center}.channel-card .card-actions{flex-direction:column}.channel-list-container .search-section{margin-bottom:1rem}.channel-container{height:100vh;border-radius:0}.channel-header{padding:.5rem 1rem;min-height:50px}.channel-header .channel-title h3{font-size:1rem}.channel-header .channel-title .member-count{font-size:.75rem}.channel-header .channel-actions .btn{padding:.4rem;font-size:.8rem;width:32px;height:32px}.channel-header .channel-actions .btn span{display:none}.chat-input{padding:.5rem}.chat-input .message-input{min-height:36px;font-size:.9rem}.chat-input .btn{width:36px;height:36px}}@media(prefers-color-scheme: dark){:root{--channel-light: #2d3748;--channel-dark: #e2e8f0;--channel-border: #4a5568;--channel-border-light: #2d3748}.channel-list-container,.channel-container,.chat-input{background:#1a202c;color:var(--channel-dark)}.channel-card,.message-bubble:not(.own) .message-content{background:#2d3748;border-color:var(--channel-border)}.channel-filters{background:#2d3748}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.channel-card,.message-bubble,.member-item{animation:fadeIn .3s ease}.channel-sidebar.open{animation:slideIn .3s ease}.channel-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;z-index:1000}.channel-skeleton{background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.channel-fade-enter{opacity:0}.channel-fade-enter-active{opacity:1;transition:opacity 300ms}.channel-fade-exit{opacity:1}.channel-fade-exit-active{opacity:0;transition:opacity 300ms}@media print{.channel-header,.chat-input,.channel-sidebar,.message-actions,.members-controls{display:none !important}.channel-container{height:auto}.chat-messages{overflow:visible}.message-bubble{break-inside:avoid;margin-bottom:.5rem}}
.donation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000002;backdrop-filter:blur(8px);animation:fadeIn .2s ease-out}.donation-modal{background:#fff;border-radius:20px;width:90%;max-width:480px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out;position:relative;z-index:10000003}@media(max-width: 768px){.donation-modal{max-height:calc(100vh - 40px);margin:20px 0}}.donation-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);color:#fff}.donation-modal-header h3{margin:0;font-size:18px;font-weight:600;display:flex;align-items:center}.donation-modal-header .close-button{background:rgba(255,255,255,.2);border:none;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.donation-modal-header .close-button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.donation-modal-header .close-button i{font-size:14px}.donation-modal-content{padding:24px;overflow-y:auto;flex:1}@media(max-width: 768px){.donation-modal-content{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.donation-modal-content::-webkit-scrollbar{width:4px}.donation-modal-content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.donation-modal-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}}.channel-info{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding:20px;background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);border-radius:16px;border:1px solid #e9ecef}.channel-info .channel-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.channel-info .channel-avatar img{width:100%;height:100%;object-fit:cover}.channel-info .channel-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #6c757d 0%, #495057 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.channel-info .channel-details{flex:1}.channel-info .channel-details h4{margin:0 0 4px 0;font-size:18px;font-weight:600;color:#333}.channel-info .channel-details p{margin:0;color:#666;font-size:14px}.amount-selection{margin-bottom:32px}.amount-selection h4{margin:0 0 16px 0;font-size:16px;font-weight:600;color:#333}.amount-selection .preset-amounts{display:grid;grid-template-columns:repeat(auto-fit, minmax(80px, 1fr));gap:12px}.amount-selection .preset-amounts .amount-option{padding:16px 12px;text-align:center;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;font-weight:600;font-size:16px;color:#495057;background:#fff}.amount-selection .preset-amounts .amount-option:hover{border-color:#ff6b6b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,107,.2)}.amount-selection .preset-amounts .amount-option.selected{background:linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);border-color:#ff6b6b;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,107,107,.3)}.amount-selection .preset-amounts .amount-option.custom{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px}.amount-selection .preset-amounts .amount-option.custom i{font-size:18px}.amount-selection .custom-amount-container .input-with-icon{position:relative;margin-bottom:16px}.amount-selection .custom-amount-container .input-with-icon .currency-symbol{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-weight:600;color:#6c757d;font-size:18px}.amount-selection .custom-amount-container .input-with-icon input{width:100%;padding:16px 16px 16px 40px;border:2px solid #e9ecef;border-radius:12px;font-size:18px;font-weight:600;outline:none;transition:all .2s ease}.amount-selection .custom-amount-container .input-with-icon input:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px rgba(255,107,107,.1)}.amount-selection .custom-amount-container .input-with-icon input::placeholder{color:#adb5bd;font-weight:400}.amount-selection .custom-amount-container .back-to-preset{background:#f8f9fa;border:1px solid #e9ecef;color:#6c757d;padding:12px 16px;border-radius:8px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:8px;transition:all .2s ease}.amount-selection .custom-amount-container .back-to-preset:hover{background:#e9ecef;border-color:#dee2e6}.amount-selection .custom-amount-container .back-to-preset i{font-size:12px}.donation-icons{margin-bottom:32px}.donation-icons h4{margin:0 0 16px 0;font-size:16px;font-weight:600;color:#333}.donation-icons .icon-options{display:grid;grid-template-columns:repeat(auto-fit, minmax(80px, 1fr));gap:12px}.donation-icons .icon-options .icon-option{padding:16px 8px;text-align:center;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff}.donation-icons .icon-options .icon-option i{font-size:24px;color:#6c757d;transition:all .2s ease}.donation-icons .icon-options .icon-option span{font-size:12px;font-weight:500;color:#6c757d;transition:all .2s ease}.donation-icons .icon-options .icon-option:hover{border-color:#ff6b6b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,107,.2)}.donation-icons .icon-options .icon-option:hover i,.donation-icons .icon-options .icon-option:hover span{color:#ff6b6b}.donation-icons .icon-options .icon-option.selected{background:linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);border-color:#ff6b6b;transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,107,107,.3)}.donation-icons .icon-options .icon-option.selected i,.donation-icons .icon-options .icon-option.selected span{color:#fff}.donation-message{margin-bottom:32px}.donation-message h4{margin:0 0 16px 0;font-size:16px;font-weight:600;color:#333}.donation-message textarea{width:100%;padding:16px;border:2px solid #e9ecef;border-radius:12px;font-size:14px;line-height:1.5;resize:vertical;min-height:80px;outline:none;transition:all .2s ease;font-family:inherit}.donation-message textarea:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px rgba(255,107,107,.1)}.donation-message textarea::placeholder{color:#adb5bd}.donation-message .character-count{text-align:right;font-size:12px;color:#6c757d;margin-top:8px}.donation-modal-actions{display:flex;gap:12px;padding:24px;border-top:1px solid #f0f0f0;background:#f8f9fa;flex-shrink:0}@media(max-width: 768px){.donation-modal-actions{position:sticky;bottom:0;z-index:10000004;box-shadow:0 -4px 12px rgba(0,0,0,.1)}}.donation-modal-actions button{flex:1;padding:16px 24px;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.donation-modal-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none !important}.donation-modal-actions .cancel-button{background:#fff;border:2px solid #e9ecef;color:#6c757d}.donation-modal-actions .cancel-button:hover:not(:disabled){background:#f8f9fa;border-color:#dee2e6;transform:translateY(-1px)}.donation-modal-actions .send-button{background:linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);border:2px solid #ff6b6b;color:#fff;box-shadow:0 4px 12px rgba(255,107,107,.3)}.donation-modal-actions .send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,107,.4)}.donation-modal-actions .send-button:active:not(:disabled){transform:translateY(0)}.donation-modal-actions .send-button i.fa-spinner{animation:spin 1s linear infinite}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(40px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media(max-width: 576px){.donation-modal-overlay{padding:10px;align-items:flex-start;padding-top:20px;padding-bottom:80px}.donation-modal{width:calc(100% - 20px);max-width:100%;max-height:calc(100vh - 120px);margin:0 auto;border-radius:16px}.donation-modal-header{padding:16px 20px}.donation-modal-header h3{font-size:16px}.donation-modal-content{padding:16px 20px;max-height:calc(100vh - 240px);overflow-y:auto;flex:1}.channel-info{padding:16px;margin-bottom:24px}.channel-info .channel-avatar{width:50px;height:50px}.channel-info .channel-details h4{font-size:16px}.amount-selection .preset-amounts{grid-template-columns:repeat(3, 1fr);gap:8px}.amount-selection .preset-amounts .amount-option{padding:12px 8px;font-size:14px}.donation-icons .icon-options{grid-template-columns:repeat(3, 1fr);gap:8px}.donation-icons .icon-options .icon-option{padding:12px 4px}.donation-icons .icon-options .icon-option i{font-size:20px}.donation-icons .icon-options .icon-option span{font-size:11px}.donation-modal-actions{padding:12px 20px;flex-direction:column;position:sticky;bottom:0;background:#f8f9fa;border-top:1px solid #f0f0f0;margin-top:auto;flex-shrink:0;z-index:10000004;box-shadow:0 -4px 12px rgba(0,0,0,.15)}.donation-modal-actions button{padding:12px 20px;font-size:14px;min-height:44px}}@media(min-width: 577px)and (max-width: 768px){.donation-modal-overlay{padding:30px}.donation-modal{max-height:calc(100vh - 60px)}.donation-modal-content{max-height:calc(100vh - 180px);overflow-y:auto}.donation-modal-actions{position:sticky;bottom:0;background:#f8f9fa;border-top:1px solid #f0f0f0;margin-top:auto;z-index:10000004;box-shadow:0 -4px 12px rgba(0,0,0,.15)}}
.simple-emoji-picker{width:300px;max-height:350px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid #e5e5ea;display:flex;flex-direction:column}.simple-emoji-picker .emoji-picker-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #e5e5ea;background:#f8f9fa;border-radius:12px 12px 0 0}.simple-emoji-picker .emoji-picker-header .category-tabs{display:flex;gap:4px}.simple-emoji-picker .emoji-picker-header .category-tabs .category-tab{width:32px;height:32px;border:none;background:rgba(0,0,0,0);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s ease}.simple-emoji-picker .emoji-picker-header .category-tabs .category-tab:hover{background:rgba(0,123,255,.1)}.simple-emoji-picker .emoji-picker-header .category-tabs .category-tab.active{background:#007bff;transform:scale(1.1)}.simple-emoji-picker .emoji-picker-header .close-btn{width:24px;height:24px;border:none;background:rgba(0,0,0,0);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6c757d;transition:all .2s ease}.simple-emoji-picker .emoji-picker-header .close-btn:hover{background:rgba(220,53,69,.1);color:#dc3545}.simple-emoji-picker .emoji-grid{padding:12px;display:grid;grid-template-columns:repeat(8, 1fr);gap:6px;max-height:280px;overflow-y:auto}.simple-emoji-picker .emoji-grid .emoji-btn{width:28px;height:28px;border:none;background:rgba(0,0,0,0);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .2s ease}.simple-emoji-picker .emoji-grid .emoji-btn:hover{background:rgba(0,123,255,.1);transform:scale(1.2)}.simple-emoji-picker .emoji-grid .emoji-btn:active{transform:scale(1.1)}.simple-emoji-picker .emoji-grid::-webkit-scrollbar{width:6px}.simple-emoji-picker .emoji-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.simple-emoji-picker .emoji-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.simple-emoji-picker .emoji-grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(prefers-color-scheme: dark){.simple-emoji-picker{background:#2d2d2d;border-color:#444}.simple-emoji-picker .emoji-picker-header{background:#1a1a1a;border-bottom-color:#444}.simple-emoji-picker .emoji-picker-header .category-tab:hover{background:rgba(255,255,255,.1)}.simple-emoji-picker .emoji-picker-header .category-tab.active{background:#007bff}.simple-emoji-picker .emoji-picker-header .close-btn{color:#ccc}.simple-emoji-picker .emoji-picker-header .close-btn:hover{background:rgba(220,53,69,.2);color:#ff6b6b}.simple-emoji-picker .emoji-grid .emoji-btn:hover{background:rgba(255,255,255,.1)}.simple-emoji-picker .emoji-grid::-webkit-scrollbar-track{background:#444}.simple-emoji-picker .emoji-grid::-webkit-scrollbar-thumb{background:#666}.simple-emoji-picker .emoji-grid::-webkit-scrollbar-thumb:hover{background:#777}}@media(max-width: 768px){.simple-emoji-picker{width:280px;max-height:300px}.simple-emoji-picker .emoji-picker-header{padding:6px 10px}.simple-emoji-picker .emoji-picker-header .category-tabs .category-tab{width:28px;height:28px;font-size:14px}.simple-emoji-picker .emoji-picker-header .close-btn{width:20px;height:20px}.simple-emoji-picker .emoji-grid{padding:10px;grid-template-columns:repeat(7, 1fr);gap:4px;max-height:240px}.simple-emoji-picker .emoji-grid .emoji-btn{width:24px;height:24px;font-size:16px}}
.enhanced-message-input{position:relative;border-top:1px solid #e5e5ea;background:#fff;padding:12px}.enhanced-message-input .recording-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,0,0,.1);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;border-radius:8px}.enhanced-message-input .recording-overlay .recording-content{display:flex;align-items:center;gap:16px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);border:2px solid #f44}.enhanced-message-input .recording-overlay .recording-content .recording-indicator{display:flex;align-items:center;gap:8px;color:#f44;font-weight:600}.enhanced-message-input .recording-overlay .recording-content .recording-indicator .pulse-dot{width:8px;height:8px;background:#f44;border-radius:50%;animation:pulse 1.5s infinite}.enhanced-message-input .recording-overlay .recording-content .recording-time{font-family:"Courier New",monospace;font-weight:bold;color:#333;font-size:16px}.enhanced-message-input .recording-overlay .recording-content .recording-controls{display:flex;gap:8px}.enhanced-message-input .recording-overlay .recording-content .recording-controls button{width:36px;height:36px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.enhanced-message-input .recording-overlay .recording-content .recording-controls button.btn-cancel-recording{background:#f44;color:#fff}.enhanced-message-input .recording-overlay .recording-content .recording-controls button.btn-cancel-recording:hover{background:#c33;transform:scale(1.1)}.enhanced-message-input .recording-overlay .recording-content .recording-controls button.btn-stop-recording{background:#28a745;color:#fff}.enhanced-message-input .recording-overlay .recording-content .recording-controls button.btn-stop-recording:hover{background:#218838;transform:scale(1.1)}.enhanced-message-input .voice-preview{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:12px;margin-bottom:12px}.enhanced-message-input .voice-preview .voice-preview-content{display:flex;align-items:center;justify-content:space-between}.enhanced-message-input .voice-preview .voice-preview-content>i{color:#007bff;font-size:18px}.enhanced-message-input .voice-preview .voice-preview-content span{flex:1;margin-left:12px;color:#495057;font-weight:500}.enhanced-message-input .voice-preview .voice-preview-content .voice-preview-controls{display:flex;gap:8px}.enhanced-message-input .voice-preview .voice-preview-content .voice-preview-controls button{width:32px;height:32px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.enhanced-message-input .voice-preview .voice-preview-content .voice-preview-controls button.btn-cancel-voice{background:#dc3545;color:#fff}.enhanced-message-input .voice-preview .voice-preview-content .voice-preview-controls button.btn-cancel-voice:hover{background:#c82333;transform:scale(1.1)}.enhanced-message-input .voice-preview .voice-preview-content .voice-preview-controls button.btn-send-voice{background:#28a745;color:#fff}.enhanced-message-input .voice-preview .voice-preview-content .voice-preview-controls button.btn-send-voice:hover{background:#218838;transform:scale(1.1)}.enhanced-message-input .input-container{display:flex;align-items:center;gap:8px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:24px;padding:8px 12px;transition:all .2s ease}.enhanced-message-input .input-container:focus-within{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.enhanced-message-input .input-container .input-btn{width:36px;height:36px;border:none;background:rgba(0,0,0,0);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6c757d}.enhanced-message-input .input-container .input-btn:hover:not(:disabled){background:rgba(0,123,255,.1);color:#007bff;transform:scale(1.1)}.enhanced-message-input .input-container .input-btn:disabled{opacity:.5;cursor:not-allowed}.enhanced-message-input .input-container .input-btn.attach-btn i{transform:rotate(45deg)}.enhanced-message-input .input-container .input-btn.send-btn{background:#007bff;color:#fff}.enhanced-message-input .input-container .input-btn.send-btn:hover:not(:disabled){background:#0056b3;transform:scale(1.1)}.enhanced-message-input .input-container .input-btn.voice-btn{background:#28a745;color:#fff;position:relative}.enhanced-message-input .input-container .input-btn.voice-btn:hover:not(:disabled){background:#218838;transform:scale(1.1)}.enhanced-message-input .input-container .input-btn.voice-btn:active{background:#f44;animation:pulse 1.5s infinite}.enhanced-message-input .input-container .text-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.enhanced-message-input .input-container .text-input-wrapper .message-input{flex:1;border:none;background:rgba(0,0,0,0);padding:8px 12px;font-size:14px;outline:none;resize:none;font-family:inherit}.enhanced-message-input .input-container .text-input-wrapper .message-input::placeholder{color:#adb5bd}.enhanced-message-input .input-container .text-input-wrapper .message-input:disabled{opacity:.6;cursor:not-allowed}.enhanced-message-input .input-container .text-input-wrapper .emoji-picker-container{position:relative}.enhanced-message-input .input-container .text-input-wrapper .emoji-picker-container .emoji-picker-popup{position:absolute;bottom:100%;right:0;margin-bottom:8px;z-index:1000;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.7}100%{transform:scale(1);opacity:1}}@media(max-width: 768px){.enhanced-message-input{padding:8px}.enhanced-message-input .input-container{padding:6px 10px}.enhanced-message-input .input-container .input-btn{width:32px;height:32px}.enhanced-message-input .input-container .text-input-wrapper .message-input{padding:6px 10px;font-size:13px}.enhanced-message-input .recording-overlay .recording-content{padding:12px 16px;flex-direction:column;text-align:center;gap:12px}.enhanced-message-input .recording-overlay .recording-content .recording-controls{justify-content:center}.enhanced-message-input .emoji-picker-container .emoji-picker-popup{right:-100px;width:280px}}@media(prefers-color-scheme: dark){.enhanced-message-input{background:#1a1a1a;border-top-color:#333}.enhanced-message-input .input-container{background:#2d2d2d;border-color:#444}.enhanced-message-input .input-container:focus-within{border-color:#007bff}.enhanced-message-input .text-input-wrapper .message-input{color:#fff}.enhanced-message-input .text-input-wrapper .message-input::placeholder{color:#888}.enhanced-message-input .voice-preview{background:#2d2d2d;border-color:#444}.enhanced-message-input .voice-preview .voice-preview-content span{color:#ccc}.enhanced-message-input .recording-overlay .recording-content{background:#2d2d2d;border-color:#f44}.enhanced-message-input .recording-overlay .recording-content .recording-time{color:#ccc}}
.channel-editor .nav-tabs{border-bottom:2px solid #e9ecef}.channel-editor .nav-tabs .nav-link{border:none;color:#6c757d;font-weight:500;padding:1rem 1.5rem;border-radius:0;border-bottom:3px solid rgba(0,0,0,0);transition:all .3s ease}.channel-editor .nav-tabs .nav-link:hover{border-color:rgba(0,0,0,0);color:#007bff;background:rgba(0,123,255,.05)}.channel-editor .nav-tabs .nav-link.active{color:#007bff;background:rgba(0,123,255,.05);border-bottom-color:#007bff;font-weight:600}.channel-editor .nav-tabs .nav-link i{margin-right:.5rem}.channel-editor .card{border:none;box-shadow:0 2px 10px rgba(0,0,0,.08);border-radius:12px}.channel-editor .card .card-header{background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);border-bottom:1px solid #dee2e6;border-radius:12px 12px 0 0 !important}.channel-editor .card .card-header h5,.channel-editor .card .card-header h6{margin:0;color:#495057;font-weight:600}.channel-editor .card .card-body{padding:2rem}.channel-editor .form-label{font-weight:600;color:#495057;margin-bottom:.5rem}.channel-editor .form-label .text-danger{color:#dc3545 !important}.channel-editor .form-label .text-muted{font-weight:400;color:#6c757d !important}.channel-editor .form-control,.channel-editor .form-select{border-radius:8px;border:1px solid #ced4da;padding:.75rem 1rem;transition:all .3s ease}.channel-editor .form-control:focus,.channel-editor .form-select:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.channel-editor .form-control.is-invalid,.channel-editor .form-select.is-invalid{border-color:#dc3545}.channel-editor .form-control.is-invalid:focus,.channel-editor .form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.channel-editor .input-group .input-group-text{background:#f8f9fa;border-color:#ced4da;color:#6c757d;font-weight:500}.channel-editor .form-check{padding-left:2rem}.channel-editor .form-check .form-check-input{margin-left:-2rem;margin-top:.25rem}.channel-editor .form-check .form-check-input:checked{background-color:#007bff;border-color:#007bff}.channel-editor .form-check .form-check-label{color:#495057;line-height:1.5}.channel-editor .form-check .form-check-label strong{color:#212529;display:block;margin-bottom:.25rem}.channel-editor .form-check .form-check-label small{color:#6c757d;font-size:.875rem}.channel-editor .form-check-input[type=radio]:checked{background-color:#007bff;border-color:#007bff}.channel-editor .form-switch .form-check-input:checked{background-color:#28a745;border-color:#28a745}.channel-editor .badge{padding:.5rem .75rem;font-size:.875rem;font-weight:500}.channel-editor .badge.bg-secondary{background-color:#6c757d !important}.channel-editor .badge .btn-close{padding:0;margin-left:.5rem;opacity:.7}.channel-editor .badge .btn-close:hover{opacity:1}.channel-editor .btn{border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s ease}.channel-editor .btn.btn-primary{background:linear-gradient(135deg, #007bff 0%, #0056b3 100%);border:none}.channel-editor .btn.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,123,255,.3)}.channel-editor .btn.btn-primary:disabled{transform:none;box-shadow:none}.channel-editor .btn.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.channel-editor .btn.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;transform:translateY(-1px)}.channel-editor .btn.btn-outline-primary{border-color:#007bff;color:#007bff}.channel-editor .btn.btn-outline-primary:hover{background-color:#007bff;border-color:#007bff;transform:translateY(-1px)}.channel-editor .btn i{margin-right:.5rem}.channel-editor .btn i.fa-spin{margin-right:.5rem}.channel-editor .channel-preview .channel-header{position:relative;overflow:hidden}.channel-editor .channel-preview .channel-header::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1);border-radius:inherit}.channel-editor .channel-preview h6{color:#212529;font-weight:600;margin-bottom:.5rem}.channel-editor .channel-preview p{margin-bottom:1rem;line-height:1.5}.channel-editor .spinner-border{width:3rem;height:3rem}.channel-editor .alert{border-radius:8px;border:none}.channel-editor .alert.alert-danger{background-color:#f8d7da;color:#721c24}@media(max-width: 768px){.channel-editor .card-body{padding:1.5rem !important}.channel-editor .nav-tabs .nav-link{padding:.75rem 1rem;font-size:.875rem}.channel-editor .btn{padding:.5rem 1rem;font-size:.875rem}.channel-editor .container{padding-left:15px;padding-right:15px}}.channel-editor .form-text{color:#6c757d;font-size:.875rem;margin-top:.25rem}.channel-editor .invalid-feedback{color:#dc3545;font-size:.875rem;margin-top:.25rem}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;z-index:9999}@keyframes success-bounce{0%,20%,53%,80%,100%{transform:translate3d(0, 0, 0)}40%,43%{transform:translate3d(0, -8px, 0)}70%{transform:translate3d(0, -4px, 0)}90%{transform:translate3d(0, -1px, 0)}}.success-animation{animation:success-bounce 1s ease-in-out}
