.app-layout{display:flex;min-height:100vh;background:#f8f9fb}.main-content-area{flex:1;display:flex;flex-direction:column;min-width:0}app-sidebar{z-index:2}.profile-container{background:#f8f9fb;border-radius:20px;padding:24px;margin:24px 0}.profile-header{position:relative;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px #00000008;padding-bottom:32px;min-height:220px}.profile-cover{background:linear-gradient(90deg,#5f5dcf,#6e6edb);height:80px;width:100%}.profile-avatar-wrapper{position:absolute;left:50%;top:40px;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center}.profile-avatar{width:80px;height:80px;border-radius:50%;border:4px solid #fff;object-fit:cover;box-shadow:0 2px 8px #00000014}.profile-info{margin-top:60px;text-align:center}.profile-info h2{margin:16px 0 8px;font-size:1.5rem;font-weight:600}.profile-summary{display:flex;justify-content:center;align-items:flex-start;gap:48px;margin-top:16px}.profile-summary>div{min-width:160px}.profile-label{color:#b0b3c6;font-size:.95rem;margin-top:4px}.divider{width:1px;background:#fff;height:40px;align-self:center}.profile-actions{display:flex;justify-content:center;gap:18px;margin-top:32px}.profile-actions .update-btn{background:linear-gradient(90deg,#5f5dcf,#6e6edb);color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:1.08rem;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #5f5dcf14;transition:background .2s,transform .1s}.profile-actions .update-btn:hover{background:linear-gradient(90deg,#4b4bb7,#5f5dcf);transform:translateY(-2px) scale(1.04)}.modal-overlay{position:fixed;inset:0;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:18px;padding:32px 28px 24px;min-width:340px;max-width:95vw;box-shadow:0 8px 32px #0000002e;position:relative;animation:modalIn .18s cubic-bezier(.4,2,.6,1) both}@keyframes modalIn{0%{opacity:0;transform:translateY(40px) scale(.98)}to{opacity:1;transform:none}}.modal-close{position:absolute;top:12px;right:18px;background:none;border:none;font-size:2rem;color:#b0b3c6;cursor:pointer;transition:color .2s;z-index:10}.modal-close:hover{color:#5f5dcf}.avatar-pencil{position:absolute;right:-8px;bottom:8px;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#5f5dcf;cursor:pointer;box-shadow:0 2px 8px #5f5dcf14;transition:background .2s,color .2s}.avatar-pencil:hover{background:#f0f0ff;color:#4b4bb7}.profile-edit-container{background:#fff;border-radius:20px;padding:0;margin:32px 0;box-shadow:0 2px 8px #00000008}.profile-edit-container h2{font-size:1.4rem;font-weight:600;margin-bottom:4px}.profile-edit-subtitle{color:#b0b3c6;margin-bottom:24px}.profile-edit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.form-group{display:flex;flex-direction:column}.profile-edit-actions{display:flex;justify-content:flex-end}@media (max-width: 900px){.profile-edit-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.profile-edit-grid{grid-template-columns:1fr}.profile-edit-container{padding:16px}}.avatar-upload-container{background:#fff;border-radius:20px;padding:32px;margin:32px 0;box-shadow:0 2px 8px #00000008;max-width:400px;text-align:center}.avatar-upload-container h2{font-size:1.3rem;font-weight:600;margin-bottom:24px}.avatar-preview{margin-bottom:20px}.avatar-preview img{width:90px;height:90px;border-radius:50%;border:4px solid #f8f9fb;object-fit:cover;box-shadow:0 2px 8px #00000014}.avatar-input{display:block;margin:0 auto 20px}.avatar-upload-actions{display:flex;justify-content:center}.upload-btn{background:#5f5dcf;color:#fff;border:none;border-radius:8px;padding:12px 36px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.upload-btn:hover{background:#4b4bb7}.change-password-container{background:#fff;border-radius:20px;padding:0!important;margin:32px 0;box-shadow:0 2px 8px #00000008;max-width:400px}.change-password-container h2{font-size:1.3rem;font-weight:600;margin-bottom:24px}.form-group{display:flex;flex-direction:column;margin-bottom:20px}.form-group input{padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#f8f9fb;outline:none;transition:border .2s}.form-group input:focus{border:1.5px solid #5f5dcf}.change-password-actions{display:flex;justify-content:flex-end}.update-btn{background:#5f5dcf;color:#fff;border:none;border-radius:8px;padding:12px 36px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.update-btn:hover{background:#4b4bb7}.report-container{background:#fff;border-radius:20px;padding:32px;margin:32px 0;box-shadow:0 2px 8px #00000008}.report-container h2{font-size:1.6rem;font-weight:700;margin-bottom:24px}.report-form .form-row{display:flex;gap:24px;margin-bottom:24px}.report-form input{padding:12px 18px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem;flex:1}.filter-fields{display:flex;gap:18px;align-items:center;margin-bottom:12px}.report-list-section{margin-top:24px}.report-table{width:100%;border-collapse:separate;border-spacing:0}.report-table th,.report-table td{padding:14px 12px;text-align:left;font-size:1rem}.report-table th{color:#a78bfa;font-weight:600;background:#f3e8ff}.report-table tbody tr{border-bottom:1px solid #f3f4f6}.report-table tbody tr:last-child{border-bottom:none}.report-table td{color:#333}@media (max-width: 900px){.report-form .form-row,.filter-fields{flex-direction:column;gap:10px;align-items:flex-start}}.report-card{background:#fff;border-radius:18px;box-shadow:0 2px 8px #0000000a;padding:32px 32px 24px;margin:32px auto;max-width:1200px}.report-title{font-size:2rem;font-weight:700;margin-bottom:24px;text-align:left}.filter-form-modern{background:#f8f9fb;border-radius:16px;box-shadow:0 1px 4px #00000008;padding:28px 24px 18px;margin-bottom:32px}.filter-fields-row{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-end}.filter-field{display:flex;flex-direction:column;flex:1 1 180px;min-width:180px;max-width:260px}.filter-field label{font-size:1rem;color:#444;margin-bottom:7px;font-weight:500;display:flex;align-items:center;gap:6px}.filter-input{padding:0 14px;border:1.5px solid #e0e0e0;border-radius:5px;font-size:15px;background:#f8f9fb;transition:border-color .2s,box-shadow .2s;height:44px;box-shadow:0 1px 3px #3c3c3c0a;font-family:inherit;color:#222}.filter-input::placeholder{color:#888;opacity:1;font-size:1.05rem;font-family:inherit}.filter-input:focus,.filter-input:hover{outline:none;border-color:#5c6ef8;background:#fff;box-shadow:0 2px 8px #5c6ef81a}.filter-actions{display:flex;flex-direction:row;gap:12px;align-items:flex-end;margin-left:auto;height:44px}.search-btn,.clear-btn{padding:12px 28px;border-radius:8px;font-size:1.08rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:8px;height:44px;font-family:inherit}.search-btn{background:#5c6ef8;color:#fff;box-shadow:0 2px 8px #5c6ef814}.search-btn:hover,.search-btn:focus{background:#3d4fc3}.clear-btn{background:#f3f4f6;color:#666}.clear-btn:hover,.clear-btn:focus{background:#e5e7eb}.section-title{font-size:1.2rem;font-weight:600;margin-bottom:16px;margin-top:24px}.table-responsive{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.styled-table{width:100%;border-collapse:collapse;font-size:1rem;background:#fff;border-radius:12px;overflow:hidden}.styled-table thead tr{background:#e9d8fd;color:#4b2995;font-weight:600}.styled-table th,.styled-table td{padding:8px 12px;text-align:left}.styled-table tbody tr{border-bottom:1px solid #f0f0f0}.styled-table tbody tr:last-child{border-bottom:none}.styled-table tbody tr:nth-child(2n){background:#f8f6fc}.sort-icon{font-size:1rem;margin-left:4px;color:#a78bfa;cursor:pointer}@media (max-width: 1100px){.filter-fields-row{flex-direction:column;gap:18px}.filter-actions{margin-left:0;justify-content:flex-start}}@media (max-width: 700px){.report-card{padding:10px 2vw}.filter-form-modern{padding:12px 4px 8px}.filter-field,.filter-input,.search-btn,.clear-btn,.filter-actions{min-width:0;max-width:100%;width:100%;font-size:1rem;height:38px}.filter-fields-row{gap:10px}}.lead-list-container{background:#fff;border-radius:20px;padding:32px;margin:32px 0;box-shadow:0 2px 8px #00000008}.lead-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.add-leads-btn{background:#a78bfa;color:#fff;border:none;border-radius:8px;padding:10px 28px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.add-leads-btn:hover{background:#7c3aed}.lead-list-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.rows-select label{margin-right:8px;color:#888}.rows-select select{padding:6px 16px;border-radius:6px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem}.search-box input{padding:8px 16px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem}.lead-table-wrapper{overflow-x:auto}.lead-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:18px}.lead-table thead tr{background:#f3e8ff}.lead-table th,.lead-table td{padding:14px 12px;text-align:left;font-size:1rem}.lead-table th{color:#a78bfa;font-weight:600;border-bottom:2px solid #f3e8ff}.lead-table tbody tr{border-bottom:1px solid #f3f4f6}.lead-table tbody tr:last-child{border-bottom:none}.lead-table td{color:#333}.action-icon{display:inline-block;width:22px;height:22px;margin-right:8px;vertical-align:middle;cursor:pointer}.action-icon.view{background:url('data:image/svg+xml;utf8,<svg fill="%236b7280" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M10 3C5 3 1.73 7.11 1.08 7.98a1.5 1.5 0 000 1.98C1.73 12.89 5 17 10 17s8.27-4.11 8.92-4.98a1.5 1.5 0 000-1.98C18.27 7.11 15 3 10 3zm0 12c-3.87 0-7.19-3.13-7.88-4C2.81 8.13 6.13 5 10 5s7.19 3.13 7.88 4c-.69.87-4.01 4-7.88 4zm0-7a3 3 0 100 6 3 3 0 000-6zm0 4a1 1 0 110-2 1 1 0 010 2z"/></svg>') no-repeat center/contain}.action-icon.edit{background:url('data:image/svg+xml;utf8,<svg fill="%236b7280" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M17.414 2.586a2 2 0 00-2.828 0l-9.9 9.9A2 2 0 004 14v2a2 2 0 002 2h2a2 2 0 001.414-.586l9.9-9.9a2 2 0 000-2.828l-2-2zM6 16v-2l9.293-9.293 2 2L8 16H6zm10.293-10.293l-2-2L15.586 2l2 2-1.293 1.293z"/></svg>') no-repeat center/contain}.action-icon.delete{background:url('data:image/svg+xml;utf8,<svg fill="%23ef4444" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M6 8a1 1 0 011 1v6a1 1 0 11-2 0V9a1 1 0 011-1zm4 0a1 1 0 011 1v6a1 1 0 11-2 0V9a1 1 0 011-1zm4 0a1 1 0 011 1v6a1 1 0 11-2 0V9a1 1 0 011-1z"/><path d="M4 6h12v2H4V6zm2-2h8a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"/></svg>') no-repeat center/contain}.action-icon.download{background:url('data:image/svg+xml;utf8,<svg fill="%236b7280" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M13 10V5a1 1 0 10-2 0v5H8l2 2 2-2h-1zm-7 4a1 1 0 011-1h10a1 1 0 011 1v2a1 1 0 01-1 1H6a1 1 0 01-1-1v-2z"/></svg>') no-repeat center/contain}.page{background:#f3e8ff;color:#a78bfa;border-radius:6px;padding:4px 12px;font-weight:500;cursor:pointer}.page.active,.page:hover{background:#a78bfa;color:#fff}.dots{color:#b0b3c6;padding:0 6px}@media (max-width: 900px){.lead-list-container{padding:16px}.lead-list-header,.lead-list-controls{flex-direction:column;align-items:flex-start;gap:12px}}.modal-backdrop{position:fixed;inset:0;background:#0000001f;z-index:1000;display:flex;align-items:center;justify-content:center}.modal{background:#fff;border-radius:20px;width:420px;max-width:95vw;box-shadow:0 4px 32px #0000001a;padding:0 0 24px;animation:fadeIn .2s}@keyframes fadeIn{0%{transform:scale(.98);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px 0}.modal-header h3{font-size:1.3rem;font-weight:600;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#b0b3c6;cursor:pointer;line-height:1}.modal-body{padding:16px 32px 0}.form-group{display:flex;flex-direction:column;margin-bottom:18px}.form-group label{font-size:1rem;margin-bottom:6px;color:#333}.form-group input[type=text],.form-group input[type=file]{padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#f8f9fb;outline:none;transition:border .2s;width:95%}.form-group input[type=text]:focus{border:1.5px solid #a78bfa}.modal-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:18px}.close-action{background:#ff4d7e;color:#fff;border:none;border-radius:8px;padding:10px 32px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.close-action:hover{background:#e11d48}.upload-action{background:#a78bfa;color:#fff;border:none;border-radius:8px;padding:10px 32px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.upload-action:hover{background:#7c3aed}.lead-search-bar{display:flex;align-items:center;gap:12px;margin-bottom:18px}.lead-search-bar input{padding:8px 16px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem}.search-btn{background:#a78bfa;color:#fff;border:none;border-radius:8px;padding:8px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.lead-download-container{display:flex;align-items:center;gap:12px;margin-bottom:18px}.lead-download-container input{padding:8px 16px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem}.download-btn{background:#a78bfa;color:#fff;border:none;border-radius:8px;padding:8px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.download-btn:hover{background:#7c3aed}.lead-filter-container{background:#fff;border-radius:20px;padding:32px;margin:32px 0;box-shadow:0 2px 8px #00000008}.lead-filter-container h2{font-size:2rem;font-weight:700;margin-bottom:24px}.lead-filter-form .form-row{display:flex;gap:32px;margin-bottom:24px}.form-group{display:flex;flex-direction:column;flex:1;min-width:234px;margin-bottom:0}.form-group label{font-size:1.08rem;font-weight:600;margin-bottom:8px;color:#222;letter-spacing:.01em}.filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 32px;margin-bottom:0}@media (max-width: 1200px){.filter-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.filter-grid{grid-template-columns:1fr}}.lead-filter-form input{padding:18px 24px;border-radius:12px;border:1px solid #ececec;background:#f8f9fb;font-size:1.1rem;flex:1;margin-bottom:0;box-shadow:none;transition:border .2s}.lead-filter-form input:focus{border:1.5px solid #a78bfa;outline:none}.filter-title{font-weight:700;font-size:1.2rem;margin-bottom:16px}.filter-fields{display:flex;gap:24px;align-items:center;margin-bottom:16px}.filter-fields input{padding:16px 20px;border-radius:10px;border:1px solid #ececec;background:#f8f9fb;font-size:1.05rem;min-width:180px;box-shadow:none;transition:border .2s}.filter-fields input:focus{border:1.5px solid #a78bfa;outline:none}.search-btn{background:#a78bfa;color:#fff;border:none;border-radius:10px;padding:14px 44px;font-size:1.15rem;font-weight:600;cursor:pointer;transition:background .2s;margin-left:16px}.search-btn:hover{background:#7c3aed}.lead-filter-list-section{margin-top:32px}.list-title{font-weight:700;font-size:1.15rem;margin-bottom:14px}.lead-filter-table{width:100%;border-collapse:separate;border-spacing:0}.lead-filter-table th,.lead-filter-table td{padding:16px 14px;text-align:left;font-size:1.05rem}.lead-filter-table th{color:#a78bfa;font-weight:700;background:#f3e8ff}.lead-filter-table tbody tr{border-bottom:1px solid #f3f4f6}.lead-filter-table tbody tr:last-child{border-bottom:none}.lead-filter-table td{color:#333}.lead-filter-table button{background:#a78bfa;color:#fff;border:none;border-radius:8px;padding:8px 22px;font-size:1rem;font-weight:500;cursor:pointer;margin-right:8px;transition:background .2s}.lead-filter-table button:hover{background:#7c3aed}@media (max-width: 900px){.lead-filter-form .form-row,.filter-fields{flex-direction:column;gap:12px;align-items:flex-start}.search-btn{margin-left:0;width:100%}}.data-processing-container{background:#fff;border-radius:20px;padding:32px;margin:32px 0;box-shadow:0 2px 8px #00000008}.data-processing-container h2{font-size:1.6rem;font-weight:700;margin-bottom:24px}.processing-form .form-row{display:flex;gap:24px;margin-bottom:24px}.processing-form input{padding:12px 18px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem;flex:1}.process-btn{background:#a78bfa;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.process-btn:hover{background:#7c3aed}.filter-section{margin-bottom:24px}.filter-fields input{padding:10px 16px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem;min-width:160px}.search-btn{background:#5f5dcf;color:#fff;border:none;border-radius:8px;padding:12px 36px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.search-btn:hover{background:#4b4bb7}.processing-list-section{margin-top:24px}.list-title{font-weight:600;margin-bottom:10px}.processing-table{width:100%;border-collapse:separate;border-spacing:0}.processing-table th,.processing-table td{padding:14px 8px;text-align:left;font-size:1rem}.processing-table th{color:#a78bfa;font-weight:600;background:#f3e8ff}.processing-table tbody tr{border-bottom:1px solid #f3f4f6}.processing-table tbody tr:last-child{border-bottom:none}.processing-table td{color:#333}@media (max-width: 900px){.processing-form .form-row,.filter-fields{flex-direction:column;gap:10px;align-items:flex-start}}.dnc-list-container{padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.dnc-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dnc-list-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.add-dnc-btn{background:#5f5dcf;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.add-dnc-btn:hover{background:#4b4bb7}.dnc-list-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px;padding:8px 0}.dnc-list-controls .search-box{flex:1;display:flex;align-items:center}.dnc-list-controls .search-box input{width:100%;padding:12px 18px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:1.05rem;background:#f8f9fb;outline:none;transition:border .2s,box-shadow .2s;box-shadow:0 1px 2px #5050b408}.dnc-list-controls .search-box input:focus{border-color:#a78bfa;background:#fff;box-shadow:0 2px 8px #a78bfa14}.dnc-list-controls .rows-select{display:flex;align-items:center;gap:8px;margin-left:16px}.dnc-list-controls .rows-select label{color:#888;font-size:1rem;margin-right:4px}.dnc-list-controls .rows-select select{padding:8px 16px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;font-size:1rem;outline:none;cursor:pointer;box-shadow:0 1px 2px #5050b408;transition:border .2s}.dnc-list-controls .rows-select select:focus{border-color:#a78bfa}.dnc-table-wrapper{overflow-x:auto;margin-bottom:20px}.dnc-table{width:100%;border-collapse:collapse;font-size:.95rem}.dnc-table th,.dnc-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.dnc-table th{background:#f8f9fb;color:#666;font-weight:500;white-space:nowrap}.dnc-table th span{color:#999;margin-left:4px;cursor:pointer}.dnc-table td{color:#333}.dnc-table .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500;background:#fee2e2;color:#ef4444}.dnc-table .status-badge.active{background:#dcfce7;color:#22c55e}.dnc-table .action-buttons{display:flex;gap:8px}.dnc-table .action-buttons .action-btn{padding:8px 20px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:0 1px 4px #5050b40a;transition:background .2s,color .2s,box-shadow .2s;outline:none}.dnc-table .action-buttons .action-btn.deactivate,.dnc-table .action-buttons .action-btn.activate{background:#ede9fe;color:#7c3aed;border:none}.dnc-table .action-buttons .action-btn.deactivate:hover,.dnc-table .action-buttons .action-btn.activate:hover{background:#c7d2fe;color:#5b21b6}.dnc-table .action-buttons .action-btn.delete{background:#fee2e2;color:#ef4444;border:none}.dnc-table .action-buttons .action-btn.delete:hover{background:#fecaca;color:#b91c1c}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px}.pagination .page{background:#f3e8ff;color:#a78bfa;border-radius:6px;padding:4px 12px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.pagination .page.active,.pagination .page:hover{background:#a78bfa;color:#fff}@media (max-width: 768px){.dnc-list-container{padding:16px}.dnc-list-controls{flex-direction:column;align-items:stretch}.dnc-table{font-size:.9rem}.dnc-table th,.dnc-table td{padding:8px 12px}}.dnc-stats-container{padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.stats-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.stats-header .last-updated{color:#666;font-size:.9rem}.error-message{text-align:center;padding:20px;color:#ef4444;background:#fee2e2;border-radius:8px;margin:20px 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#f8f9fb;border-radius:12px;padding:20px;text-align:center}.stat-card h3{font-size:1rem;color:#666;margin:0 0 12px}.stat-card .stat-value{font-size:18px;font-weight:600;color:#333;margin-bottom:6px}.stat-card .stat-percentage{font-size:.9rem;color:#666}.stat-card.total{background:#f3e8ff}.stat-card.total .stat-value{color:#a78bfa}.stat-card.active{background:#dcfce7}.stat-card.active .stat-value{color:#22c55e}.stat-card.inactive{background:#fee2e2}.stat-card.inactive .stat-value{color:#ef4444}.stat-card.mobile{background:#dbeafe}.stat-card.mobile .stat-value{color:#3b82f6}.stat-card.landline{background:#fef3c7}.stat-card.landline .stat-value{color:#d97706}.sources-section{margin-bottom:32px}.sources-section h3{font-size:1.2rem;color:#333;margin-bottom:16px}.sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.source-card{background:#f8f9fb;border-radius:12px;padding:16px;text-align:center}.source-card .source-label{font-size:.9rem;color:#666;margin-bottom:8px}.source-card .source-value{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:4px}.source-card .source-percentage{font-size:.9rem;color:#666}.trend-section h3{font-size:1.2rem;color:#333;margin-bottom:16px}.trend-chart{display:flex;align-items:flex-end;gap:20px;height:200px;padding:20px 0}.trend-bar{flex:1;background:#a78bfa;border-radius:6px 6px 0 0;min-height:20px;position:relative;transition:height .3s ease}.trend-bar .trend-value{position:absolute;top:-25px;left:50%;transform:translate(-50%);font-size:.9rem;color:#666}.trend-bar .trend-label{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);font-size:.9rem;color:#666}@media (max-width: 768px){.dnc-stats-container{padding:16px}.stats-grid,.sources-grid{grid-template-columns:1fr}.trend-chart{height:150px}}.dnc-check-container{padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.check-section{margin-bottom:32px}.check-section h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:24px}.check-form{max-width:600px;margin-bottom:24px}.input-group{margin-bottom:16px}.input-group label{display:block;font-size:.9rem;color:#666;margin-bottom:8px}.input-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.input-group input:focus{outline:none;border-color:#a78bfa;box-shadow:0 0 0 2px #a78bfa1a}.input-group input.error{border-color:#ef4444}.input-group .error-message{color:#ef4444;font-size:.9rem;margin-top:8px}.button-group{display:flex;gap:12px}.button-group button{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.button-group button:disabled{opacity:.7;cursor:not-allowed}.button-group .check-btn{background:#a78bfa;color:#fff}.button-group .check-btn:hover:not(:disabled){background:#8b5cf6}.button-group .clear-btn{background:#f3f4f6;color:#666}.button-group .clear-btn:hover:not(:disabled){background:#e5e7eb}.check-result{margin-top:24px}.result-card{background:#f8f9fb;border-radius:12px;padding:20px;max-width:600px}.result-card.found{background:#fee2e2}.result-card h3{font-size:1.2rem;color:#333;margin:0 0 16px}.result-details p{margin:8px 0;display:flex;align-items:center;gap:8px}.result-details p .label{font-size:.9rem;color:#666;min-width:100px}.result-details p .value{font-size:1rem;color:#333;font-weight:500}.result-details p .value.found{color:#ef4444}.recent-checks-section h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:24px}.loading-spinner{text-align:center;padding:40px;color:#666}.recent-checks-list{display:flex;flex-direction:column;gap:12px}.check-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8f9fb;border-radius:8px;transition:background-color .3s ease}.check-item:hover{background:#f3f4f6}.check-item .check-info{display:flex;flex-direction:column;gap:4px}.check-item .check-info .phone-number{font-size:1rem;color:#333;font-weight:500}.check-item .check-info .check-date{font-size:.9rem;color:#666}.check-item .check-status{padding:6px 12px;border-radius:6px;font-size:.9rem;font-weight:500;background:#dcfce7;color:#22c55e}.check-item .check-status.found{background:#fee2e2;color:#ef4444}.no-checks{text-align:center;padding:40px;color:#666;background:#f8f9fb;border-radius:8px}@media (max-width: 768px){.dnc-check-container{padding:16px}.button-group{flex-direction:column}.check-item{flex-direction:column;align-items:flex-start;gap:12px}.check-item .check-status{align-self:flex-start}}.dnc-modal-backdrop{position:fixed;inset:0;background:#00000040;z-index:1000;display:flex;align-items:center;justify-content:center}.dnc-modal{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;width:100%;max-width:420px;padding:0;animation:modalIn .2s}@keyframes modalIn{0%{transform:translateY(40px) scale(.98);opacity:0}to{transform:none;opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0;border-radius:16px 16px 0 0}.modal-header h2{font-size:1.3rem;font-weight:600;color:#333;margin:0}.modal-header .close-btn{background:none;border:none;font-size:2rem;color:#aaa;cursor:pointer;transition:color .2s;line-height:1;padding:0 0 4px}.modal-header .close-btn:hover{color:#ef4444}.modal-body{padding:24px}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:.95rem;color:#555;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;background:#f8f9fb;outline:none;transition:border .2s;resize:none;margin-bottom:2px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#a78bfa}.error-message{color:#ef4444;font-size:.95rem;margin-top:8px;text-align:center}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:0 24px 20px}.modal-footer .submit-btn{background:#5f5dcf;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.modal-footer .submit-btn:hover{background:#4b4bb7}.modal-footer .cancel-btn{background:#f3f4f6;color:#666;border:none;border-radius:8px;padding:10px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.modal-footer .cancel-btn:hover{background:#e5e7eb}@media (max-width: 600px){.dnc-modal{max-width:98vw;padding:0}.modal-header,.modal-body,.modal-footer{padding-left:12px;padding-right:12px}}.dashboard-wrapper{display:flex;height:100vh;overflow:hidden;background-color:#f0f2f5}.main-content-area{flex-grow:1;display:flex;flex-direction:column;overflow-y:auto;height:100vh}.main-content-area{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.main-content-area::-webkit-scrollbar{display:none}.dashboard-main{padding:30px;flex-grow:1;background-color:#f0f2f5}@media (max-width: 768px){.dashboard-wrapper{flex-direction:column}.main-content-area{height:auto}.dashboard-main{padding:20px}}.dashboard-title{font-size:1.6rem;font-weight:700;margin-bottom:24px}.dashboard-stats{display:flex;gap:24px;margin-bottom:32px}.stat-card{flex:1;background:#fff;border-radius:16px;padding:12px 20px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 2px 8px #00000008;min-width:180px;min-height:100px}.stat-icon{font-size:2.2rem;margin-bottom:10px;color:#a78bfa}.stat-value{font-size:1.5rem;font-weight:700;margin-bottom:4px}.stat-label{color:#888;font-size:1rem}.dashboard-filter-row{margin:32px 0 18px}.filter-title{font-weight:600;margin-bottom:10px}.filter-fields{display:flex;gap:18px;align-items:center}.filter-date{padding:10px 16px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fb;font-size:1rem;min-width:160px}.filter-search-btn{background:#5f5dcf;color:#fff;border:none;border-radius:8px;padding:12px 36px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.filter-search-btn:hover{background:#4b4bb7}.dashboard-table-wrapper{margin-top:18px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000008;padding:0 0 18px}.dashboard-table{width:100%;border-collapse:separate;border-spacing:0}.dashboard-table thead tr{background:#f3e8ff}.dashboard-table th,.dashboard-table td{padding:14px 12px;text-align:left;font-size:1rem}.dashboard-table th{color:#a78bfa;font-weight:600;border-bottom:2px solid #f3e8ff}.dashboard-table tbody tr{border-bottom:1px solid #f3f4f6}.dashboard-table tbody tr:last-child{border-bottom:none}.dashboard-table td{color:#333}@media (max-width: 900px){.dashboard-main{padding:16px}.dashboard-stats{flex-direction:column;gap:16px}.stat-card{min-width:0}.filter-fields{flex-direction:column;gap:10px;align-items:flex-start}}.dashboard-activity{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;margin-top:32px;padding:24px 32px;max-width:700px}.dashboard-activity h3{font-size:1.3rem;font-weight:700;margin-bottom:18px;color:#222}.dashboard-activity ul{list-style:none;padding:0;margin:0}.dashboard-activity li{display:flex;align-items:center;gap:10px;font-size:1.08rem;margin-bottom:14px;padding:10px 0;border-bottom:1px solid #f3f4f6;font-weight:500;color:#333}.dashboard-activity li:last-child{border-bottom:none}.dashboard-activity .activity-type{font-weight:600;color:#7c3aed;margin-right:4px}.dashboard-activity .activity-detail{color:#444;margin-right:4px}.dashboard-activity .activity-time{color:#888;font-size:.98rem;margin-left:auto;font-weight:400}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}
