*,:after,:before{box-sizing:border-box}:root{--b-primary: #0f172a;--b-secondary: #021441;--b-success: #168916;--b-error: #C62D42;--b-gray: #eeeeed;--b-lightgray: #f5f5f5;--b-font-primary: "Acumin", sans-serif}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{background:#fff;border-bottom:1px solid #dee2e6;padding:1rem}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo-container{flex:1;display:flex;justify-content:center}.logo{width:120px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#495057}.logout-button{padding:.5rem 1rem;border:none;border-radius:4px;background:#f8f9fa;color:#495057;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.logout-button:hover{background:#e9ecef}.container{max-width:1200px;margin:1rem auto;padding:0 1rem}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.company-card{background:#fff;border-radius:6px;padding:.75rem;box-shadow:0 1px 2px #00000014;transition:transform .2s ease;height:120px;display:flex;flex-direction:column}.company-card:hover{transform:translateY(-2px);box-shadow:0 3px 4px #0000001a}.add-company-card{background:#f8f9fa;border:2px dashed #dee2e6;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.add-company-card:hover{background:#fff;border-color:#adb5bd}.add-icon{width:24px;height:24px;border-radius:12px;background:#4a90e2;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;font-size:18px}.add-text{color:#495057;font-size:.9rem;font-weight:500}.company-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.company-logo{width:32px;height:32px;background:#f5f5f5;border-radius:4px;flex-shrink:0}.company-name{font-size:.95rem;font-weight:600;color:#212529}.company-industry{font-size:.8rem;color:#6c757d}.card-actions{display:flex;gap:.5rem;margin-top:auto}.action-button{flex:1;padding:.4rem;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.view-button{background:#e9ecef;color:#495057}.view-button:hover{background:#dee2e6}.report-button{background:#e7f5ff;color:#1971c2}.report-button:hover{background:#d0ebff}@media (max-width: 768px){.company-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.company-grid{grid-template-columns:1fr}}
