.enterprise-company-profile-link {
    display: inline;
    padding: 0;
    border: 0;
    border-bottom: 1px dashed currentColor;
    background: transparent;
    color: #2563eb;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.enterprise-company-profile-link:hover { color: #1d4ed8; }

.enterprise-company-profile-backdrop {
    position: fixed;
    z-index: 10020;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(15, 23, 42, .56);
    backdrop-filter: blur(4px);
}

.enterprise-company-profile-modal {
    width: min(840px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: auto;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(15, 23, 42, .24);
}

.enterprise-company-profile-modal > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.enterprise-company-profile-modal > header span { color: #2563eb; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.enterprise-company-profile-modal > header h2 { margin: 5px 0 3px; color: #0f172a; font-size: 24px; }
.enterprise-company-profile-modal > header p { margin: 0; color: #64748b; font-size: 12px; }
.enterprise-company-profile-modal > header button { width: 34px; height: 34px; border: 0; border-radius: 9px; background: #f1f5f9; color: #475569; font-size: 22px; cursor: pointer; }

.enterprise-company-profile-results { display: grid; gap: 12px; padding: 18px 24px; }
.enterprise-company-profile-results article { padding: 16px; border: 1px solid #dbe5f1; border-radius: 14px; background: #fbfdff; }
.enterprise-company-profile-results article > header { display: flex; gap: 10px; align-items: center; margin-bottom: 13px; }
.enterprise-company-profile-results h3 { margin: 0 0 3px; color: #0f172a; font-size: 16px; }
.enterprise-company-profile-results article > header span { color: #059669; font-size: 11px; font-weight: 800; }
.enterprise-company-profile-mark { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; background: #2563eb; color: #fff; font-weight: 900; }
.enterprise-company-profile-results dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 12px; }
.enterprise-company-profile-results dl > div { padding: 9px; border-radius: 9px; background: #f1f5f9; }
.enterprise-company-profile-results dt { color: #94a3b8; font-size: 9px; }
.enterprise-company-profile-results dd { margin: 3px 0 0; color: #334155; font-size: 11px; font-weight: 800; }
.enterprise-company-profile-results article > p { display: grid; grid-template-columns: 110px 1fr; gap: 10px; margin: 8px 0 0; color: #64748b; font-size: 11px; line-height: 1.6; }
.enterprise-company-profile-results article > p strong { color: #334155; }

.enterprise-company-profile-state { display: grid; min-height: 190px; place-items: center; align-content: center; gap: 9px; padding: 28px; color: #64748b; text-align: center; }
.enterprise-company-profile-state strong { color: #334155; }
.enterprise-company-profile-state.error strong { color: #dc2626; }
.enterprise-company-profile-modal > footer { padding: 14px 24px 20px; color: #94a3b8; font-size: 10px; line-height: 1.6; }

@media (max-width: 640px) {
    .enterprise-company-profile-backdrop { padding: 12px; }
    .enterprise-company-profile-results dl { grid-template-columns: 1fr; }
    .enterprise-company-profile-results article > p { grid-template-columns: 1fr; }
}
