.header{background:#fff;border-bottom:1px solid #e9ecef;box-shadow:0 2px 4px #0000001a}.header-content{height:100%;justify-content:space-between;padding:0 2rem}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.sidebar-toggle{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:background-color .3s}.sidebar-toggle:hover{background-color:#f8f9fa}.logo{color:#007bff;font-size:1.5rem;font-weight:600;margin:0}.user-info{align-items:center;display:flex;gap:1rem}.user-details{align-items:flex-end;display:flex;flex-direction:column}.user-details .user-name{color:#333;font-weight:600}.user-details .user-role{color:#666;font-size:.8rem}.user-avatar{border-radius:50%;height:40px;overflow:hidden;width:40px}.user-avatar img{height:100%;object-fit:cover;width:100%}.user-avatar .avatar-placeholder{align-items:center;background:#007bff;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:100%;justify-content:center;width:100%}.logout-btn{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.logout-btn:hover{background:#c82333}@media(max-width:768px){.header-content{padding:0 1rem}.logo{font-size:1.2rem}.user-details{display:none}.logout-btn{font-size:.9rem;padding:.4rem .8rem}.sidebar-toggle{font-size:1rem;padding:.4rem}}.sidebar{background:#2c3e50;color:#fff;height:calc(100vh - 70px);overflow-y:auto}.sidebar.sidebar-open{width:250px}.sidebar.sidebar-closed{width:70px}.sidebar-nav{padding:1rem 0}.nav-list{list-style:none;margin:0;padding:0}.nav-item{margin-bottom:.5rem}.nav-link{align-items:center;border-right:3px solid #0000;color:#bdc3c7;display:flex;overflow:hidden;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:hover{background:#34495e;color:#fff}.nav-link.active{background:#34495e;border-right-color:#3498db;color:#3498db}.nav-icon{font-size:1.2rem;margin-left:.5rem;min-width:20px;text-align:center}.nav-label{font-weight:500;transition:opacity .3s ease}.sidebar-closed .nav-label{opacity:0;overflow:hidden;width:0}@media(max-width:768px){.sidebar.sidebar-closed,.sidebar.sidebar-open{width:70px}.sidebar .nav-label{display:none}.sidebar .nav-icon{font-size:1.5rem;margin-left:0}.nav-link{justify-content:center;padding:1rem}}@media(max-width:480px){.sidebar{bottom:0;height:60px;left:0;right:0;top:auto;width:100%!important}.sidebar-nav{padding:0}.nav-list{display:flex;height:60px}.nav-item{flex:1 1;margin-bottom:0}.nav-link{border-right:none;border-top:3px solid #0000;flex-direction:column;height:60px;justify-content:center;padding:.5rem}.nav-link.active{border-right-color:#0000;border-top-color:#3498db}.nav-icon{font-size:1.2rem;margin-bottom:.25rem;margin-left:0}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0003;max-width:400px;padding:2rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#333;font-size:1.5rem;margin-bottom:.5rem}.login-header p{color:#666;font-size:.9rem}.login-form .error-message{background-color:#f8d7da;border-radius:4px;color:#721c24;font-size:.9rem;margin-bottom:1rem;padding:.75rem;text-align:center}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.login-form .form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.login-form .form-group input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33;outline:none}.login-form .form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed}.login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:transform .2s;width:100%}.login-btn:hover:not(:disabled){transform:translateY(-1px)}.login-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media(max-width:480px){.login-card{padding:1.5rem}.login-header h1{font-size:1.3rem}}.search-bar-custom{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.search-form-custom .search-fields-custom{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.search-form-custom .search-fields-custom .form-group-custom{margin-bottom:0}.search-form-custom .search-fields-custom .form-group-custom .search-input-custom,.search-form-custom .search-fields-custom .form-group-custom .search-select-custom{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:.75rem;width:100%}.search-form-custom .search-fields-custom .form-group-custom .search-input-custom:focus,.search-form-custom .search-fields-custom .form-group-custom .search-select-custom:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.search-form-custom .search-fields-custom .form-group-custom .search-select-custom{background:#fff;cursor:pointer}.search-form-custom .search-actions-custom{display:flex;gap:.5rem;justify-content:flex-end}.search-form-custom .search-actions-custom .btn-search-primary,.search-form-custom .search-actions-custom .btn-search-secondary{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:.75rem 1.5rem;transition:all .3s ease}.search-form-custom .search-actions-custom .btn-search-primary{background:#007bff;color:#fff}.search-form-custom .search-actions-custom .btn-search-primary:hover{background:#0056b3}.search-form-custom .search-actions-custom .btn-search-secondary{background:#6c757d;color:#fff}.search-form-custom .search-actions-custom .btn-search-secondary:hover{background:#545b62}@media(max-width:768px){.search-form-custom .search-fields-custom{grid-template-columns:1fr}.search-form-custom .search-actions-custom{justify-content:stretch}.search-form-custom .search-actions-custom .btn-search-primary,.search-form-custom .search-actions-custom .btn-search-secondary{flex:1 1}}.pagination{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;gap:.5rem;margin-top:2rem;padding:1rem}.pagination-btn{background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;min-width:40px;padding:.5rem 1rem;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background-color:#007bff;border-color:#007bff;color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-btn.active{background-color:#007bff;border-color:#007bff;color:#fff}.pagination-ellipsis{color:#666;padding:.5rem}@media(max-width:768px){.pagination{gap:.25rem;padding:.5rem}.pagination-btn{font-size:.9rem;min-width:35px;padding:.25rem .5rem}}.loading-spinner{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;position:relative}.loading-spinner.small{padding:1.5rem}.loading-spinner.small .spinner-container{height:50px;width:50px}.loading-spinner.small .loading-message{font-size:.85rem}.loading-spinner.medium{padding:2.5rem}.loading-spinner.medium .spinner-container{height:80px;width:80px}.loading-spinner.medium .loading-message{font-size:1rem}.loading-spinner.large{padding:3.5rem}.loading-spinner.large .spinner-container{height:120px;width:120px}.loading-spinner.large .loading-message{font-size:1.2rem}.loading-spinner.primary{--spinner-color-1:#3498db;--spinner-color-2:#2980b9;--spinner-color-3:#1f639b;--text-color:#3498db}.loading-spinner.success{--spinner-color-1:#2ecc71;--spinner-color-2:#27ae60;--spinner-color-3:#219955;--text-color:#2ecc71}.loading-spinner.warning{--spinner-color-1:#f39c12;--spinner-color-2:#e67e22;--spinner-color-3:#d35400;--text-color:#f39c12}.loading-spinner.danger{--spinner-color-1:#e74c3c;--spinner-color-2:#c0392b;--spinner-color-3:#a2352a;--text-color:#e74c3c}.loading-spinner.gradient{--spinner-color-1:#3498db;--spinner-color-2:#9b59b6;--spinner-color-3:#e74c3c;--text-color:linear-gradient(135deg,#3498db,#9b59b6,#e74c3c)}.loading-spinner.dark{--spinner-color-1:#2c3e50;--spinner-color-2:#34495e;--spinner-color-3:#7f8c8d;--text-color:#2c3e50}.spinner-container{align-items:center;display:flex;justify-content:center;position:relative}.spinner-container .spinner{animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;border-radius:50%;position:absolute}.spinner-container .spinner-ring{animation-name:spin;border:3px solid #0000;border-bottom:3px solid var(--spinner-color-3);border-right:3px solid var(--spinner-color-2);border-top:3px solid var(--spinner-color-1);box-shadow:0 0 20px #3498db4d;height:100%;width:100%}.spinner-container .spinner-dot{animation-name:pulse;background:var(--spinner-color-1);box-shadow:0 0 10px var(--spinner-color-1),0 0 20px var(--spinner-color-1),0 0 30px var(--spinner-color-1);height:12%;width:12%}.spinner-container .spinner-orbit{animation-name:orbit;border:2px solid var(--spinner-color-2);height:30%;opacity:.7;width:30%}.spinner-container .spinner-glow{animation-name:spin-reverse;border:1px solid #0000;border-right:1px solid var(--spinner-color-2);border-top:1px solid var(--spinner-color-1);filter:blur(2px);height:120%;opacity:.4;width:120%}.progress-spinner .spinner-progress{animation:spin 1s linear infinite;border:3px solid #3498db1a;border-radius:50%;border-top:3px solid var(--spinner-color-1);height:100%;position:relative;width:100%}.progress-spinner .spinner-progress:after{background:var(--spinner-color-1);border-radius:3px;box-shadow:0 0 15px var(--spinner-color-1);content:"";height:6px;left:50%;position:absolute;top:-3px;transform:translateX(-50%);width:20%}.wave-spinner{align-items:end;display:flex;gap:4px;height:40px}.wave-spinner .wave-bar{animation:wave 1.2s ease-in-out infinite;background:linear-gradient(to top,var(--spinner-color-1),var(--spinner-color-2));border-radius:2px;width:4px}.wave-spinner .wave-bar:first-child{animation-delay:.1s;height:6px}.wave-spinner .wave-bar:nth-child(2){animation-delay:.2s;height:12px}.wave-spinner .wave-bar:nth-child(3){animation-delay:.3s;height:18px}.wave-spinner .wave-bar:nth-child(4){animation-delay:.4s;height:24px}.wave-spinner .wave-bar:nth-child(5){animation-delay:.5s;height:30px}.quantum-spinner .quantum-dot{animation:quantum 2s ease-in-out infinite;background:var(--spinner-color-1);border-radius:50%;box-shadow:0 0 20px var(--spinner-color-1),0 0 40px var(--spinner-color-1);height:15%;width:15%}.quantum-spinner .quantum-dot:after,.quantum-spinner .quantum-dot:before{animation:quantum-orbit 2s linear infinite;border:2px solid var(--spinner-color-2);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.quantum-spinner .quantum-dot:after{animation-delay:-1s;border-color:var(--spinner-color-3)}.loading-message{background:var(--text-color);-webkit-background-clip:text;background-clip:text;color:#0000;font-weight:600;position:relative;text-align:center}.loading-message:after{animation:typing 2s ease-in-out infinite;background:var(--text-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);width:100%}.percentage-loader .percentage-text{background:var(--text-color);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:.7em;font-weight:700;position:absolute}@keyframes spin-reverse{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes orbit{0%{transform:rotate(0deg) translateX(150%) rotate(0deg)}to{transform:rotate(1turn) translateX(150%) rotate(-1turn)}}@keyframes wave{0%,to{opacity:.7;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.8)}}@keyframes quantum{0%,to{box-shadow:0 0 20px var(--spinner-color-1),0 0 40px var(--spinner-color-1);transform:translate(0)}25%{box-shadow:0 0 30px var(--spinner-color-2),0 0 60px var(--spinner-color-2);transform:translate(100%)}50%{box-shadow:0 0 20px var(--spinner-color-3),0 0 40px var(--spinner-color-3);transform:translate(100%,100%)}75%{box-shadow:0 0 30px var(--spinner-color-2),0 0 60px var(--spinner-color-2);transform:translateY(100%)}}@keyframes quantum-orbit{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(2)}to{opacity:1;transform:scale(1)}}@keyframes typing{0%,to{transform:scaleX(0)}50%{transform:scaleX(1)}}.glitch-text{position:relative}.glitch-text:after,.glitch-text:before{content:attr(data-text);height:100%;left:0;position:absolute;top:0;width:100%}.glitch-text:before{animation:glitch-1 2s linear infinite alternate-reverse;left:2px;text-shadow:-2px 0 var(--spinner-color-1)}.glitch-text:after{animation:glitch-2 3s linear infinite alternate-reverse;left:-2px;text-shadow:2px 0 var(--spinner-color-2)}@keyframes glitch-1{0%{-webkit-clip-path:inset(20% 0 80% 0);clip-path:inset(20% 0 80% 0)}20%{-webkit-clip-path:inset(60% 0 40% 0);clip-path:inset(60% 0 40% 0)}40%{-webkit-clip-path:inset(30% 0 70% 0);clip-path:inset(30% 0 70% 0)}60%{-webkit-clip-path:inset(80% 0 20% 0);clip-path:inset(80% 0 20% 0)}80%{-webkit-clip-path:inset(10% 0 90% 0);clip-path:inset(10% 0 90% 0)}to{-webkit-clip-path:inset(50% 0 50% 0);clip-path:inset(50% 0 50% 0)}}@keyframes glitch-2{0%{-webkit-clip-path:inset(80% 0 20% 0);clip-path:inset(80% 0 20% 0)}20%{-webkit-clip-path:inset(40% 0 60% 0);clip-path:inset(40% 0 60% 0)}40%{-webkit-clip-path:inset(70% 0 30% 0);clip-path:inset(70% 0 30% 0)}60%{-webkit-clip-path:inset(20% 0 80% 0);clip-path:inset(20% 0 80% 0)}80%{-webkit-clip-path:inset(90% 0 10% 0);clip-path:inset(90% 0 10% 0)}to{-webkit-clip-path:inset(50% 0 50% 0);clip-path:inset(50% 0 50% 0)}}@media(max-width:768px){.loading-spinner.large{padding:2.5rem}.loading-spinner.large .spinner-container{height:80px;width:80px}}@media(prefers-color-scheme:dark){.loading-spinner:not(.dark):not(.gradient){--spinner-color-1:#3498db;--spinner-color-2:#2980b9;--spinner-color-3:#1f639b}}@media(prefers-reduced-motion:reduce){.loading-message:after,.quantum-dot,.spinner,.wave-bar{animation-duration:2s;animation-iteration-count:1}}.empty-state{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.empty-message{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.empty-subtitle{color:#7f8c8d;font-size:1rem;line-height:1.5;margin:0 0 2rem;max-width:400px}.empty-action{margin-top:1rem}.confirmation-modal{border:1px solid #e1e5e9;box-shadow:0 10px 25px #0003;direction:rtl;max-width:450px;padding:24px}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0009}.modal-header{border-bottom:1px solid #f0f0f0;gap:12px;margin-bottom:16px;padding-bottom:16px}.modal-header .modal-icon{align-items:center;background:#fff5f5;border-radius:8px;display:flex;font-size:28px;height:40px;justify-content:center;width:40px}.modal-header h3{color:#2d3748;font-size:20px;font-weight:600}.modal-body{margin-bottom:24px}.modal-body p{color:#4a5568;font-size:16px;line-height:1.6}.modal-actions{gap:12px}.modal-actions .btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-width:80px;padding:10px 20px;transition:all .2s ease}.modal-actions .btn:disabled{cursor:not-allowed;opacity:.6}.modal-actions .btn-secondary{background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.modal-actions .btn-secondary:hover:not(:disabled){background-color:#edf2f7;border-color:#cbd5e0}.modal-actions .btn-danger{background-color:#e53e3e;color:#fff}.modal-actions .btn-danger:hover:not(:disabled){background-color:#c53030}.modal-actions .btn-warning{background-color:#dd6b20;color:#fff}.modal-actions .btn-warning:hover:not(:disabled){background-color:#c05621}.modal-actions .btn-primary{background-color:#3182ce;color:#fff}.modal-actions .btn-primary:hover:not(:disabled){background-color:#2b6cb0}.modal-actions .btn-info{background-color:#4299e1;color:#fff}.modal-actions .btn-info:hover:not(:disabled){background-color:#3182ce}.modal-danger .modal-header .modal-icon{background:#fed7d7}.modal-warning .modal-header .modal-icon{background:#feebc8}.modal-info .modal-header .modal-icon{background:#bee3f8}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;display:inline-block;height:16px;margin-right:8px;width:16px}@media(max-width:480px){.confirmation-modal{margin:20px;padding:20px}.modal-header{flex-direction:column;gap:8px;text-align:center}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}.subscribers-list{max-width:100%;overflow-x:auto;padding:1rem}.subscribers-list .page-header{margin-bottom:2rem}.subscribers-list .page-header .header-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.subscribers-list .page-header .header-content .title-section h1{color:#2c3e50;font-size:2rem;font-weight:700;margin:0 0 .5rem}.subscribers-list .page-header .header-content .title-section .subtitle{color:#7f8c8d;font-size:1rem}.subscribers-list .page-header .header-content .header-actions{align-items:center;display:flex;gap:1rem}.subscribers-list .page-header .header-content .header-actions .btn{align-items:center;border-radius:8px;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.subscribers-list .page-header .header-content .header-actions .btn:disabled{cursor:not-allowed;opacity:.6}.subscribers-list .page-header .header-content .header-actions .btn-outline{background:#0000;border:2px solid #3498db;color:#3498db}.subscribers-list .page-header .header-content .header-actions .btn-outline:hover:not(:disabled){background:#3498db;color:#fff}.subscribers-list .page-header .header-content .header-actions .btn-primary{background:#3498db;border:none;color:#fff}.subscribers-list .page-header .header-content .header-actions .btn-primary:hover:not(:disabled){background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.error-banner{justify-content:between}.error-banner button{margin-right:auto}.table-container{box-shadow:0 4px 6px #0000001a}.table-header{background:#f8f9fa;border-bottom:1px solid #ecf0f1;padding:1rem 1.5rem}.table-header .selection-info{align-items:center;display:flex;gap:1rem}.table-header .selection-info .checkbox-label{align-items:center;color:#2c3e50;cursor:pointer;display:flex;font-weight:600;gap:.5rem}.table-header .selection-info .checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.table-header .selection-info .checkbox-label input[type=checkbox]:indeterminate{background:#3498db;border-color:#3498db}.table-header .selection-info .selected-count{background:#3498db1a;border-radius:20px;color:#3498db;font-weight:600;padding:.25rem .75rem}.table tbody tr.selected{background-color:#e3f2fd}.table .checkbox-column{text-align:center;width:40px}.table .checkbox-column input[type=checkbox]{cursor:pointer;height:18px;width:18px}.image-container{align-items:center;display:flex;justify-content:center}.status-badge.status-pending{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.status-badge.status-modification{background-color:#d1ecf1;border:1px solid #b8e0e6;color:#0c5460}.status-badge.status-added{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-badge.status-updated{background-color:#cce5ff;border:1px solid #b3d7ff;color:#004085}.status-badge.status-new{background-color:#e2e3e5;border:1px solid #d6d8db;color:#383d41}.status-badge.status-unknown{background-color:#f8d7da;border:1px solid #f1b0b7;color:#721c24}.actions .btn-icon{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.actions .btn-icon:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.actions .btn-icon.btn-info{background:#17a2b8;color:#fff}.actions .btn-icon.btn-primary{background:#007bff;color:#fff}.actions .btn-icon.btn-success{background:#28a745;color:#fff}@media(max-width:1024px){.hide-tablet{display:none!important}.table{min-width:700px}}@media(max-width:768px){.subscribers-list{padding:.5rem}.page-header .header-content{flex-direction:column}.page-header .header-content .header-actions{justify-content:flex-end;width:100%}.hide-mobile{display:none!important}.name-cell .mobile-info{display:block}.table{min-width:600px}.table td,.table th{padding:.75rem .5rem}.subscriber-image{height:40px;width:40px}.actions{flex-direction:column;gap:.25rem}.actions .btn-icon{font-size:1rem;height:35px;width:35px}.status-badge{font-size:.75rem;padding:.4rem .8rem}.status-badge .status-icon{font-size:.9rem}}@media(max-width:480px){.table-header .selection-info{align-items:flex-start;flex-direction:column;gap:.5rem}.error-banner{flex-direction:column;gap:1rem;text-align:center}.error-banner button{margin-right:0}}.table tbody tr{animation:fadeIn .3s ease}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.loading-row{animation:pulse 1.5s ease-in-out infinite}.selection-actions{align-items:center;display:flex;gap:10px;margin-right:15px}.selected-count{color:#666;font-size:14px}.btn-danger{background-color:#dc3545;border-color:#dc3545}.btn-danger:hover:not(:disabled){background-color:#c82333;border-color:#bd2130}.btn-sm{font-size:12px;padding:5px 10px}.actions .btn-icon{font-size:14px;padding:6px}.actions .btn-icon:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{background-color:#00000080}.confirmation-modal{border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:20px}.modal-header{gap:10px;margin-bottom:15px}.modal-header .modal-icon{font-size:24px}.modal-header h3{color:#333}.modal-body{margin-bottom:20px}.modal-body p{color:#666;line-height:1.5;margin:0}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.page-controls{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.5rem}@media(max-width:768px){.page-controls{align-items:stretch;flex-direction:column;gap:1rem}}.results-info .results-text{color:#495057;font-size:.95rem;font-weight:600}@media(max-width:480px){.results-info .results-text{display:block;font-size:.85rem;text-align:center}}.controls-group{align-items:center;display:flex;gap:.75rem}@media(max-width:480px){.controls-group{justify-content:center}}.control-label{color:#495057;font-size:.9rem;font-weight:600;white-space:nowrap}@media(max-width:480px){.control-label{font-size:.85rem}}.items-per-page-select{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;font-weight:500;min-width:80px;padding:.5rem 1rem;transition:all .2s ease}.items-per-page-select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.items-per-page-select:hover{border-color:#bdc3c7}.items-per-page-select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.subtitle{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.1rem;font-weight:700}.pagination-container{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:1.5rem}.pagination-container .pagination-controls{display:flex;justify-content:center}@media(max-width:768px){.page-controls{padding:.75rem 1rem}.controls-group{justify-content:space-between}.control-label{flex:1 1}.items-per-page-select{flex:0 0 auto}}@media(max-width:480px){.page-controls{text-align:center}.controls-group{flex-direction:column;gap:.5rem}.control-label{text-align:center}}.btn{position:relative}.btn:hover:after{animation:fadeIn .3s ease;background:#333;border-radius:4px;color:#fff;content:attr(data-tooltip);font-size:12px;margin-bottom:8px;padding:6px 12px;white-space:nowrap;z-index:1000}.btn:hover:after,.btn:hover:before{bottom:100%;left:50%;position:absolute;transform:translateX(-50%)}.btn:hover:before{border:5px solid #0000;border-top-color:#333;content:"";margin-bottom:-2px;z-index:1001}.subscriber-form{background:#f8f9fa;direction:rtl;min-height:100vh;padding:1.5rem;text-align:right}.page-header .header-content{align-items:flex-start}.page-header .header-content .title-section h1{color:#2c3e50;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.page-header .header-content .title-section .subtitle{font-size:1rem}.page-header .header-content .header-actions .btn-outline{border-radius:8px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:.75rem 1.5rem}.page-header .header-content .header-actions .btn-outline:hover{background:#3498db;color:#fff}.error-banner,.warning-banner{font-weight:600;margin-bottom:1.5rem;text-align:center}.warning-banner{background:#f39c12;border-radius:8px;color:#fff;padding:1rem}.form-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.form-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px;padding:2rem}.main-section,.sidebar-section{display:flex;flex-direction:column;gap:2rem}.form-section h3{align-items:center;border-bottom:2px solid #3498db;color:#2c3e50;display:flex;font-size:1.3rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{gap:.5rem}.form-group label{color:#2c3e50;font-size:.9rem}.form-group label.required:after{color:#e74c3c;content:" *"}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e9ecef;border-radius:8px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.form-group textarea{font-family:inherit;min-height:80px;resize:vertical}.form-group .error-message{color:#e74c3c;font-size:.8rem;font-weight:600}.form-group .age-display{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;font-weight:600;padding:.75rem;text-align:center}.form-group.full-width{grid-column:1/-1}.group-info-card{background:#e8f5e8;border:1px solid #4caf50;border-radius:8px;margin-top:1rem;padding:1rem}.group-info-card h4{align-items:center;color:#2e7d32;display:flex;font-size:1.1rem;gap:.5rem;margin:0 0 1rem}.group-info-card .group-details{display:flex;flex-direction:column;gap:.5rem}.group-info-card .group-item{align-items:center;background:#fff;border-radius:4px;display:flex;justify-content:space-between;padding:.5rem}.group-info-card .group-item .group-label{color:#555;font-weight:600}.group-info-card .group-item .group-value{color:#2e7d32;font-weight:600;max-width:200px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.checkbox-label{color:#2c3e50;font-weight:600}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.help-text{color:#7f8c8d;display:block;font-size:.8rem;margin-top:.25rem}.image-upload-section{display:flex;flex-direction:column;gap:1rem}.image-preview-container{border:2px dashed #ddd;border-radius:12px;cursor:pointer;height:250px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.image-preview-container:hover{background-color:#f8f9fa;border-color:#3498db}.image-preview-container.drag-over{background-color:#e3f2fd;border-color:#3498db;transform:scale(1.02)}.image-preview-container.error{background-color:#fdf2f2;border-color:#e74c3c}.image-with-overlay{height:100%;position:relative;width:100%}.image-with-overlay .preview-image{height:100%;object-fit:cover;width:100%}.image-with-overlay .image-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.image-with-overlay .image-overlay .change-text{color:#fff;font-weight:600}.image-with-overlay:hover .image-overlay{opacity:1}.upload-placeholder{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:center}.upload-placeholder .upload-icon{font-size:2.5rem;margin-bottom:1rem}.upload-placeholder .upload-text{font-size:1rem;font-weight:600;margin-bottom:.5rem}.upload-placeholder .upload-subtext{font-size:.8rem;opacity:.8}.upload-actions{justify-content:center}.upload-actions .btn{border:none;border-radius:6px;cursor:pointer;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.upload-actions .btn.btn-outline{background:#0000;border:2px solid #3498db;color:#3498db}.upload-actions .btn.btn-outline:hover{background:#3498db;color:#fff}.upload-actions .btn.btn-danger{background:#e74c3c;color:#fff}.upload-actions .btn.btn-danger:hover{background:#c0392b}.summary-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem}.summary-card h4{border-bottom:1px solid #e9ecef;color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.summary-card .summary-content{display:flex;flex-direction:column;gap:.75rem}.summary-card .summary-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.5rem 0}.summary-card .summary-item:last-child{border-bottom:none}.summary-card .summary-item span{color:#7f8c8d;font-size:.9rem}.summary-card .summary-item strong{color:#2c3e50;font-weight:600}.form-actions{border-top:1px solid #e9ecef;padding:1.5rem 2rem}.form-actions .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 2rem;transition:all .3s ease}.form-actions .btn:disabled{cursor:not-allowed;opacity:.6}.form-actions .btn.btn-primary{background:#3498db;color:#fff}.form-actions .btn.btn-primary:hover:not(:disabled){background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.form-actions .btn.btn-secondary{background:#95a5a6;color:#fff}.form-actions .btn.btn-secondary:hover:not(:disabled){background:#7f8c8d}.confirmation-modal{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-width:400px;padding:2rem;text-align:center;width:90%}.confirmation-modal h3{color:#2c3e50;margin:0 0 1rem}.confirmation-modal p{color:#7f8c8d;margin-bottom:2rem}.confirmation-modal .modal-actions{display:flex;gap:1rem;justify-content:center}.confirmation-modal .modal-actions .btn{min-width:100px;padding:.75rem 2rem}@media(max-width:1024px){.form-sections{gap:1.5rem;grid-template-columns:1fr}.sidebar-section{order:-1}}@media(max-width:768px){.subscriber-form{padding:1rem}.page-header .header-content{align-items:flex-start;flex-direction:column}.page-header .header-content .header-actions{width:100%}.page-header .header-content .header-actions .btn-outline{text-align:center;width:100%}.form-sections{padding:1rem}.form-grid{gap:1rem;grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{justify-content:center;width:100%}.upload-actions{flex-direction:column}.upload-actions .btn{width:100%}.confirmation-modal{margin:1rem}.confirmation-modal .modal-actions{flex-direction:column}}@media(max-width:480px){.form-section h3{font-size:1.1rem}.summary-card{padding:1rem}.image-preview-container{height:200px}}.subscriber-details{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1400px;padding:20px}.subscriber-details .page-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:2rem}.subscriber-details .page-header .header-info{flex:1 1}.subscriber-details .page-header .header-info h1{color:#2c3e50;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.subscriber-details .page-header .header-info p{color:#7f8c8d;font-size:1.1rem;line-height:1.5;margin:0}.subscriber-details .page-header .header-actions{display:flex;flex-wrap:wrap;gap:1rem}.subscriber-details .page-header .header-actions .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;min-width:120px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.subscriber-details .page-header .header-actions .btn.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.subscriber-details .page-header .header-actions .btn.btn-primary:hover{background:linear-gradient(135deg,#2980b9,#1f639b);box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.subscriber-details .page-header .header-actions .btn.btn-primary:active{transform:translateY(0)}.subscriber-details .page-header .header-actions .btn.btn-secondary{background:#ecf0f1;border:1px solid #bdc3c7;color:#2c3e50}.subscriber-details .page-header .header-actions .btn.btn-secondary:hover{background:#d5dbdb;box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.subscriber-details .page-header .header-actions .btn.btn-secondary:active{transform:translateY(0)}.details-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.details-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012,0 1px 3px #0000000f;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.details-card:hover{box-shadow:0 8px 15px #0000001a,0 3px 6px #00000014;transform:translateY(-2px)}.details-section{border-bottom:1px solid #ecf0f1;padding:1.5rem}.details-section:last-child{border-bottom:none}.details-section .section-header{border-bottom:2px solid #3498db;margin-bottom:1.5rem;padding-bottom:.75rem}.details-section .section-header h3{align-items:center;color:#2c3e50;display:flex;font-size:1.2rem;font-weight:600;gap:8px;margin:0}.details-section .section-header h3:before{color:#3498db;content:"•";font-size:1.5rem}.details-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.detail-item{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;display:flex;flex-direction:column;padding:1rem;transition:all .2s ease}.detail-item:hover{background:#e8f4fd;transform:translateX(4px)}.detail-item label{color:#34495e;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.detail-item span{color:#2c3e50;font-size:1rem;font-weight:500;line-height:1.4}.detail-item span.status{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;min-width:120px;padding:.35rem 1rem;text-align:center;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.detail-item span.status.status-pending{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);box-shadow:0 2px 4px #fdcb6e4d;color:#e17055}.detail-item span.status.status-modification{background:linear-gradient(135deg,#81ecec,#00cec9);box-shadow:0 2px 4px #00cec94d;color:#006266}.detail-item span.status.status-added{background:linear-gradient(135deg,#55efc4,#00b894);box-shadow:0 2px 4px #00b8944d;color:#004d40}.detail-item span.status.status-updated{background:linear-gradient(135deg,#74b9ff,#0984e3);box-shadow:0 2px 4px #0984e34d;color:#003566}.detail-item span.status.status-new{background:linear-gradient(135deg,#dfe6e9,#b2bec3);box-shadow:0 2px 4px #b2bec34d;color:#2d3436}.detail-item span.status.status-unknown{background:linear-gradient(135deg,#fab1a0,#e17055);box-shadow:0 2px 4px #e170554d;color:#6d2c1d}.detail-item span.status:hover{box-shadow:0 4px 8px #00000026;transform:scale(1.05)}.image-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012,0 1px 3px #0000000f;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:20px;transition:transform .2s ease,box-shadow .2s ease}.image-card:hover{box-shadow:0 8px 15px #0000001a,0 3px 6px #00000014;transform:translateY(-2px)}.image-card .section-header{margin-bottom:1.5rem;text-align:center}.image-card .section-header h3{color:#2c3e50;display:inline-block;font-size:1.2rem;font-weight:600;margin:0;position:relative}.image-card .section-header h3:after{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:2px;bottom:-8px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.image-containerD{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:12px;padding:1rem;text-align:center;transition:all .3s ease}.image-containerD:hover{background:#e8f4fd;border-color:#3498db;transform:scale(1.02)}.image-containerD img{border-radius:8px;box-shadow:0 4px 8px #00000026;height:280px;max-width:280px;object-fit:cover;transition:all .3s ease;width:100%}.image-containerD img:hover{box-shadow:0 6px 12px #0003;transform:scale(1.05)}.loading{align-items:center;color:#3498db;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;min-height:400px}.loading:before{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;content:"";height:20px;margin-left:10px;width:20px}.error-container{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem}.error-message{background:#fff;border-left:4px solid #e74c3c;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:3rem;text-align:center;width:100%}.error-message h2{color:#e74c3c;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.error-message p{color:#7f8c8d;font-size:1rem;line-height:1.6;margin-bottom:2rem}.error-message .btn{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;min-width:140px;padding:12px 24px;transition:all .3s ease}.error-message .btn:hover{background:linear-gradient(135deg,#2980b9,#1f639b);box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.fade-in{animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .8s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@media(max-width:1024px){.details-content{gap:1.5rem;grid-template-columns:1fr}.image-card{margin:0 auto;max-width:400px;order:-1;position:static}.details-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.subscriber-details{padding:15px}.subscriber-details .page-header{align-items:stretch;flex-direction:column;gap:1rem;text-align:center}.subscriber-details .page-header .header-info h1{font-size:1.75rem}.subscriber-details .page-header .header-info p{font-size:1rem}.subscriber-details .page-header .header-actions{flex-direction:column}.subscriber-details .page-header .header-actions .btn{justify-content:center;min-width:auto;width:100%}.details-grid{gap:1rem;grid-template-columns:1fr}.detail-item{padding:.75rem}.detail-item span.status{font-size:.75rem;min-width:110px}.details-section{padding:1rem}.details-section .section-header h3{font-size:1.1rem}.image-card{padding:1rem}.image-container{padding:.75rem}.image-container img{height:250px;max-width:250px}}@media(max-width:480px){.subscriber-details{padding:10px}.subscriber-details .page-header .header-info h1{font-size:1.5rem}.details-section{padding:.75rem}.detail-item{padding:.5rem}.detail-item label{font-size:.8rem}.detail-item span{font-size:.9rem}.image-container{padding:.5rem}.image-container img{height:200px;max-width:200px}.error-message{padding:2rem 1.5rem}.error-message h2{font-size:1.3rem}.error-message p{font-size:.9rem}}@media(prefers-color-scheme:dark){.subscriber-details{background:#1a1a1a;color:#fff}.details-card,.image-card{background:#2d2d2d;color:#fff}.detail-item{background:#3d3d3d}.detail-item label{color:#b0b0b0}.detail-item span{color:#fff}.image-container{background:#3d3d3d;border-color:#4d4d4d}}@media print{.subscriber-details{padding:0}.image-card,.page-header .header-actions{display:none}.details-content{grid-template-columns:1fr}.details-card{border:1px solid #ccc;box-shadow:none}}.subscription-list{background:#f8f9fa;min-height:100vh;padding:1.5rem}.page-header{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.page-header .header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.page-header .header-content .title-section h2{color:#2c3e50;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.page-header .header-content .title-section .subtitle{color:#7f8c8d;font-size:.9rem}.page-header .header-content .header-actions .btn-outline{background:#0000;border:2px solid #3498db;border-radius:6px;color:#3498db;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.page-header .header-content .header-actions .btn-outline:hover:not(:disabled){background:#3498db;color:#fff}.page-header .header-content .header-actions .btn-outline:disabled{cursor:not-allowed;opacity:.6}.error-banner{align-items:center;background:#e74c3c;border-radius:8px;color:#fff;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.error-banner button{background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.error-banner button:hover{background:#ffffff4d}.filters-section{align-items:center;border-radius:12px;gap:1rem;margin-bottom:1.5rem;padding:1.5rem}.filters-section .search-box{flex:1 1;min-width:300px}.filters-section .search-box .search-input{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.filters-section .search-box .search-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.filters-section .filter-group{min-width:150px}.filters-section .filter-group .filter-select{background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-size:.9rem;padding:.75rem;width:100%}.filters-section .filter-group .filter-select:focus{border-color:#3498db;outline:none}.filters-section .btn-clear{background:#95a5a6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem 1rem;white-space:nowrap}.filters-section .btn-clear:hover{background:#7f8c8d}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;overflow:hidden}.table-wrapper{overflow-x:auto}.table{border-collapse:collapse;min-width:800px;width:100%}.table td,.table th{border-bottom:1px solid #ecf0f1;padding:1rem;text-align:right}.table th{background:#f8f9fa;color:#2c3e50;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:10}.table tbody tr{transition:background-color .2s ease}.table tbody tr:hover{background-color:#f8f9fa}.name-cell{display:flex;flex-direction:column;gap:.25rem}.name-cell .name{color:#2c3e50;font-weight:600}.name-cell .mobile-info{color:#7f8c8d;display:none;font-size:.8rem}.amount{color:#27ae60;font-weight:600}.currency{color:#7f8c8d;font-size:.9rem}.status-badge{align-items:center;display:inline-flex;gap:.5rem;padding:.5rem 1rem;white-space:nowrap}.status-badge .status-icon{font-size:1rem}.status-badge.status-active{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-badge.status-inactive{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.status-badge.status-none{background-color:#f8d7da;border:1px solid #f1b0b7;color:#721c24}.status-badge.status-unknown{background-color:#e2e3e5;border:1px solid #d6d8db;color:#383d41}.actions .btn-sm{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.actions .btn-sm:hover{box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.actions .btn-sm.btn-primary{background:#3498db;color:#fff}.actions .btn-sm.btn-danger{background:#e74c3c;color:#fff}.pagination-container{display:flex;justify-content:center}@media(max-width:1024px){.hide-tablet{display:none!important}}@media(max-width:768px){.subscription-list{padding:1rem}.filters-section{align-items:stretch;flex-direction:column}.filters-section .filter-group,.filters-section .search-box{min-width:100%}.hide-mobile{display:none!important}.name-cell .mobile-info{display:block}.table{min-width:700px}.table td,.table th{padding:.75rem .5rem}.actions{flex-direction:column;gap:.25rem}.actions .btn-sm{font-size:1rem;height:35px;width:35px}}@media(max-width:480px){.page-header .header-content{align-items:flex-start;flex-direction:column}.page-header .header-content .header-actions{width:100%}.page-header .header-content .header-actions .btn-outline{text-align:center;width:100%}.error-banner{flex-direction:column;gap:1rem;text-align:center}}.image-containerS{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.subscriber-image{background:linear-gradient(45deg,#f8f9fa,#e9ecef);border:3px solid #e9ecef;border-radius:50%;height:50px;object-fit:cover;transition:transform .2s ease;width:50px}.subscriber-image:hover{transform:scale(1.1)}.status-deleted{background-color:#fef2f2;border-color:#fecaca;color:#dc2626;opacity:.7;text-decoration:line-through}@media(prefers-color-scheme:dark){.status-deleted{background-color:#7f1d1d;border-color:#991b1b;color:#fca5a5}}.subscription-form{padding:1.5rem}.subscription-form .form-header{margin-bottom:2rem}.subscription-form .form-header h2{color:#333;margin-bottom:.5rem}.subscription-form .form-header .subscriber-info{background:#e7f3ff;border-radius:4px;padding:1rem}.subscription-form .form-header .subscriber-info h3{color:#06c;margin:0}.form-content{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.form-sections{padding:1.5rem}.form-section{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1.5rem}.form-section h3{border-bottom:2px solid #007bff;color:#333;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem}.form-section:last-child{border-bottom:none;margin-bottom:0}.form-row{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1rem}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-group input:read-only,.form-group select:read-only{background-color:#f8f9fa;color:#666}.checkboxes{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.checkbox-label input[type=checkbox]{margin:0;width:auto}.image-upload-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.image-upload{text-align:center}.image-upload label{color:#333;display:block;font-weight:600;margin-bottom:1rem}.image-preview{align-items:center;border:2px dashed #ddd;border-radius:8px;display:flex;height:200px;justify-content:center;margin:0 auto 1rem;overflow:hidden;width:200px}.image-preview img{height:100%;object-fit:cover;width:100%}.image-preview .no-image{color:#999;text-align:center}.file-input{display:none}.form-actions{background:#f8f9fa;border-radius:0 0 8px 8px;border-top:1px solid #eee;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}@media(max-width:768px){.form-sections,.subscription-form{padding:1rem}.form-row{gap:.5rem;grid-template-columns:1fr}.image-upload-section{gap:1rem;grid-template-columns:1fr}.image-preview{height:150px;width:150px}.checkboxes{gap:.5rem}.checkboxes,.form-actions{flex-direction:column}.form-actions button{width:100%}}.image-with-actions{display:inline-block;position:relative}.image-with-actions img{display:block;max-height:200px;max-width:100%}.image-with-actions .btn-remove-image{background:#ff0000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:12px;height:25px;left:5px;position:absolute;top:5px;width:25px}.image-with-actions .btn-remove-image:hover{background:#ff0000e6}.upload-actions{align-items:center;display:flex;flex-direction:column;gap:.5rem}.upload-actions .file-info{background:#f0f0f0;border-radius:4px;color:#666;font-size:.8rem;max-width:200px;overflow:hidden;padding:.25rem .5rem;text-overflow:ellipsis;white-space:nowrap}.loading-images{background:#e3f2fd;border-radius:4px;margin-top:.5rem;padding:.5rem 1rem}.loading-images span{color:#1976d2;font-size:.9rem}.subscription-form.review-mode .form-layout{display:flex;gap:20px;height:calc(100vh - 200px)}.subscription-form.review-mode .form-left{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;flex:1 1;overflow-y:auto;padding:20px}.subscription-form.review-mode .form-right{flex:1 1}.subscription-form.review-mode .form-right.with-review{max-height:calc(100vh - 200px);overflow-y:auto}.subscription-form .header-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.subscription-form .btn-review{background:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease}.subscription-form .btn-review:hover{background:#218838;transform:translateY(-2px)}.subscription-form .btn-review.active{background:#dc3545}.subscription-form .btn-review.active:hover{background:#c82333}.subscription-form .review-image-section h3{color:#333;margin-bottom:15px;text-align:center}.subscription-form .review-image-container{align-items:center;background:#fff;border:2px dashed #ddd;border-radius:8px;display:flex;justify-content:center;min-height:400px;padding:10px}.subscription-form .review-image{border-radius:4px;max-height:600px;max-width:100%;object-fit:contain}.subscription-form .no-review-image{color:#6c757d;font-style:italic;padding:40px;text-align:center}.subscription-form .form-layout{transition:all .3s ease}.subscription-form .form-right.with-review .form-sections{padding-right:10px}@media(max-width:768px){.subscription-form.review-mode .form-layout{flex-direction:column;height:auto}.subscription-form.review-mode .form-left,.subscription-form.review-mode .form-right{flex:none;width:100%}.header-actions{flex-direction:column;gap:10px}.header-actions h2{margin-bottom:0}}.subscription-management .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.subscription-management .page-header h1{color:#333;margin:0}.tabs{background:#fff;border-radius:8px 8px 0 0;box-shadow:0 2px 4px #0000001a;display:flex;overflow:hidden}.tab-button{background:#f8f9fa;border:none;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:all .3s ease}.tab-button:hover{background:#e9ecef}.tab-button.active{background:#007bff;color:#fff}.tab-content{background:#fff;border-radius:0 0 8px 8px;box-shadow:0 2px 4px #0000001a;min-height:500px}@media(max-width:768px){.tabs{flex-direction:column}.tab-button{padding:.75rem 1rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.page-header .btn{width:100%}}.subscription-management{background:#f8f9fa;min-height:100vh;padding:1.5rem}.subscription-management .btn-back{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-left:1rem;padding:.5rem 1rem}.subscription-management .btn-back:hover{background:#5a6268}.subscription-management .subscriber-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.subscription-management .subscriber-card .subscriber-info h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.subscription-management .subscriber-card .subscriber-info .info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.subscription-management .subscriber-card .subscriber-info .info-grid .info-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.5rem 0}.subscription-management .subscriber-card .subscriber-info .info-grid .info-item .label{color:#555;font-weight:600}.subscription-management .subscriber-card .subscriber-info .info-grid .info-item .value{color:#2c3e50}.subscription-list .name-cell .sub-name{color:#666;font-size:.8rem;margin-top:.25rem}.sa3y-list .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.sa3y-list .page-header h1{color:#333;margin:0}.stats-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;text-align:center}.stat-card .stat-value{color:#007bff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-card .stat-label{color:#666;font-size:.9rem}.status-badge{border-radius:20px;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.status-badge.status-online{background-color:#d4edda;color:#155724}.status-badge.status-offline{background-color:#f8d7da;color:#721c24}.actions{gap:.5rem}.actions .btn-sm{font-size:.8rem;padding:.25rem .5rem}@media(max-width:768px){.stats-cards{grid-template-columns:1fr}.page-header{align-items:flex-start;gap:1rem}.actions,.page-header{flex-direction:column}.actions .btn-sm{font-size:.7rem;padding:.2rem .4rem}}.tasks-container{direction:rtl}.tasks-header h2{color:#333;font-size:24px;font-weight:600;margin:0}.filters-section .filter-group{display:flex;flex-direction:column;gap:5px}.filters-section .filter-group label{color:#555;font-size:14px;font-weight:700}.filters-section .filter-group select{border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:150px;padding:8px 12px;transition:all .3s ease}.filters-section .filter-group select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.tasks-table-container{border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px #0000000d}.tasks-table td,.tasks-table th{border-bottom:1px solid #e9ecef;font-size:14px;padding:12px;text-align:right}.tasks-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative}.tasks-table th:after{background:#ffffff4d;content:"";height:60%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1px}.tasks-table th:first-child:after{display:none}.tasks-table tr{transition:all .3s ease}.tasks-table tr:hover{background:#f8f9ff;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.tasks-table tr:last-child td{border-bottom:none}.tasks-table td{color:#495057}.tasks-table td:first-child{border-radius:0 0 0 8px}.tasks-table td:last-child{border-radius:0 0 8px 0}.state-badge{border-radius:20px;box-shadow:0 2px 4px #0000001a;display:inline-block;font-size:12px;min-width:80px;padding:6px 12px;text-align:center}.state-badge.state-waiting{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffeaa7;color:#856404}.state-badge.state-processing{background:linear-gradient(135deg,#d1ecf1,#a8e6cf);border:1px solid #a8e6cf;color:#0c5460}.state-badge.state-completed{background:linear-gradient(135deg,#d4edda,#b7efcd);border:1px solid #b7efcd;color:#155724}.actions{align-items:center;gap:8px}.actions .btn{align-items:center;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-width:80px;padding:8px 12px;transition:all .3s ease}.actions .btn:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.actions .btn:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.actions .btn.btn-edit{background:linear-gradient(135deg,#ffd89b,#19547b);color:#fff}.actions .btn.btn-edit:hover{background:linear-gradient(135deg,#ffb347,#19547b)}.actions .btn.btn-edit i{font-size:14px}.actions .btn.btn-delete{background:linear-gradient(135deg,#ff6b6b,#c44569);color:#fff}.actions .btn.btn-delete:hover{background:linear-gradient(135deg,#ff5252,#c44569)}.actions .btn.btn-delete i{font-size:14px}.actions .btn.btn-view{background:linear-gradient(135deg,#a8e6cf,#56ab2f);color:#fff}.actions .btn.btn-view:hover{background:linear-gradient(135deg,#88d4ab,#56ab2f)}.actions .btn.btn-view i{font-size:14px}.actions .btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.actions .btn:disabled:hover{box-shadow:0 2px 4px #0000001a;transform:none}.actions .btn-icon{border-radius:50%;height:36px;min-width:auto;padding:8px;width:36px}.actions .btn-icon i{font-size:16px;margin:0}.pagination{gap:8px;margin-top:30px;padding:20px 0}.pagination,.pagination .page-btn{align-items:center;display:flex;justify-content:center}.pagination .page-btn{background:#fff;border:1px solid #dee2e6;border-radius:8px;color:#495057;cursor:pointer;font-weight:600;min-width:44px;padding:10px 16px;transition:all .3s ease}.pagination .page-btn:hover:not(:disabled){transform:translateY(-1px)}.pagination .page-btn.active,.pagination .page-btn:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 8px #667eea4d;color:#fff}.pagination .page-btn:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.5}.pagination .pagination-info{color:#6c757d;font-size:14px;margin:0 15px}.no-data .no-data-icon{color:#dee2e6;font-size:64px;margin-bottom:20px}.no-data h3{color:#495057;font-weight:600;margin-bottom:10px}.no-data p{font-size:16px;margin-bottom:20px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009}.modal{animation:modalSlideIn .3s ease-out;border-radius:16px;box-shadow:0 20px 40px #0003;max-height:95vh;max-width:95%;overflow:hidden}.modal.large-modal{max-width:1400px;width:95%}.modal .modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:24px}.modal .modal-header h3{color:#fff;font-size:20px;font-weight:600;margin:0}.modal .modal-header button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.modal .modal-header button:hover{background:#ffffff4d;transform:rotate(90deg)}.modal .modal-body{max-height:60vh;overflow-y:auto;padding:24px}.modal .modal-footer{background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:#495057;font-size:14px;margin-bottom:8px}.form-group .form-control{background:#fff;border:2px solid #e9ecef;border-radius:8px;font-size:14px;padding:12px 16px;transition:all .3s ease}.form-group .form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group .form-control:hover{border-color:#adb5bd}.date-range{display:flex;gap:12px}.date-range .form-control{flex:1 1}.date-parts{display:flex;gap:8px}.date-parts .form-control{flex:1 1;min-width:70px;text-align:center}.schedule-section{background:linear-gradient(135deg,#f8f9ff,#e9ecef);border:1px solid #e9ecef;border-radius:12px;margin-top:24px;padding:24px}.schedule-section h4{align-items:center;color:#495057;display:flex;font-size:18px;font-weight:600;gap:8px;margin-bottom:20px}.schedule-section h4:before{content:"📅";font-size:20px}.btn{border-radius:8px;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none}.btn:disabled{transform:none!important}.btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 6px 12px #667eea4d;transform:translateY(-2px)}.btn.btn-secondary{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}.btn.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#5a6268,#3d4348);box-shadow:0 6px 12px #6c757d4d;transform:translateY(-2px)}.btn.btn-success{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.btn.btn-success:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ba87e);box-shadow:0 6px 12px #28a7454d;transform:translateY(-2px)}.btn.btn-danger{background:linear-gradient(135deg,#dc3545,#e83e8c);color:#fff}.btn.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#c82333,#d91a7a);box-shadow:0 6px 12px #dc35454d;transform:translateY(-2px)}.btn.btn-warning{background:linear-gradient(135deg,#ffc107,#fd7e14);color:#212529}.btn.btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#e0a800,#e56906);box-shadow:0 6px 12px #ffc1074d;transform:translateY(-2px)}.btn.btn-lg{font-size:16px;padding:16px 32px}.btn.btn-sm{font-size:13px;padding:8px 16px}.loading-container .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:20px;width:50px}.loading-container p{color:#6c757d;font-size:16px;margin:0}.search-form{gap:12px}.search-form .search-input{border:2px solid #e9ecef;border-radius:8px;font-size:14px;min-width:250px;padding:12px 16px;transition:all .3s ease}.search-form .search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}@media(max-width:768px){.tasks-header{align-items:stretch;gap:15px}.filters-section,.tasks-header{flex-direction:column}.form-row{grid-template-columns:1fr}.actions{flex-direction:column}.actions .btn{min-width:100%}.date-parts,.date-range{flex-direction:column}.tasks-table{font-size:12px}.tasks-table td,.tasks-table th{padding:8px}}.floating-action{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.glow-effect{box-shadow:0 0 20px #667eea4d}.tooltip:hover:after{background:#333;border-radius:4px;bottom:100%;color:#fff;content:attr(data-tooltip);font-size:12px;left:50%;margin-bottom:5px;padding:6px 12px;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.tooltip:hover:before{border:5px solid #0000;border-top-color:#333;content:"";margin-bottom:-5px}.tasks-subtitle{font-size:14px;margin:5px 0 0}.results-info{background:#f8f9fa;border:1px solid #e9ecef;margin-bottom:16px;padding:12px 16px}.results-info p{color:#495057;font-size:14px;font-weight:500}.table-loading{background:#f8f9facc;border-bottom:1px solid #e9ecef;gap:12px;padding:20px}.table-loading .spinner-small{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:20px;width:20px}.table-loading span{color:#6c757d;font-size:14px}.task-id{color:#667eea;font-family:Courier New,monospace}.schedule-badge{font-size:12px}.schedule-badge.scheduled{background:linear-gradient(135deg,#d4edda,#b7efcd);border:1px solid #b7efcd;color:#155724}.schedule-badge.not-scheduled{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:1px solid #f5c6cb;color:#721c24}.search-input-container .search-input{padding-right:40px}.search-input-container .clear-search{background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;left:8px;padding:4px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.search-input-container .clear-search:hover{background:#e9ecef;color:#495057}.delete-warning{padding:20px}.delete-warning i{font-size:48px}.delete-warning p{color:#495057;margin:8px 0}.delete-warning .warning-text{color:#dc3545;font-weight:600}.tasks-table td,.tasks-table th{vertical-align:middle}.tasks-table .actions{min-width:100px}@media(max-width:1024px){.tasks-table td:nth-child(n+6),.tasks-table th:nth-child(n+6){display:none}}@media(max-width:768px){.tasks-table td:nth-child(n+5),.tasks-table th:nth-child(n+5){display:none}.filters-section .filter-group{min-width:100%}}.app-status-bar{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:20px;padding:12px 16px}.app-status-content{justify-content:space-between}.app-status-content,.app-status-info{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.app-status-label{color:#495057;font-weight:600}.app-status-loading{align-items:center;color:#6c757d;display:flex;gap:6px}.app-status-running{color:#198754}.app-status-running,.app-status-stopped{align-items:center;display:flex;font-weight:600;gap:6px}.app-status-stopped{color:#dc3545}.status-icon{font-size:.8em}.status-icon.running{color:#198754}.status-icon.stopped{color:#dc3545}.retry-badge{background:#6c757d;border-radius:12px;color:#fff;font-size:.75em;font-weight:400;padding:2px 6px}.last-checked{background:#e9ecef;border-radius:4px;color:#6c757d;font-size:.875em;padding:2px 8px}.app-status-actions{gap:8px}.app-status-actions,.btn-sm{align-items:center;display:flex}.btn-sm{font-size:.875rem;gap:6px;padding:6px 12px}.btn-success{background-color:#198754;border-color:#198754}.btn-success:hover:not(:disabled){background-color:#157347;border-color:#146c43}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-warning:hover:not(:disabled){background-color:#ffca2c;border-color:#ffc720}.btn-secondary{background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover:not(:disabled){background-color:#5a6268;border-color:#545b62}.spinner-small{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;display:inline-block;height:16px;width:16px}@media(max-width:768px){.app-status-content,.app-status-info{align-items:flex-start;flex-direction:column}.app-status-info{gap:8px}.app-status-actions{justify-content:flex-start;width:100%}}.tasks-container{background:#f8f9fa;min-height:100vh;padding:20px}.tasks-header{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.tasks-subtitle{color:#6c757d;margin:0}.filters-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:20px}.filter-group{display:flex;flex-direction:column;gap:5px}.filter-group label{color:#495057;font-size:.875rem;font-weight:600}.filter-group select,.search-input{border:1px solid #ced4da;border-radius:4px;font-size:.875rem;padding:8px 12px}.search-form{align-items:flex-end;display:flex;gap:8px}.search-input-container{align-items:center;display:flex;position:relative}.search-input{padding-right:30px}.clear-search{background:none;border:none;color:#6c757d;cursor:pointer;padding:4px;position:absolute;right:8px}.results-info{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:15px;padding:12px 20px}.results-info p{color:#6c757d;font-size:.875rem;margin:0}.tasks-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;position:relative}.table-loading{align-items:center;background:#fffc;bottom:0;display:flex;gap:8px;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.tasks-table{border-collapse:collapse;width:100%}.tasks-table th{background:#f8f9fa;color:#495057;font-weight:600}.tasks-table td,.tasks-table th{border-bottom:1px solid #dee2e6;padding:12px;text-align:right}.tasks-table tr:hover{background:#f8f9fa}.actions{display:flex;gap:5px;justify-content:center}.btn{align-items:center;display:inline-flex;font-size:.875rem;gap:6px;padding:8px 16px;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-edit{background:#ffc107;color:#000}.btn-edit:hover{background:#e0a800}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333}.btn-icon{align-items:center;display:inline-flex;height:32px;justify-content:center;padding:6px;width:32px}.state-badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:4px 8px}.state-waiting{background:#fff3cd;color:#856404}.state-processing{background:#cce7ff;color:#004085}.state-completed{background:#d4edda;color:#155724}.schedule-badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:4px 8px}.scheduled{background:#d4edda;color:#155724}.not-scheduled{background:#f8d7da;color:#721c24}.task-id{color:#007bff;font-weight:600}.no-data{color:#6c757d;padding:60px 20px;text-align:center}.no-data-icon{font-size:3rem;margin-bottom:16px}.loading-container{gap:16px;padding:60px 20px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;width:40px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:500px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:20px}.modal-header h3{margin:0}.modal-header button{background:none;border:none;color:#6c757d;cursor:pointer;font-size:1.5rem}.modal-body{padding:20px}.delete-warning{text-align:center}.delete-warning i{color:#dc3545;font-size:3rem;margin-bottom:16px}.warning-text{color:#dc3545;font-size:.875rem}.modal-footer{border-top:1px solid #dee2e6;display:flex;gap:10px;justify-content:flex-end;padding:20px}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.tooltip{position:relative}.tooltip:hover:before{background:#333;border-radius:4px;bottom:100%;color:#fff;content:attr(data-tooltip);font-size:.75rem;left:50%;padding:4px 8px;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.reports-page{margin:0 auto;max-width:1200px;padding:20px}.reports-page .reports-header{background:#f8f9fa;border-radius:8px;margin-bottom:30px;padding:20px}.reports-page .reports-header h1{color:#2c3e50;margin-bottom:20px;text-align:center}.reports-page .report-controls{align-items:end;display:flex;flex-wrap:wrap;gap:20px}.reports-page .report-controls .form-group{flex:1 1;min-width:300px}.reports-page .report-controls .form-group label{color:#555;display:block;font-weight:700;margin-bottom:5px}.reports-page .report-controls .form-group .form-select{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:10px;width:100%}.reports-page .report-controls .btn{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 30px}.reports-page .report-controls .btn:hover:not(:disabled){background:#0056b3}.reports-page .report-controls .btn:disabled{background:#6c757d;cursor:not-allowed}@media print{body *{visibility:hidden}.reports-page,.reports-page *{visibility:visible}.reports-header{display:none!important}.print-report{left:0;position:absolute;top:0;width:100%}.group-section{break-after:page;page-break-after:always}.group-section:last-child{break-after:avoid;page-break-after:avoid}.report-table{border-collapse:collapse;font-family:Arial,sans-serif;margin-bottom:20px;width:100%}.report-table td,.report-table th{border:1px solid #000;font-size:14px;padding:8px 12px;text-align:right}.report-table th{background-color:#f2f2f2;font-weight:700}.report-table .empty-cell{min-height:30px}.group-title{border-bottom:2px solid #000;color:#000;font-size:20px;font-weight:700;margin:20px 0;padding-bottom:10px;text-align:center}}@media screen{.print-report{display:none}.print-report.show-report{display:block;margin-top:30px}.report-table{border-collapse:collapse;margin-bottom:30px;width:100%}.report-table td,.report-table th{border:1px solid #ddd;padding:12px;text-align:right}.report-table th{color:#2c3e50;font-weight:700}.report-table th,.report-table tr:nth-child(2n){background-color:#f8f9fa}.report-table .empty-cell{background-color:#f0f0f0;min-height:40px}.group-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:40px;padding:20px}.group-title{border-bottom:2px solid #007bff;color:#2c3e50;margin-bottom:20px;padding-bottom:10px}}.group-header{align-items:center;background:#f8f9fa;border-radius:8px;border-right:4px solid #007bff;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}@media print{.group-header{background:#f0f0f0;border-right:4px solid #000}}.group-stats{display:flex;flex-wrap:wrap;gap:20px}.group-stats .stat-item{background:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:8px 15px}@media print{.group-stats .stat-item{background:#f8f8f8;border:1px solid #000}}.group-stats .stat-item strong{color:#007bff}@media print{.group-stats .stat-item strong{color:#000}}.group-title{color:#2c3e50;font-size:20px;margin:0}@media print{.group-title{color:#000}}.report-table td:nth-child(6),.report-table th:nth-child(6){color:#28a745;font-weight:700;text-align:left}@media print{.report-table td:nth-child(6),.report-table th:nth-child(6){color:#000}}@media(max-width:768px){.group-header{align-items:flex-start;flex-direction:column;gap:15px}.group-stats{justify-content:space-between;width:100%}}@media print{.group-header{break-inside:avoid;page-break-inside:avoid}}*{box-sizing:border-box;margin:0;padding:0}:root{--header-height:70px;--sidebar-width:250px;--sidebar-width-collapsed:70px;--transition-duration:0.3s}body{background-color:#f5f5f5;direction:rtl;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.app{min-height:100vh}.app.sidebar-open .content-area{margin-right:250px;margin-right:var(--sidebar-width)}.app.sidebar-closed .content-area{margin-right:70px;margin-right:var(--sidebar-width-collapsed)}.loading-container{align-items:center;color:#666;display:flex;flex-direction:column;font-size:18px;gap:1rem;height:100vh;justify-content:center}.spinner-large{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:50px;width:50px}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{display:flex;flex:1 1;margin-top:70px;margin-top:var(--header-height);position:relative;transition:margin-right .3s ease;transition:margin-right var(--transition-duration) ease}.content-area{background-color:#f8f9fa;flex:1 1;min-height:calc(100vh - 70px);min-height:calc(100vh - var(--header-height));overflow-y:auto;padding:20px;transition:all .3s ease;transition:all var(--transition-duration) ease}.header{height:70px;height:var(--header-height);left:0;top:0;z-index:1000}.header,.sidebar{position:fixed;right:0}.sidebar{bottom:0;top:70px;top:var(--header-height);transition:width .3s ease;transition:width var(--transition-duration) ease;z-index:999}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-group{margin-bottom:1rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.btn{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn:disabled{cursor:not-allowed;opacity:.6}@media(max-width:768px){.main-content{margin-top:70px;margin-top:var(--header-height)}.content-area{margin-right:0!important;padding:15px}.sidebar.sidebar-closed,.sidebar.sidebar-open{transform:translateX(100%);transition:transform .3s ease;transition:transform var(--transition-duration) ease;width:100%!important}.sidebar.sidebar-closed.mobile-open,.sidebar.sidebar-open.mobile-open{transform:translateX(0)}}
/*# sourceMappingURL=main.c31ea0e9.css.map*/