.licensed-companies-page{padding:2.5rem 2rem 6rem;width:100%;max-width:1280px;margin:0 auto;overflow:visible;display:flex;flex-direction:column;min-height:auto}@media(max-width:768px){.licensed-companies-page{padding:1.5rem 1rem 5rem}}.licensed-companies-page .page-header{text-align:center;margin-bottom:2.5rem;padding:0 .5rem;flex-shrink:0}.licensed-companies-page .page-header .page-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:.75rem;letter-spacing:-.025em;line-height:1.2}@media(max-width:768px){.licensed-companies-page .page-header .page-title{font-size:1.75rem}}.licensed-companies-page .page-header .page-description{font-size:1.1rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.6}@media(max-width:768px){.licensed-companies-page .page-header .page-description{font-size:.95rem}}.licensed-companies-page .controls-section{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:1.75rem;margin-bottom:2.5rem;border:1px solid rgba(229,231,235,.7);width:100%;box-shadow:0 4px 20px -2px rgba(0,0,0,.05);flex-shrink:0}.licensed-companies-page .controls-section .search-form{width:100%;max-width:100%;margin:0 auto 1.5rem}.licensed-companies-page .controls-section .search-form .search-input-wrapper{display:flex;align-items:center;background:#fff;border-radius:12px;padding:.5rem 1.25rem;border:1px solid #d1d5db;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.02)}.licensed-companies-page .controls-section .search-form .search-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.15)}.licensed-companies-page .controls-section .search-form .search-input-wrapper .search-icon{color:#9ca3af;margin-right:.75rem;flex-shrink:0}.licensed-companies-page .controls-section .search-form .search-input-wrapper .search-input{flex:1 1;border:none;background:rgba(0,0,0,0);padding:.625rem 0;font-size:1rem;outline:none;color:#1f2937}.licensed-companies-page .controls-section .search-form .search-input-wrapper .search-input::placeholder{color:#9ca3af}.licensed-companies-page .controls-section .search-form .search-input-wrapper .search-button{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.75rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .2s;white-space:nowrap}.licensed-companies-page .controls-section .search-form .search-input-wrapper .search-button:hover{background:#2563eb}.licensed-companies-page .controls-section .filters-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:100%;margin:0 auto 1.5rem;background:#f9fafb;padding:1.25rem;border-radius:12px;border:1px solid #e5e7eb}.licensed-companies-page .controls-section .filters-container .filter-group{display:flex;flex-direction:column;gap:.5rem}.licensed-companies-page .controls-section .filters-container .filter-group label{font-size:.75rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em}.licensed-companies-page .controls-section .filters-container .filter-group .filter-date,.licensed-companies-page .controls-section .filters-container .filter-group .filter-select{padding:.625rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#374151;background-color:#fff;outline:none;transition:border-color .15s ease-in-out}.licensed-companies-page .controls-section .filters-container .filter-group .filter-date:focus,.licensed-companies-page .controls-section .filters-container .filter-group .filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.licensed-companies-page .controls-section .filters-container .reset-filters-button{align-self:flex-end;background:#4b5563;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .2s;height:42px;white-space:nowrap}.licensed-companies-page .controls-section .filters-container .reset-filters-button:hover{background:#374151}.licensed-companies-page .controls-section .results-info{display:flex;justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;padding-top:1rem;border-top:1px solid #e5e7eb}.licensed-companies-page .controls-section .results-info .results-count{color:#4b5563;font-size:.95rem;font-weight:500}.licensed-companies-page .scrollable-content{width:100%;overflow:visible}.licensed-companies-page .no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.licensed-companies-page .no-results svg{color:#9ca3af;margin-bottom:1.25rem}.licensed-companies-page .no-results h3{color:#111827;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.licensed-companies-page .no-results p{color:#6b7280;font-size:1rem}.licensed-companies-page .companies-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem;width:100%;overflow:visible;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.licensed-companies-page .companies-grid .company-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;min-height:420px}.licensed-companies-page .companies-grid .company-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.05);border-color:#3b82f6}.licensed-companies-page .companies-grid .company-card .company-logo-container{height:160px;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:1.25rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.licensed-companies-page .companies-grid .company-card .company-logo-container .company-logo{max-width:100%;max-height:100%;object-fit:contain;padding:.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.licensed-companies-page .companies-grid .company-card .company-logo-container .logo-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:800;border-radius:12px;box-shadow:0 4px 6px rgba(37,99,235,.2)}.licensed-companies-page .companies-grid .company-card .company-info{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.licensed-companies-page .companies-grid .company-card .company-info .company-name{font-size:1.15rem;font-weight:700;color:#111827;margin-bottom:.25rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.1rem}.licensed-companies-page .companies-grid .company-card .company-info .company-name-am{font-size:.9rem;color:#6b7280;margin-bottom:1rem;font-style:italic;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.licensed-companies-page .companies-grid .company-card .company-info .certificate-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.licensed-companies-page .companies-grid .company-card .company-info .certificate-info .certificate-label{font-size:.8rem;color:#6b7280;font-weight:600}.licensed-companies-page .companies-grid .company-card .company-info .certificate-info .certificate-number{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700;color:#374151;background:#f3f4f6;padding:.25rem .625rem;border-radius:6px;font-size:.8rem;letter-spacing:.02em}.licensed-companies-page .companies-grid .company-card .company-info .status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:9999px;font-size:.8rem;font-weight:600;margin-bottom:1rem;width:-moz-fit-content;width:fit-content;align-self:flex-start;flex-shrink:0;white-space:nowrap;background:#ecfdf5;color:#065f46}.licensed-companies-page .companies-grid .company-card .company-info .status-badge:has(.status-indicator.expired){background:#fef2f2;color:#991b1b}.licensed-companies-page .companies-grid .company-card .company-info .status-badge .status-indicator{width:8px;height:8px;border-radius:50%}.licensed-companies-page .companies-grid .company-card .company-info .status-badge .status-indicator.active{background:#10b981}.licensed-companies-page .companies-grid .company-card .company-info .status-badge .status-indicator.expired{background:#ef4444}.licensed-companies-page .companies-grid .company-card .company-info .dates{display:grid;grid-gap:.625rem;gap:.625rem;margin-bottom:1.5rem;background:#f9fafb;padding:.75rem 1rem;border-radius:8px;border:1px solid #f3f4f6}.licensed-companies-page .companies-grid .company-card .company-info .dates .date-item{display:flex;justify-content:space-between;align-items:center;font-size:.825rem}.licensed-companies-page .companies-grid .company-card .company-info .dates .date-item span:first-child{color:#6b7280;font-weight:500}.licensed-companies-page .companies-grid .company-card .company-info .dates .date-item span:last-child{color:#374151;font-weight:600}.licensed-companies-page .companies-grid .company-card .company-info .complain-button{width:100%;padding:.75rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .2s;margin-top:auto;flex-shrink:0}.licensed-companies-page .companies-grid .company-card .company-info .complain-button:hover{background:#dc2626}.licensed-companies-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;max-width:400px;margin-left:auto;margin-right:auto;box-shadow:0 2px 8px rgba(0,0,0,.02);flex-shrink:0}.licensed-companies-page .pagination .pagination-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#3b82f6;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.licensed-companies-page .pagination .pagination-button:hover:not(:disabled){background:#f9fafb;border-color:#3b82f6}.licensed-companies-page .pagination .pagination-button:disabled{opacity:.5;cursor:not-allowed}.licensed-companies-page .pagination .page-numbers{display:flex;align-items:center}.licensed-companies-page .pagination .page-numbers .current-page-indicator{font-size:.95rem;font-weight:700;color:#374151;padding:0 .5rem}.licensed-companies-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(17,24,39,.6);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.licensed-companies-page .modal-overlay .complaint-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid #e5e7eb}.licensed-companies-page .modal-overlay .complaint-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.licensed-companies-page .modal-overlay .complaint-modal .modal-header h2{font-size:1.35rem;font-weight:700;color:#111827;margin:0}.licensed-companies-page .modal-overlay .complaint-modal .modal-header .close-modal{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.licensed-companies-page .modal-overlay .complaint-modal .modal-header .close-modal:hover{background:#f3f4f6;color:#1f2937}.licensed-companies-page .modal-overlay .complaint-modal .modal-body{padding:1.5rem}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .company-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1.5rem;border:1px solid #e5e7eb}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .company-preview .modal-company-logo{width:50px;height:50px;object-fit:contain;border-radius:6px;background:#fff;padding:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .company-preview h3{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .125rem}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .company-preview .certificate-number-modal{font-size:.825rem;color:#6b7280;margin:0}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-group label{font-size:.85rem;font-weight:600;color:#374151}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-group input,.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-group textarea{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#1f2937;outline:none;transition:border-color .15s ease-in-out}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-group input:focus,.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(max-width:480px){.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-row{grid-template-columns:1fr;gap:0}}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-footer button{padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-footer .cancel-button{background:#fff;border:1px solid #d1d5db;color:#4b5563}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-footer .cancel-button:hover{background:#f9fafb;color:#1f2937}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-footer .submit-button{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-footer .submit-button:hover{background:#2563eb}.licensed-companies-page .modal-overlay .complaint-modal .modal-body .complaint-form .form-footer .submit-button:disabled{opacity:.6;cursor:not-allowed}